12 #ifndef ALI_MUON_GEOMETRY_H 13 #define ALI_MUON_GEOMETRY_H 16 #include <TGeoMatrix.h> 37 Bool_t
WriteSVMap(
const TString& fileName)
const;
41 Int_t index, Bool_t warn =
true)
const;
44 Int_t detElemId, Bool_t warn =
true)
const;
57 TString
ComposePath(
const TString& volName, Int_t copyNo)
const;
59 void FillData3(
const TString& sensVolumePath, Int_t detElemId);
74 #endif //ALI_MUON_GEOMETRY_H virtual ~AliMUONGeometry()
TString ComposePath(const TString &volName, Int_t copyNo) const
void AddModule(AliMUONGeometryModule *module)
AliMUONGeometryTransformer * GetTransformer() const
Return geometry transformer.
Bool_t WriteSVMap(const TString &fileName) const
const AliMUONGeometryModule * GetModuleByDEId(Int_t detElemId, Bool_t warn=true) const
TString fileName(const char *dir, int runNumber, const char *da, int i, const char *type)
void WriteData3(ofstream &out) const
Container class for geometry modules.
void FillData3(const TString &sensVolumePath, Int_t detElemId)
TString ReadData3(ifstream &in)
TObjArray * fModules
Array of geometry modules.
const AliMUONGeometryModule * GetModule(Int_t index, Bool_t warn=true) const
Geometry parameters for detector module.
Bool_t ReadSVMap(const TString &fileName)
AliMUONGeometryTransformer * fTransformer
Geometry transformer.
AliMUONGeometry & operator=(const AliMUONGeometry &right)
Not implemented.