Changes in classes/DelphesClasses.cc [3051ea17:c18dca6] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.cc
r3051ea17 rc18dca6 139 139 PositionError(0.0, 0.0, 0.0, 0.0), 140 140 Area(0.0, 0.0, 0.0, 0.0), 141 TrackCovariance (5),141 TrackCovarianceACTS(6), 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),147 146 PT(0), ErrorPT(0), 148 147 CtgTheta(0), ErrorCtgTheta(0), … … 314 313 object.P = P; 315 314 object.ErrorP = ErrorP; 316 object.C = C;317 object.ErrorC = ErrorC;318 315 object.PT = PT; 319 316 object.ErrorPT = ErrorPT; … … 380 377 object.SoftDroppedSubJet1 = SoftDroppedSubJet1; 381 378 object.SoftDroppedSubJet2 = SoftDroppedSubJet2; 382 object.TrackCovariance = TrackCovariance;379 object.TrackCovarianceACTS = TrackCovarianceACTS; 383 380 object.fFactory = fFactory; 384 381 object.fArray = 0; … … 437 434 InitialPosition.SetXYZT(0.0, 0.0, 0.0, 0.0); 438 435 Area.SetXYZT(0.0, 0.0, 0.0, 0.0); 439 TrackCovariance .Zero();436 TrackCovarianceACTS.Zero(); 440 437 L = 0.0; 441 438 ErrorT = 0.0; … … 446 443 P = 0.0; 447 444 ErrorP = 0.0; 448 C = 0.0;449 ErrorC = 0.0;450 445 PT = 0.0; 451 446 ErrorPT = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.