Changeset 781af69 in git for classes/DelphesClasses.cc
- Timestamp:
- May 6, 2021, 10:40:18 AM (4 years ago)
- Branches:
- master
- Children:
- d489660
- Parents:
- 65776c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.cc
r65776c0 r781af69 231 231 Xd(0), Yd(0), Zd(0), 232 232 Nclusters(0.0), 233 dNdx(0.0), 233 234 TrackResolution(0), 234 235 NCharged(0), … … 408 409 object.Zd = Zd; 409 410 object.Nclusters = Nclusters; 411 object.dNdx = dNdx; 410 412 object.TrackResolution = TrackResolution; 411 413 object.NCharged = NCharged; … … 541 543 Zd = 0.0; 542 544 Nclusters = 0.0; 545 dNdx = 0.0; 543 546 TrackResolution = 0.0; 544 547 NCharged = 0;
Note:
See TracChangeset
for help on using the changeset viewer.