![]() |
ATLAS Offline Software
|
The Muon::MuonInertMaterialBuilder retrieves muon stations from Muon Geometry Tree. More...
#include <MuonInertMaterialBuilder.h>
Public Types | |
| using | DetachedVolVec = std::vector<std::unique_ptr<Trk::DetachedTrackingVolume>> |
Public Member Functions | |
| MuonInertMaterialBuilder (const std::string &, const std::string &, const IInterface *) | |
| Constructor. | |
| virtual | ~MuonInertMaterialBuilder ()=default |
| Destructor. | |
| virtual StatusCode | initialize () override |
| AlgTool initailize method. | |
| DetachedVolVec | buildDetachedTrackingVolumes (bool blend=false) const |
| Method returning cloned and positioned material objects. | |
| DetachedVolVec | buildDetachedTrackingVolumesImpl (const PVConstLink &treeTop, bool blend) const |
| ServiceHandle< StoreGateSvc > & | evtStore () |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. | |
| const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. | |
| virtual StatusCode | sysInitialize () override |
| Perform system initialization for an algorithm. | |
| virtual StatusCode | sysStart () override |
| Handle START transition. | |
| virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. | |
| virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. | |
| Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T, V, H > &t) |
| void | updateVHKA (Gaudi::Details::PropertyBase &) |
| MsgStream & | msg () const |
| bool | msgLvl (const MSG::Level lvl) const |
Protected Types | |
| using | DetachedVolumeVecWithTrfs |
| Method creating material object prototypes. | |
Protected Member Functions | |
| DetachedVolumeVecWithTrfs | buildDetachedTrackingVolumeTypes (const PVConstLink &top, bool blend) const |
| void | getObjsForTranslation (const GeoVPhysVol *pv, const Amg::Transform3D &, std::vector< std::pair< const GeoVPhysVol *, std::vector< Amg::Transform3D > > > &vols) const |
| Method extracting material objects from GeoModel tree. | |
| void | printInfo (const GeoVPhysVol *pv) const |
| Dump from GeoModel tree. | |
| void | printChildren (const GeoVPhysVol *pv) const |
| void | renounceArray (SG::VarHandleKeyArray &handlesArray) |
| remove all handles from I/O resolution | |
| std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > | renounce (T &h) |
| void | extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps) |
| Add StoreName to extra input/output deps as needed. | |
| void | glueVolumes (TrackingVolume &firstVol, BoundarySurfaceFace firstFace, TrackingVolume &secondVol, BoundarySurfaceFace secondFace) const |
| protected method to glue two Volumes together input: | |
Static Protected Member Functions | |
| static void | setBoundarySurface (TrackingVolume &tvol, std::shared_ptr< BoundarySurface< TrackingVolume > > bsurf, BoundarySurfaceFace face) |
| protected method to set the boundary surface of a tracking volume | |
| static void | setInsideVolume (TrackingVolume &tvol, BoundarySurfaceFace face, TrackingVolume *insidevol) |
| protected method to set inside Volume of a BoundarySurface: input: | |
| static void | setInsideVolumeArray (TrackingVolume &tvol, BoundarySurfaceFace face, const std::shared_ptr< BinnedArray< TrackingVolume > > &insidevolarray) |
| protected method to set inside VolumeArray of a BoundarySurface: input: | |
| static void | setOutsideVolume (TrackingVolume &tvol, BoundarySurfaceFace face, TrackingVolume *outsidevol) |
| protected method to set outside Volume of a BoundarySurface: input: | |
| static void | setOutsideVolumeArray (TrackingVolume &tvol, BoundarySurfaceFace face, const std::shared_ptr< BinnedArray< TrackingVolume > > &outsidevolarray) |
| protected method to set outside VolumeArray of a BoundarySurface: input: | |
| static void | confineVolume (TrackingVolume &tvol, TrackingVolume *outsidevol) |
| protected method to confine (dense) volumes: input: | |
Protected Attributes | |
| Gaudi::Property< bool > | m_simplify |
| Gaudi::Property< bool > | m_simplifyToLayers |
| Gaudi::Property< bool > | m_debugMode |
| Gaudi::Property< bool > | m_buildBT |
| Gaudi::Property< bool > | m_buildECT |
| Gaudi::Property< bool > | m_buildFeets |
| Gaudi::Property< int > | m_buildRails {this, "BuildRails", 1} |
| Gaudi::Property< bool > | m_buildShields |
| Gaudi::Property< bool > | m_buildSupports |
| Gaudi::Property< bool > | m_buildNSWInert |
| Gaudi::Property< double > | m_blendLimit |
| Trk::GeoShapeConverter | m_geoShapeConverter |
| shape converter | |
| Trk::GMTreeBrowser | m_gmBrowser |
| gm tree helper | |
| Trk::VolumeConverter | m_volumeConverter |
| gm->trk volume helper | |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Private Attributes | |
| const MuonGM::MuonDetectorManager * | m_muonMgr {nullptr} |
| the MuonDetectorManager | |
| StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) | |
| StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) | |
| std::vector< SG::VarHandleKeyArray * > | m_vhka |
| bool | m_varHandleArraysDeclared |
The Muon::MuonInertMaterialBuilder retrieves muon stations from Muon Geometry Tree.
by Sarka.nosp@m..Tod.nosp@m.orova.nosp@m.@cer.nosp@m.n.ch, Marci.nosp@m.n.Wo.nosp@m.lter@.nosp@m.cern.nosp@m..ch
Definition at line 25 of file MuonInertMaterialBuilder.h.
|
protectedinherited |
Method creating material object prototypes.
Definition at line 69 of file MuonInertMaterialBuilderImpl.h.
|
inherited |
Definition at line 58 of file MuonInertMaterialBuilderImpl.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| Muon::MuonInertMaterialBuilder::MuonInertMaterialBuilder | ( | const std::string & | t, |
| const std::string & | n, | ||
| const IInterface * | p ) |
Constructor.
Definition at line 6 of file MuonInertMaterialBuilder.cxx.
|
virtualdefault |
Destructor.
| std::vector< std::unique_ptr< Trk::DetachedTrackingVolume > > Muon::MuonInertMaterialBuilder::buildDetachedTrackingVolumes | ( | bool | blend = false | ) | const |
Method returning cloned and positioned material objects.
Definition at line 17 of file MuonInertMaterialBuilder.cxx.
|
inherited |
Definition at line 36 of file MuonInertMaterialBuilderImpl.cxx.
|
protectedinherited |
link to top tree
Definition at line 62 of file MuonInertMaterialBuilderImpl.cxx.
|
staticprotectedinherited |
protected method to confine (dense) volumes: input:
Definition at line 90 of file TrackingVolumeManipulator.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 145 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 95 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
protectedinherited |
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
|
protectedinherited |
Method extracting material objects from GeoModel tree.
Definition at line 210 of file MuonInertMaterialBuilderImpl.cxx.
|
protectedinherited |
protected method to glue two Volumes together input:
Definition at line 17 of file TrackingVolumeManipulator.cxx.
|
overridevirtual |
AlgTool initailize method.
Reimplemented from Muon::MuonInertMaterialBuilderImpl.
Definition at line 11 of file MuonInertMaterialBuilder.cxx.
|
overridevirtualinherited |
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
overridevirtualinherited |
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
|
protectedinherited |
Definition at line 186 of file MuonInertMaterialBuilderImpl.cxx.
|
protectedinherited |
Dump from GeoModel tree.
Definition at line 174 of file MuonInertMaterialBuilderImpl.cxx.
|
inlineprotectedinherited |
Definition at line 380 of file AthCommonDataStore.h.
|
inlineprotectedinherited |
remove all handles from I/O resolution
Definition at line 364 of file AthCommonDataStore.h.
|
staticprotectedinherited |
protected method to set the boundary surface of a tracking volume
Definition at line 43 of file TrackingVolumeManipulator.cxx.
|
staticprotectedinherited |
protected method to set inside Volume of a BoundarySurface: input:
Definition at line 52 of file TrackingVolumeManipulator.cxx.
|
staticprotectedinherited |
protected method to set inside VolumeArray of a BoundarySurface: input:
Definition at line 61 of file TrackingVolumeManipulator.cxx.
|
staticprotectedinherited |
protected method to set outside Volume of a BoundarySurface: input:
Definition at line 71 of file TrackingVolumeManipulator.cxx.
|
staticprotectedinherited |
protected method to set outside VolumeArray of a BoundarySurface: input:
Definition at line 80 of file TrackingVolumeManipulator.cxx.
|
overridevirtualinherited |
Perform system initialization for an algorithm.
We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.
Reimplemented in asg::AsgMetadataTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and DerivationFramework::CfAthAlgTool.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
protectedinherited |
Definition at line 107 of file MuonInertMaterialBuilderImpl.h.
|
protectedinherited |
Definition at line 94 of file MuonInertMaterialBuilderImpl.h.
|
protectedinherited |
Definition at line 96 of file MuonInertMaterialBuilderImpl.h.
|
protectedinherited |
Definition at line 98 of file MuonInertMaterialBuilderImpl.h.
|
protectedinherited |
Definition at line 105 of file MuonInertMaterialBuilderImpl.h.
|
protectedinherited |
Definition at line 100 of file MuonInertMaterialBuilderImpl.h.
|
protectedinherited |
Definition at line 101 of file MuonInertMaterialBuilderImpl.h.
|
protectedinherited |
Definition at line 103 of file MuonInertMaterialBuilderImpl.h.
|
protectedinherited |
Definition at line 91 of file MuonInertMaterialBuilderImpl.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
protectedinherited |
shape converter
Definition at line 109 of file MuonInertMaterialBuilderImpl.h.
|
protectedinherited |
gm tree helper
Definition at line 110 of file MuonInertMaterialBuilderImpl.h.
|
private |
|
protectedinherited |
Definition at line 85 of file MuonInertMaterialBuilderImpl.h.
|
protectedinherited |
Definition at line 88 of file MuonInertMaterialBuilderImpl.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.
|
protectedinherited |
gm->trk volume helper
Definition at line 111 of file MuonInertMaterialBuilderImpl.h.