Changeset 67 in svn for trunk/Utilities/ExRootAnalysis/interface
- Timestamp:
- Dec 2, 2008, 12:14:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/ExRootAnalysis/interface/BlockClasses.h
r56 r67 13 13 * present in the data members of the Block TRoot class. 14 14 * 15 * $Date: 2008-1 1-27 18:26:42$16 * $Revision: 1. 3$15 * $Date: 2008-12-02 11:14:45 $ 16 * $Revision: 1.4 $ 17 17 * 18 18 * … … 289 289 //--------------------------------------------------------------------------- 290 290 291 class TRootTrigger: public TSortableObject 292 { 293 public: 294 TRootTrigger() {}; 295 static TCompare *fgCompare; //! 296 297 bool Accepted; 298 bool GlobalAccepted; 299 300 ClassDef(TRootTrigger, 1) 301 302 }; 303 //--------------------------------------------------------------------------- 304 291 305 class TRootETmis: public TSortableObject 292 306 {
Note:
See TracChangeset
for help on using the changeset viewer.