![]() |
AliRoot Core
v5-06-15 (45dab64)
|
MUON Station1 coarse geometry construction class. More...
#include <AliMUONSt1GeometryBuilder.h>
Public Member Functions | |
AliMUONSt1GeometryBuilder (AliMUON *muon) | |
AliMUONSt1GeometryBuilder () | |
virtual | ~AliMUONSt1GeometryBuilder () |
virtual void | CreateGeometry () |
virtual void | SetVolumes () |
and eventually the mother volume name should be defined More... | |
virtual void | SetTransformations () |
virtual void | SetSensitiveVolumes () |
![]() | |
AliMUONVGeometryBuilder (Int_t firstModuleId, Int_t nofModules) | |
AliMUONVGeometryBuilder () | |
virtual | ~AliMUONVGeometryBuilder () |
void | SetReferenceFrame (const TGeoCombiTrans &referenceFrame) |
void | RebuildSVMaps (Bool_t withEnvelopes=true) const |
void | UpdateDetElements (Bool_t create) const |
virtual void | CreateMaterials () |
virtual bool | ApplyGlobalTransformation () |
Int_t | NofGeometries () const |
Return the number of geometry modules. More... | |
AliMUONGeometryModule * | Geometry (Int_t i) const |
Return the i th geometry module. More... | |
Private Member Functions | |
AliMUONSt1GeometryBuilder (const AliMUONSt1GeometryBuilder &rhs) | |
Not implemented. More... | |
AliMUONSt1GeometryBuilder & | operator= (const AliMUONSt1GeometryBuilder &rhs) |
Not implemented. More... | |
Private Attributes | |
AliMUON * | fMUON |
the MUON detector class More... | |
Additional Inherited Members | |
![]() | |
AliMUONGeometryModule * | GetGeometry (Int_t moduleId) const |
AliMUONGeometryEnvelopeStore * | GetEnvelopes (Int_t moduleId) const |
AliMUONStringIntMap * | GetSVMap (Int_t moduleId) const |
Int_t | GetModuleId (const TString &envName) const |
void | SetTranslation (Int_t moduleId, const TGeoTranslation &translation) |
void | SetTransformation (Int_t moduleId, const TGeoTranslation &translation, const TGeoRotation &rotation) |
void | SetVolume (Int_t moduleId, const TString &volumeName, Bool_t isVirtual=false) |
void | SetMotherVolume (Int_t moduleId, const TString &volumeName) |
MUON Station1 coarse geometry construction class.
Extracted from AliMUONv1 by Ivana Hrivnacova, IPN Orsay
Definition at line 21 of file AliMUONSt1GeometryBuilder.h.
AliMUONSt1GeometryBuilder::AliMUONSt1GeometryBuilder | ( | AliMUON * | muon | ) |
Standard constructor
Definition at line 46 of file AliMUONSt1GeometryBuilder.cxx.
AliMUONSt1GeometryBuilder::AliMUONSt1GeometryBuilder | ( | ) |
Default constructor
Definition at line 55 of file AliMUONSt1GeometryBuilder.cxx.
|
virtual |
Destructor
Definition at line 63 of file AliMUONSt1GeometryBuilder.cxx.
|
private |
Not implemented.
|
virtual |
Function to be overriden in a concrete chamber/station geometry builder class.
The geometry built there should not be placed in ALIC; but all volumes going to ALIC have to be added as envelopes to the chamber geometries (They will be then placed automatically usind the provided transformation.
From AliMUONv1::CreateGeometry()
Implements AliMUONVGeometryBuilder.
Definition at line 73 of file AliMUONSt1GeometryBuilder.cxx.
|
private |
Not implemented.
|
virtual |
Function to be overriden in a concrete chamber/station geometry class.
The sensitive volumes Ids for each chamber should be defined and set to its geometry class.
Define the sensitive volumes for station1 chambers.
Implements AliMUONVGeometryBuilder.
Definition at line 293 of file AliMUONSt1GeometryBuilder.cxx.
|
virtual |
Function to be overriden in a concrete chamber/station geometry class.
The transformation of each chamber(s) wrt ALICE should be defined and set to its geometry class.
Define the transformations for the station2 chambers.
Implements AliMUONVGeometryBuilder.
Definition at line 281 of file AliMUONSt1GeometryBuilder.cxx.
|
virtual |
and eventually the mother volume name should be defined
Function to be overriden in a concrete chamber/station geometry class.
The volume name for each geometry module, its virtuality
Define the volumes for the station2 chambers.
Implements AliMUONVGeometryBuilder.
Definition at line 275 of file AliMUONSt1GeometryBuilder.cxx.
|
private |
the MUON detector class
Definition at line 42 of file AliMUONSt1GeometryBuilder.h.
Referenced by CreateGeometry().