- Timestamp:
- Oct 1, 2015, 3:21:57 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- fa7f333
- Parents:
- d77b51d
- Location:
- classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.cc
rd77b51d ra98c7ef 129 129 Area(0.0, 0.0, 0.0, 0.0), 130 130 Dxy(0), SDxy(0), Xd(0), Yd(0), Zd(0), 131 TrackResolution(0), 131 132 NCharged(0), 132 133 NNeutrals(0), … … 267 268 object.Yd = Yd; 268 269 object.Zd = Zd; 269 270 object.TrackResolution = TrackResolution; 270 271 object.NCharged = NCharged; 271 272 object.NNeutrals = NNeutrals; … … 368 369 Yd = 0.0; 369 370 Zd = 0.0; 371 TrackResolution = 0.0; 370 372 NCharged = 0; 371 373 NNeutrals = 0; -
classes/DelphesClasses.h
rd77b51d ra98c7ef 534 534 Float_t Zd; 535 535 536 // tracking resolution 537 538 Float_t TrackResolution; 539 536 540 // PileUpJetID variables 537 541 … … 591 595 void SetFactory(DelphesFactory *factory) { fFactory = factory; } 592 596 593 ClassDef(Candidate, 3)597 ClassDef(Candidate, 4) 594 598 }; 595 599
Note:
See TracChangeset
for help on using the changeset viewer.