- Timestamp:
- Oct 1, 2015, 3:32:32 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- c62695e
- Parents:
- 122e1e5 (diff), fa7f333 (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. - Location:
- classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.cc
r122e1e5 r914fb04 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
r122e1e5 r914fb04 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.