Fork me on GitHub

Changeset 769f65b in git for classes


Ignore:
Timestamp:
Feb 12, 2019, 3:46:43 PM (6 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, llp, master
Children:
45e58be
Parents:
8a11cdc
Message:

update version of LHEFEvent, HepMCEvent, Photon, Electron, Muon, Jet and Candidate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    r8a11cdc r769f65b  
    8080  Float_t AlphaQCD; // value of the QCD coupling used in the event | hepup.AQCDUP
    8181
    82   ClassDef(LHEFEvent, 2)
     82  ClassDef(LHEFEvent, 3)
    8383};
    8484
     
    124124
    125125
    126   ClassDef(HepMCEvent, 2)
     126  ClassDef(HepMCEvent, 3)
    127127};
    128128
     
    287287  TLorentzVector P4() const;
    288288
    289   ClassDef(Photon, 3)
     289  ClassDef(Photon, 4)
    290290};
    291291
     
    325325  TLorentzVector P4() const;
    326326
    327   ClassDef(Electron, 3)
     327  ClassDef(Electron, 4)
    328328};
    329329
     
    361361  TLorentzVector P4() const;
    362362
    363   ClassDef(Muon, 3)
     363  ClassDef(Muon, 4)
    364364};
    365365
     
    433433  TLorentzVector Area;
    434434
    435   ClassDef(Jet, 3)
     435  ClassDef(Jet, 4)
    436436};
    437437
     
    689689  void SetFactory(DelphesFactory *factory) { fFactory = factory; }
    690690
    691   ClassDef(Candidate, 5)
     691  ClassDef(Candidate, 6)
    692692};
    693693
Note: See TracChangeset for help on using the changeset viewer.