15 #include <TGeoManager.h> 
   16 #include <TTimeStamp.h> 
   29 #ifndef _EIC_GEO_PAR_DATA_ 
   30 #define _EIC_GEO_PAR_DATA_ 
   60 #define _LOGICAL_VOLUME_GROUP_COORD_NUM_ 3 
   63 TVector3 
LocalToMaster    (
const TGeoMatrix *mtx, 
const TVector3& local);
 
   65 TVector3 
MasterToLocal    (
const TGeoMatrix *mtx, 
const TVector3& master);
 
  245   const TGeoMedium *
GetMedium(
const char *medium);
 
  259   virtual void Print(
const char *option = 0) 
const;
 
  263   virtual int ConstructGeometry(
bool root = 
true, 
bool gdml = 
false, 
bool check = 
false) { 
return 0; };
 
  272   void FinalizeOutput(
bool root = 
true, 
bool gdml = 
false, 
bool check = 
false);
 
  296   unsigned GetDimCore(
unsigned group, 
unsigned what) 
const;
 
  366            unsigned maxChebyshevDist = 0) 
const;
 
  374     return (
mWantedParticles.find(std::pair<TString, Int_t>(TString(vName), pdg)) !=