Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
Guillaume Baulieu
agapro
Commits
650c177e
Commit
650c177e
authored
Mar 17, 2020
by
J. Dudouet
Browse files
Definition of the tracking time as initally done
parent
d3402576
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
filters/Tracking/TrackingFilter.cpp
filters/Tracking/TrackingFilter.cpp
+2
-1
No files found.
filters/Tracking/TrackingFilter.cpp
View file @
650c177e
...
...
@@ -1311,7 +1311,8 @@ Int_t TrackingFilter::SetOutput()
Hit
*
pH
=
ahit
->
NewHit
();
pH
->
SetE
(
pP
->
E
);
pH
->
SetXYZ
(
pP
->
X
,
pP
->
Y
,
pP
->
Z
);
pH
->
SetT
(
pP
->
T
-
pEXYZ
[
0
].
T
);
// Hit T related to the first hit time value
// pH->SetT(pP->T-pEXYZ[0].T); // Hit T related to the first hit time value
pH
->
SetT
(
pP
->
T
);
pH
->
SetID
(
pP
->
Seg
,
0
);
pH
->
SetID
(
pP
->
Det
,
1
);
ESum
+=
pP
->
E
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment