Changeset 70 in svn for trunk/Utilities
- Timestamp:
- Dec 2, 2008, 8:50:30 PM (16 years ago)
- Location:
- trunk/Utilities/ExRootAnalysis
- Files:
-
- 2 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 //--------------------------------------------------------------------------- -
trunk/Utilities/ExRootAnalysis/src/BlockClasses.cc
r67 r70 11 11 * to preserve mother-dautherlinks between particles. 12 12 * 13 * $Date: 2008-12-02 1 1:14:45$14 * $Revision: 1. 2$13 * $Date: 2008-12-02 19:50:30 $ 14 * $Revision: 1.3 $ 15 15 * 16 16 *
Note:
See TracChangeset
for help on using the changeset viewer.