Fork me on GitHub

Changeset 29 in svn for trunk/Utilities


Ignore:
Timestamp:
Nov 13, 2008, 4:07:16 PM (16 years ago)
Author:
severine ovyn
Message:

add IsolFlag

File:
1 edited

Legend:

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

    r3 r29  
    1313 *  present in the data members of the Block TRoot class.
    1414 *
    15  *  $Date: 2008-11-04 10:32:25 $
    16  *  $Revision: 1.1 $
     15 *  $Date: 2008-11-13 15:07:16 $
     16 *  $Revision: 1.2 $
    1717 *
    1818 * 
     
    198198  static TCompare *fgCompare; //!
    199199
     200  bool IsolFlag;
     201
    200202  ClassDef(TRootElectron, 1)
    201203};
     
    220222  TRootMuon() {};
    221223  int Charge; // particle Charge [RawHepEventParticle::pid()]
     224  bool IsolFlag;
    222225  static TCompare *fgCompare; //!
    223226
Note: See TracChangeset for help on using the changeset viewer.