Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ReadBoostRoot Class Reference

#include <ReadBoostRoot.hh>

List of all members.

Public Member Functions

 ReadBoostRoot (G4int, G4int, G4int, G4int, G4int, G4int, G4int, G4int)
 ReadBoostRoot (G4int, G4int, G4int, G4int, G4int, G4int, G4int, G4int)
 ~ReadBoostRoot ()
 ~ReadBoostRoot ()

Static Public Member Functions

G4String GetBoostRoot ()
G4String GetBoostRoot ()
G4int GetEmc ()
G4int GetEmc ()
G4int GetField ()
G4int GetField ()
G4int GetFormatAR ()
G4int GetFormatAR ()
G4int GetHitOut ()
G4int GetHitOut ()
G4int GetMdc ()
G4int GetMdc ()
G4int GetMuc ()
G4int GetMuc ()
G4int GetTof ()
G4int GetTof ()
G4int GetTuning ()
G4int GetTuning ()

Static Private Attributes

G4String BoostRoot = ""
G4int m_emc = 1
G4int m_field = 1
G4int m_formatAR = 0
G4int m_hitOut = 0
G4int m_mdc = 1
G4int m_muc = 1
G4int m_tof = 1
G4int m_tuning = 0


Constructor & Destructor Documentation

ReadBoostRoot::ReadBoostRoot G4int  ,
G4int  ,
G4int  ,
G4int  ,
G4int  ,
G4int  ,
G4int  ,
G4int 
 

00017 {
00018   m_mdc = mdc;
00019   m_tof = tof;
00020   m_emc = emc;
00021   m_muc = muc;
00022   m_field = field;
00023   m_formatAR = formatAR;
00024   m_tuning = tuning;  
00025   m_hitOut = hitOut;
00026         /*G4String iniFileName = getenv("G4WORKDIR");
00027         if(!iniFileName)
00028         {
00029                 G4Exception("G4WORKDIR environment not set!");
00030         }
00031         G4String g4system = getenv("G4SYSTEM");
00032         if(!g4system)
00033         {
00034                 G4Exception("G4SYSTEM environment not set!");
00035         }
00036         iniFileName += "/tmp/";
00037         iniFileName += g4system;
00038         iniFileName += "/boost.ini";
00039         ifstream fin(iniFileName);
00040         
00041         G4String GeometryPath;
00042         fin>>GeometryPath;
00043         if(!GeometryPath)
00044         {
00045                 G4Exception("Fail in reading boost.ini!");
00046         }*/
00047         BoostRoot = getenv("SIMUTILROOT");
00048 }

ReadBoostRoot::~ReadBoostRoot  ) 
 

00051 {}

ReadBoostRoot::ReadBoostRoot G4int  ,
G4int  ,
G4int  ,
G4int  ,
G4int  ,
G4int  ,
G4int  ,
G4int 
 

ReadBoostRoot::~ReadBoostRoot  ) 
 


Member Function Documentation

G4String ReadBoostRoot::GetBoostRoot  )  [inline, static]
 

00012 {return BoostRoot;} 

G4String ReadBoostRoot::GetBoostRoot  )  [inline, static]
 

00012 {return BoostRoot;} 

G4int ReadBoostRoot::GetEmc  )  [inline, static]
 

00015 {return m_emc;}

G4int ReadBoostRoot::GetEmc  )  [inline, static]
 

00015 {return m_emc;}

G4int ReadBoostRoot::GetField  )  [inline, static]
 

00017 {return m_field;}

G4int ReadBoostRoot::GetField  )  [inline, static]
 

00017 {return m_field;}

G4int ReadBoostRoot::GetFormatAR  )  [inline, static]
 

00018 {return m_formatAR;}

G4int ReadBoostRoot::GetFormatAR  )  [inline, static]
 

00018 {return m_formatAR;}

G4int ReadBoostRoot::GetHitOut  )  [inline, static]
 

00020 {return m_hitOut;}

G4int ReadBoostRoot::GetHitOut  )  [inline, static]
 

00020 {return m_hitOut;}

G4int ReadBoostRoot::GetMdc  )  [inline, static]
 

00013 {return m_mdc;}

G4int ReadBoostRoot::GetMdc  )  [inline, static]
 

00013 {return m_mdc;}

G4int ReadBoostRoot::GetMuc  )  [inline, static]
 

00016 {return m_muc;}

G4int ReadBoostRoot::GetMuc  )  [inline, static]
 

00016 {return m_muc;}

G4int ReadBoostRoot::GetTof  )  [inline, static]
 

00014 {return m_tof;}

G4int ReadBoostRoot::GetTof  )  [inline, static]
 

00014 {return m_tof;}

G4int ReadBoostRoot::GetTuning  )  [inline, static]
 

00019 {return m_tuning;}

G4int ReadBoostRoot::GetTuning  )  [inline, static]
 

00019 {return m_tuning;}


Member Data Documentation

G4String ReadBoostRoot::BoostRoot = "" [static, private]
 

G4int ReadBoostRoot::m_emc = 1 [static, private]
 

G4int ReadBoostRoot::m_field = 1 [static, private]
 

G4int ReadBoostRoot::m_formatAR = 0 [static, private]
 

G4int ReadBoostRoot::m_hitOut = 0 [static, private]
 

G4int ReadBoostRoot::m_mdc = 1 [static, private]
 

G4int ReadBoostRoot::m_muc = 1 [static, private]
 

G4int ReadBoostRoot::m_tof = 1 [static, private]
 

G4int ReadBoostRoot::m_tuning = 0 [static, private]
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 16:43:26 2011 for BOSS6.5.5 by  doxygen 1.3.9.1