/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Simulation/BOOST/SimUtil/SimUtil-00-00-37/SimUtil/ReadBoostRoot.hh

Go to the documentation of this file.
00001 #ifndef ReadBoostRoot_H
00002 #define ReadBoostRoot_H 1
00003 
00004 #include "G4String.hh"
00005 
00006 class ReadBoostRoot
00007 {
00008         public:
00009           ReadBoostRoot(G4int,G4int,G4int,G4int,G4int,G4int,G4int,G4int);
00010           ~ReadBoostRoot();
00011         public:
00012           static G4String GetBoostRoot() {return BoostRoot;} 
00013           static G4int GetMdc() {return m_mdc;}
00014           static G4int GetTof() {return m_tof;}
00015           static G4int GetEmc() {return m_emc;}
00016           static G4int GetMuc() {return m_muc;}
00017           static G4int GetField() {return m_field;}
00018           static G4int GetFormatAR() {return m_formatAR;}
00019           static G4int GetTuning() {return m_tuning;}
00020           static G4int GetHitOut() {return m_hitOut;}
00021         private:
00022                 static G4String BoostRoot;
00023     static G4int m_mdc;
00024     static G4int m_tof;
00025     static G4int m_emc;
00026     static G4int m_muc;
00027     static G4int m_field;
00028     static G4int m_formatAR;
00029     static G4int m_tuning;
00030     static G4int m_hitOut;
00031 };
00032 
00033 #endif

Generated on Tue Nov 29 23:14:30 2016 for BOSS_7.0.2 by  doxygen 1.4.7