Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    r0e0f211 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)
     
    375379
    376380  UInt_t TauTag; // 0 or 1 for a jet that has been tagged as a tau
     381  Float_t TauWeight; // probability for jet to be identified as tau
    377382
    378383  Int_t Charge; // tau charge
     
    563568
    564569  UInt_t TauTag;
     570  Float_t TauWeight;
    565571
    566572  Float_t Eem;
Note: See TracChangeset for help on using the changeset viewer.