Changeset 4e5ed02 in git for classes/DelphesClasses.cc
- Timestamp:
- Jul 22, 2020, 9:04:47 PM (4 years ago)
- Branches:
- master
- Children:
- 25291dd, a3261d7
- Parents:
- c18dca6 (diff), cbeb9b2 (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. - git-author:
- Stephen Sekula <stephensekula@…> (07/22/20 21:04:47)
- git-committer:
- GitHub <noreply@…> (07/22/20 21:04:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.cc
rc18dca6 r4e5ed02 139 139 PositionError(0.0, 0.0, 0.0, 0.0), 140 140 Area(0.0, 0.0, 0.0, 0.0), 141 TrackCovariance ACTS(6),141 TrackCovariance(5), 142 142 L(0), 143 143 D0(0), ErrorD0(0), 144 144 DZ(0), ErrorDZ(0), 145 145 P(0), ErrorP(0), 146 C(0), ErrorC(0), 146 147 PT(0), ErrorPT(0), 147 148 CtgTheta(0), ErrorCtgTheta(0), … … 313 314 object.P = P; 314 315 object.ErrorP = ErrorP; 316 object.C = C; 317 object.ErrorC = ErrorC; 315 318 object.PT = PT; 316 319 object.ErrorPT = ErrorPT; … … 377 380 object.SoftDroppedSubJet1 = SoftDroppedSubJet1; 378 381 object.SoftDroppedSubJet2 = SoftDroppedSubJet2; 379 object.TrackCovariance ACTS = TrackCovarianceACTS;382 object.TrackCovariance = TrackCovariance; 380 383 object.fFactory = fFactory; 381 384 object.fArray = 0; … … 434 437 InitialPosition.SetXYZT(0.0, 0.0, 0.0, 0.0); 435 438 Area.SetXYZT(0.0, 0.0, 0.0, 0.0); 436 TrackCovariance ACTS.Zero();439 TrackCovariance.Zero(); 437 440 L = 0.0; 438 441 ErrorT = 0.0; … … 443 446 P = 0.0; 444 447 ErrorP = 0.0; 448 C = 0.0; 449 ErrorC = 0.0; 445 450 PT = 0.0; 446 451 ErrorPT = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.