Fork me on GitHub

Changeset edeb0f0 in git for classes/DelphesClasses.h


Ignore:
Timestamp:
Aug 9, 2018, 12:52:20 PM (6 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
ef97f2a
Parents:
ba45abf
Message:

added cross section and error in hepmc event class and reader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    rba45abf redeb0f0  
    103103
    104104  Float_t Weight; // weight for the event
     105  Float_t CrossSection; // cross-section in pb
     106  Float_t CrossSectionError; // cross-section error in pb
    105107
    106108  Float_t Scale; // energy scale, see hep-ph/0109068 | event_scale()
     
    118120  Float_t PDF1; // PDF (id1, x1, Q) | pdf_info()->pdf1()
    119121  Float_t PDF2; // PDF (id2, x2, Q) | pdf_info()->pdf2()
     122
     123
    120124
    121125  ClassDef(HepMCEvent, 2)
Note: See TracChangeset for help on using the changeset viewer.