/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/TrigEvent/TrigEvent-00-01-02/TrigEvent/TrigEvent.h

Go to the documentation of this file.
00001 #ifndef EVENT_TRIG_EVENT_H
00002 #define EVENT_TRIG_EVENT_H
00003 
00004 #include "GaudiKernel/DataObject.h"
00005 
00006 extern const CLID& CLID_TrigEvent;
00007 
00008 class TrigEvent : public DataObject {
00009 public:
00010   TrigEvent() : DataObject() {}
00011   virtual ~TrigEvent() {}
00012   
00013   void initialize(bool fromMc) { m_fromMc = fromMc; }
00014 
00015   virtual const CLID& clID() const { return TrigEvent::classID(); }
00016   static const CLID& classID() { return CLID_TrigEvent; }
00017 
00019   bool fromMc () const {
00020      return m_fromMc;
00021   }
00022 
00023 private:
00024   //.....
00025   bool m_fromMc;
00026 };
00027 
00028 #endif

Generated on Tue Nov 29 23:11:43 2016 for BOSS_7.0.2 by  doxygen 1.4.7