![]() |
DD4hep
1.33.0
Detector Description Toolkit for High Energy Physics
|
#include <Volumes.h>
Additional Inherited Members | |
Public Types inherited from dd4hep::PlacedVolumeExtension | |
| typedef std::pair< std::string, int > | VolID |
Public Member Functions inherited from dd4hep::PlacedVolumeExtension | |
| PlacedVolumeExtension () | |
| Default constructor. More... | |
| PlacedVolumeExtension (PlacedVolumeExtension &©) | |
| Default move. More... | |
| PlacedVolumeExtension (const PlacedVolumeExtension &c) | |
| Copy constructor. More... | |
| virtual | ~PlacedVolumeExtension () |
| Default destructor. More... | |
| PlacedVolumeExtension & | operator= (PlacedVolumeExtension &©) |
| Move assignment. More... | |
| PlacedVolumeExtension & | operator= (const PlacedVolumeExtension ©) |
| Assignment operator. More... | |
| virtual TGeoExtension * | Grab () override |
| TGeoExtension overload: Method called whenever requiring a pointer to the extension. More... | |
| virtual void | Release () const override |
| TGeoExtension overload: Method called always when the pointer to the extension is not needed anymore. More... | |
| ClassDefOverride (PlacedVolumeExtension, 200) | |
| Enable ROOT persistency. More... | |
Public Attributes inherited from dd4hep::PlacedVolumeExtension | |
| unsigned long | magic { 0 } |
| Magic word to detect memory corruptions. More... | |
| long | refCount { 0 } |
| Reference count on object (used to implement Grab/Release) More... | |
| Parameterisation * | params { nullptr } |
| Reference to the parameterised transformation. More... | |
| VolIDs | volIDs |
| ID container. More... | |
1.8.18