Changeset cc8716b in git for classes/DelphesClasses.cc
- Timestamp:
- Mar 7, 2022, 8:51:45 PM (3 years ago)
- Branches:
- master
- Children:
- 7dbc149
- Parents:
- 4e8e72b
- git-author:
- Christinaw97 <cwang5@…> (03/07/22 20:51:45)
- git-committer:
- GitHub <noreply@…> (03/07/22 20:51:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.cc
r4e8e72b rcc8716b 35 35 CompBase *Electron::fgCompare = CompPT<Electron>::Instance(); 36 36 CompBase *Muon::fgCompare = CompPT<Muon>::Instance(); 37 37 38 CompBase *Jet::fgCompare = CompPT<Jet>::Instance(); 38 39 CompBase *Track::fgCompare = CompPT<Track>::Instance(); … … 42 43 CompBase *Vertex::fgCompare = CompSumPT2<Vertex>::Instance(); 43 44 CompBase *Candidate::fgCompare = CompMomentumPt<Candidate>::Instance(); 45 CompBase *CscCluster::fgCompare = CompE<CscCluster>::Instance(); 44 46 45 47 //------------------------------------------------------------------------------ … … 218 220 Position(0.0, 0.0, 0.0, 0.0), 219 221 InitialPosition(0.0, 0.0, 0.0, 0.0), 222 DecayPosition(0.0, 0.0, 0.0, 0.0), 220 223 PositionError(0.0, 0.0, 0.0, 0.0), 221 224 Area(0.0, 0.0, 0.0, 0.0), … … 389 392 object.Position = Position; 390 393 object.InitialPosition = InitialPosition; 394 object.DecayPosition = DecayPosition; 391 395 object.PositionError = PositionError; 392 396 object.Area = Area; … … 527 531 Position.SetXYZT(0.0, 0.0, 0.0, 0.0); 528 532 InitialPosition.SetXYZT(0.0, 0.0, 0.0, 0.0); 533 DecayPosition.SetXYZT(0.0, 0.0, 0.0, 0.0); 529 534 Area.SetXYZT(0.0, 0.0, 0.0, 0.0); 530 535 TrackCovariance.Zero();
Note:
See TracChangeset
for help on using the changeset viewer.