Fork me on GitHub

Changeset 67 in svn for trunk/Utilities


Ignore:
Timestamp:
Dec 2, 2008, 12:14:45 PM (16 years ago)
Author:
severine ovyn
Message:

start trigger

Location:
trunk/Utilities/ExRootAnalysis
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/ExRootAnalysis/interface/BlockClasses.h

    r56 r67  
    1313 *  present in the data members of the Block TRoot class.
    1414 *
    15  *  $Date: 2008-11-27 18:26:42 $
    16  *  $Revision: 1.3 $
     15 *  $Date: 2008-12-02 11:14:45 $
     16 *  $Revision: 1.4 $
    1717 *
    1818 * 
     
    289289//---------------------------------------------------------------------------
    290290
     291class TRootTrigger: public TSortableObject
     292{
     293public:
     294  TRootTrigger() {};
     295    static TCompare *fgCompare; //!
     296
     297  bool Accepted;
     298  bool GlobalAccepted;
     299
     300  ClassDef(TRootTrigger, 1)
     301
     302};
     303//---------------------------------------------------------------------------
     304
    291305class TRootETmis: public TSortableObject
    292306{
  • trunk/Utilities/ExRootAnalysis/src/BlockClasses.cc

    r3 r67  
    1111 *  to preserve mother-dautherlinks between particles.
    1212 *
    13  *  $Date: 2008-11-04 10:32:26 $
    14  *  $Revision: 1.1 $
     13 *  $Date: 2008-12-02 11:14:45 $
     14 *  $Revision: 1.2 $
    1515 *
    1616 * 
     
    3636TCompare *TRootLHEFParticle::fgCompare = 0;
    3737TCompare *TRootRomanPotHits::fgCompare =0;
     38TCompare *TRootTrigger::fgCompare =0;
    3839
    3940void TRootParticle::Set(const TLorentzVector& momentum) {
  • trunk/Utilities/ExRootAnalysis/src/BlockClassesLinkDef.h

    r3 r67  
    44 *  Lists classes to be included in cint dicitonary
    55 *
    6  *  $Date: 2008-11-04 10:32:26 $
    7  *  $Revision: 1.1 $
     6 *  $Date: 2008-12-02 11:14:45 $
     7 *  $Revision: 1.2 $
    88 *
    99 * 
     
    3434#pragma link C++ class TRootZdcHits;
    3535#pragma link C++ class TRootRomanPotHits;
     36#pragma link C++ class TRootTrigger;
    3637
    3738#pragma link C++ class TRootParticle;
Note: See TracChangeset for help on using the changeset viewer.