/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/RootEventData/RootEventData-00-03-80/RootEventData/TRecEmcHit.h

Go to the documentation of this file.
00001 #ifndef RootEventData_TRecEmcHit_H
00002 #define RootEventData_TRecEmcHit_H 1
00003 
00004 #include "TObject.h"
00005 #include <iostream>
00006 
00007 using namespace std;
00008 
00009 class TRecEmcHit : public TObject {
00010 
00011   public:
00012 
00013     TRecEmcHit();
00014     ~TRecEmcHit();
00015 
00016     //Get
00017     Int_t cellId() const { return m_cellId; }
00018     Double_t energy() const { return m_energy; }
00019     Double_t time() const { return m_time; }
00020 
00021     //Set
00022     void setCellId(const Int_t id ) { m_cellId = id; }
00023     void setEnergy(const Double_t e) { m_energy = e; }
00024     void setTime(const Double_t time) { m_time = time; }
00025 
00026   private:
00027     Int_t m_cellId;
00028     Double_t m_energy;
00029     Double_t m_time;      
00030 
00031     ClassDef(TRecEmcHit,2)
00032 };
00033 
00034 #endif //TrackRootData_TRecEmcHit_H
00035 

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