Fork me on GitHub

Changeset 88 in svn for trunk/interface


Ignore:
Timestamp:
Dec 4, 2008, 3:23:03 PM (16 years ago)
Author:
uid677
Message:

OK for new verson

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/TreeClasses.h

    r17 r88  
    1313{
    1414public:
    15 Float_t SmearePT;
    16 Float_t NonSmearePT;
     15Float_t SmearedPT;
     16Float_t PT;
    1717
    1818  static TCompare *fgCompare; //!
     
    3030{
    3131public:
    32 Float_t SmeareE;
    33 Float_t NonSmeareE;
     32Float_t E;
     33Float_t SmearedE;
    3434
    3535  static TCompare *fgCompare; //!
     
    4646{
    4747public:
    48 Float_t OneoverSmearePT;
    49 Float_t OneoverNonSmearePT;
     48Float_t OverSmearedPT;
     49Float_t OverPT;
    5050
    5151  static TCompare *fgCompare; //!
     
    7777public:
    7878Float_t Et;
    79 Float_t EtSmeare;
     79Float_t SmearedEt;
    8080
    8181 static TCompare *fgCompare; //!
Note: See TracChangeset for help on using the changeset viewer.