Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    redeb0f0 r0e0f211  
    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
    107105
    108106  Float_t Scale; // energy scale, see hep-ph/0109068 | event_scale()
     
    120118  Float_t PDF1; // PDF (id1, x1, Q) | pdf_info()->pdf1()
    121119  Float_t PDF2; // PDF (id2, x2, Q) | pdf_info()->pdf2()
    122 
    123 
    124120
    125121  ClassDef(HepMCEvent, 2)
     
    379375
    380376  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
    382377
    383378  Int_t Charge; // tau charge
     
    568563
    569564  UInt_t TauTag;
    570   Float_t TauWeight;
    571565
    572566  Float_t Eem;
Note: See TracChangeset for help on using the changeset viewer.