Fork me on GitHub

Ignore:
Timestamp:
Mar 10, 2009, 11:52:16 AM (15 years ago)
Author:
severine ovyn
Message:

add Ehad/Eem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/ExRootAnalysis/interface/BlockClasses.h

    r307 r310  
    253253  void SetEtaPhiCalo(const float eta, const float phi) {EtaCalo=eta; PhiCalo=phi;};
    254254
     255  float EHoverEE;
    255256  bool IsolFlag;
    256257
     
    266267  static TCompare *fgCompare; //!
    267268
     269  float EHoverEE;
    268270  ClassDef(TRootPhoton, 1)
    269271};
     
    282284  void SetEtaPhiCalo(const float eta, const float phi) {EtaCalo=eta; PhiCalo=phi;};
    283285
     286  float EHoverEE;
    284287  static TCompare *fgCompare; //!
    285288
     
    356359  int NTracks;
    357360
     361  float EHoverEE;
    358362//  float E;  // particle energy in GeV
    359363//  float Px; // particle momentum vector (x component) in GeV
     
    384388  bool Btag;
    385389  int NTracks;
     390 
     391  float EHoverEE;
    386392  ClassDef(TRootJet, 1)
    387393};
Note: See TracChangeset for help on using the changeset viewer.