Changeset 29 in svn for trunk/Utilities/ExRootAnalysis
- Timestamp:
- Nov 13, 2008, 4:07:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/ExRootAnalysis/interface/BlockClasses.h
r3 r29 13 13 * present in the data members of the Block TRoot class. 14 14 * 15 * $Date: 2008-11- 04 10:32:25$16 * $Revision: 1. 1$15 * $Date: 2008-11-13 15:07:16 $ 16 * $Revision: 1.2 $ 17 17 * 18 18 * … … 198 198 static TCompare *fgCompare; //! 199 199 200 bool IsolFlag; 201 200 202 ClassDef(TRootElectron, 1) 201 203 }; … … 220 222 TRootMuon() {}; 221 223 int Charge; // particle Charge [RawHepEventParticle::pid()] 224 bool IsolFlag; 222 225 static TCompare *fgCompare; //! 223 226
Note:
See TracChangeset
for help on using the changeset viewer.