Changeset 9e1e2eb in git for classes/DelphesClasses.cc
- Timestamp:
- Jan 20, 2020, 3:27:13 PM (5 years ago)
- Branches:
- Timing
- Children:
- 93bf9c6
- Parents:
- 9c52415 (diff), 9867b49 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.cc
r9c52415 r9e1e2eb 148 148 Phi(0), ErrorPhi(0), 149 149 Xd(0), Yd(0), Zd(0), Td(0), 150 DeDx(0), 150 151 VertexingWeight(0), 151 152 TrackResolution(0), … … 306 307 object.Area = Area; 307 308 object.L = L; 309 object.DeDx = DeDx; 308 310 object.ErrorT = ErrorT; 309 311 object.D0 = D0; … … 437 439 Area.SetXYZT(0.0, 0.0, 0.0, 0.0); 438 440 L = 0.0; 441 DeDx = 0.0; 439 442 ErrorT = 0.0; 440 443 D0 = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.