#ifndef _TATOFmbsEventInfo_H #define _TATOFmbsEventInfo_H /*! \file \version $Id: TAGmbsEventInfo.hxx,v 1.3 2001/12/09 14:24:44 mueller Exp $ \brief Declaration of TATOFmbsEventInfo. */ /*------------------------------------------+---------------------------------*/ #include "Rtypes.h" #include "TATOFtimestamp.h" class TATOFmbsEventInfo { public: TATOFmbsEventInfo(); TATOFmbsEventInfo(Int_t i_id, Int_t i_trig, Int_t i_time=-1); virtual ~TATOFmbsEventInfo(); Int_t RawId() const; Int_t Trigger() const; TATOFtimestamp Time() const; void Clear(); friend bool operator==(const TATOFmbsEventInfo& lhs, const TATOFmbsEventInfo& rhs); ClassDef(TATOFmbsEventInfo,1) private: // NOTE: CUSTOM STREAMER Int_t fiTypId; // Int_t fiTime; // }; #include "TATOFmbsEventInfo.icc" #endif