Changeset 67 in svn for trunk/Utilities
- Timestamp:
- Dec 2, 2008, 12:14:45 PM (16 years ago)
- Location:
- trunk/Utilities/ExRootAnalysis
- Files:
-
- 3 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 { -
trunk/Utilities/ExRootAnalysis/src/BlockClasses.cc
r3 r67 11 11 * to preserve mother-dautherlinks between particles. 12 12 * 13 * $Date: 2008-1 1-04 10:32:26$14 * $Revision: 1. 1$13 * $Date: 2008-12-02 11:14:45 $ 14 * $Revision: 1.2 $ 15 15 * 16 16 * … … 36 36 TCompare *TRootLHEFParticle::fgCompare = 0; 37 37 TCompare *TRootRomanPotHits::fgCompare =0; 38 TCompare *TRootTrigger::fgCompare =0; 38 39 39 40 void TRootParticle::Set(const TLorentzVector& momentum) { -
trunk/Utilities/ExRootAnalysis/src/BlockClassesLinkDef.h
r3 r67 4 4 * Lists classes to be included in cint dicitonary 5 5 * 6 * $Date: 2008-1 1-04 10:32:26$7 * $Revision: 1. 1$6 * $Date: 2008-12-02 11:14:45 $ 7 * $Revision: 1.2 $ 8 8 * 9 9 * … … 34 34 #pragma link C++ class TRootZdcHits; 35 35 #pragma link C++ class TRootRomanPotHits; 36 #pragma link C++ class TRootTrigger; 36 37 37 38 #pragma link C++ class TRootParticle;
Note:
See TracChangeset
for help on using the changeset viewer.