Changeset 769f65b in git
- Timestamp:
- Feb 12, 2019, 3:46:43 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, llp, master
- Children:
- 45e58be
- Parents:
- 8a11cdc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
r8a11cdc r769f65b 80 80 Float_t AlphaQCD; // value of the QCD coupling used in the event | hepup.AQCDUP 81 81 82 ClassDef(LHEFEvent, 2)82 ClassDef(LHEFEvent, 3) 83 83 }; 84 84 … … 124 124 125 125 126 ClassDef(HepMCEvent, 2)126 ClassDef(HepMCEvent, 3) 127 127 }; 128 128 … … 287 287 TLorentzVector P4() const; 288 288 289 ClassDef(Photon, 3)289 ClassDef(Photon, 4) 290 290 }; 291 291 … … 325 325 TLorentzVector P4() const; 326 326 327 ClassDef(Electron, 3)327 ClassDef(Electron, 4) 328 328 }; 329 329 … … 361 361 TLorentzVector P4() const; 362 362 363 ClassDef(Muon, 3)363 ClassDef(Muon, 4) 364 364 }; 365 365 … … 433 433 TLorentzVector Area; 434 434 435 ClassDef(Jet, 3)435 ClassDef(Jet, 4) 436 436 }; 437 437 … … 689 689 void SetFactory(DelphesFactory *factory) { fFactory = factory; } 690 690 691 ClassDef(Candidate, 5)691 ClassDef(Candidate, 6) 692 692 }; 693 693
Note:
See TracChangeset
for help on using the changeset viewer.