BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/SimUtil/SimUtil/ReadBoostRoot.hh
Go to the documentation of this file.
1#ifndef ReadBoostRoot_H
2#define ReadBoostRoot_H 1
3
4#include "G4String.hh"
5
7{
8 public:
9 ReadBoostRoot(G4int,G4int,G4int,G4int,G4int,G4int,G4int,G4int);
11 public:
12 static G4String GetBoostRoot() {return BoostRoot;}
13 static G4int GetMdc() {return m_mdc;}
14 static G4int GetTof() {return m_tof;}
15 static G4int GetEmc() {return m_emc;}
16 static G4int GetMuc() {return m_muc;}
17 static G4int GetField() {return m_field;}
18 static G4int GetFormatAR() {return m_formatAR;}
19 static G4int GetTuning() {return m_tuning;}
20 static G4int GetHitOut() {return m_hitOut;}
21 private:
22 static G4String BoostRoot;
23 static G4int m_mdc;
24 static G4int m_tof;
25 static G4int m_emc;
26 static G4int m_muc;
27 static G4int m_field;
28 static G4int m_formatAR;
29 static G4int m_tuning;
30 static G4int m_hitOut;
31};
32
33#endif