Changes in classes/DelphesClasses.cc [3051ea17:7e83689] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.cc
r3051ea17 r7e83689 28 28 29 29 #include "classes/DelphesClasses.h" 30 30 31 #include "classes/DelphesFactory.h" 31 32 #include "classes/SortableObject.h" … … 139 140 PositionError(0.0, 0.0, 0.0, 0.0), 140 141 Area(0.0, 0.0, 0.0, 0.0), 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),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 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();440 436 L = 0.0; 441 437 ErrorT = 0.0; … … 446 442 P = 0.0; 447 443 ErrorP = 0.0; 448 C = 0.0;449 ErrorC = 0.0;450 444 PT = 0.0; 451 445 ErrorPT = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.