Fork me on GitHub

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

start trigger

File:
1 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{
Note: See TracChangeset for help on using the changeset viewer.