Changeset 70 in svn for trunk/Utilities/ExRootAnalysis/interface
- Timestamp:
- Dec 2, 2008, 8:50:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/ExRootAnalysis/interface/BlockClasses.h
r67 r70 13 13 * present in the data members of the Block TRoot class. 14 14 * 15 * $Date: 2008-12-02 1 1:14:45$16 * $Revision: 1. 4$15 * $Date: 2008-12-02 19:50:30 $ 16 * $Revision: 1.5 $ 17 17 * 18 18 * … … 287 287 }; 288 288 289 //---------------------------------------------------------------------------290 291 289 class TRootTrigger: public TSortableObject 292 290 { 293 291 public: 294 292 TRootTrigger() {}; 295 static TCompare *fgCompare; //! 296 297 bool Accepted; 298 bool GlobalAccepted; 293 294 bool Accepted; // -1 or 1 295 296 static TCompare *fgCompare; //! 297 const TCompare *GetCompare() const { return fgCompare; } 299 298 300 299 ClassDef(TRootTrigger, 1) 301 302 300 }; 303 301 //---------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.