 |
ATLAS Offline Software
|
#include <MuonChamberToolTest.h>
|
| MuonChamberToolTest (const std::string &name, ISvcLocator *pSvcLocator) |
|
| ~MuonChamberToolTest ()=default |
|
StatusCode | execute (const EventContext &ctx) const override |
|
StatusCode | initialize () override |
|
bool | isReEntrant () const override final |
|
template<class EnevelopeType > |
StatusCode | testReadoutEle (const ActsGeometryContext &gctx, const TgcReadoutElement &tgc, const EnevelopeType &chamber, const Acts::Volume &detVol) const |
|
template<class EnevelopeType > |
StatusCode | testReadoutEle (const ActsGeometryContext &gctx, const MmReadoutElement &mm, const EnevelopeType &chamber, const Acts::Volume &detVol) const |
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. More...
|
|
virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More...
|
|
virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
virtual bool | filterPassed (const EventContext &ctx) const |
|
virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
std::array< Amg::Vector3D, 8 > | cornerPoints (const Acts::Volume &volume) const |
|
template<class EnvelopeType > |
StatusCode | allReadoutInEnvelope (const ActsGeometryContext &ctx, const EnvelopeType &envelope) const |
| Checks whether the readout elements of an enevelope are completely embedded into the envelope. More...
|
|
template<class EnvelopeType > |
StatusCode | pointInside (const EnvelopeType &envelope, const Acts::Volume &boundVol, const Amg::Vector3D &point, const std::string &descr, const Identifier &channelId) const |
| Checks whether the point is inside of an envelope object, i.e. More...
|
|
template<class EnvelopeType > |
StatusCode | testReadoutEle (const ActsGeometryContext &gctx, const MdtReadoutElement &readOutEle, const EnvelopeType &envelope, const Acts::Volume &boundVol) const |
| Checks whether all channels of a given readout element are fully covered by the envelope. More...
|
|
template<class EnvelopeType > |
StatusCode | testReadoutEle (const ActsGeometryContext &gctx, const RpcReadoutElement &readOutEle, const EnvelopeType &envelope, const Acts::Volume &boundVol) const |
|
template<class EnvelopeType > |
StatusCode | testReadoutEle (const ActsGeometryContext &gctx, const TgcReadoutElement &readOutEle, const EnvelopeType &envelope, const Acts::Volume &boundVol) const |
|
template<class EnvelopeType > |
StatusCode | testReadoutEle (const ActsGeometryContext &gctx, const sTgcReadoutElement &readOutEle, const EnvelopeType &envelope, const Acts::Volume &boundVol) const |
|
template<class EnvelopeType > |
StatusCode | testReadoutEle (const ActsGeometryContext &gctx, const MmReadoutElement &readOutEle, const EnvelopeType &envelope, const Acts::Volume &boundVol) const |
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &) |
| specialization for handling Gaudi::Property<SG::VarHandleBase> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &) |
| specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
|
|
Definition at line 24 of file MuonChamberToolTest.h.
◆ StoreGateSvc_t
◆ MuonChamberToolTest()
MuonGMR4::MuonChamberToolTest::MuonChamberToolTest |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~MuonChamberToolTest()
MuonGMR4::MuonChamberToolTest::~MuonChamberToolTest |
( |
| ) |
|
|
default |
◆ allReadoutInEnvelope()
template<class EnvelopeType >
Checks whether the readout elements of an enevelope are completely embedded into the envelope.
Definition at line 83 of file MuonChamberToolTest.cxx.
85 std::shared_ptr<Acts::Volume> boundVol = envelope.boundingVolume(gctx);
87 for(
const MuonReadoutElement* readOut : reEles) {
88 if constexpr (std::is_same_v<EnvelopeType, SpectrometerSector>) {
89 if (readOut->msSector() != &envelope) {
91 <<std::endl<<(*readOut->msSector())<<std::endl<<envelope);
92 return StatusCode::FAILURE;
94 }
else if constexpr (std::is_same_v<EnvelopeType, Chamber>) {
95 if (readOut->chamber() != &envelope) {
97 <<std::endl<<(*readOut->chamber())<<std::endl<<envelope);
98 return StatusCode::FAILURE;
101 switch (readOut->detectorType()) {
103 const auto* detEle =
static_cast<const TgcReadoutElement*
>(readOut);
107 const auto* detEle =
static_cast<const MdtReadoutElement*
>(readOut);
111 const auto* detEle =
static_cast<const RpcReadoutElement*
>(readOut);
115 const auto* detEle =
static_cast<const MmReadoutElement*
>(readOut);
119 const auto* detEle =
static_cast<const sTgcReadoutElement*
>(readOut);
125 return StatusCode::FAILURE;
129 ATH_MSG_DEBUG(
"All "<<reEles.size()<<
" readout elements are embedded in "<<envelope);
130 return StatusCode::SUCCESS;
◆ cardinality()
unsigned int AthReentrantAlgorithm::cardinality |
( |
| ) |
const |
|
overridevirtualinherited |
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
Override this to return 0 for reentrant algorithms.
Override this to return 0 for reentrant algorithms.
Definition at line 55 of file AthReentrantAlgorithm.cxx.
◆ cornerPoints()
std::array< Amg::Vector3D, 8 > MuonGMR4::MuonChamberToolTest::cornerPoints |
( |
const Acts::Volume & |
volume | ) |
const |
|
private |
Definition at line 133 of file MuonChamberToolTest.cxx.
135 unsigned int edgeIdx{0};
136 using BoundEnum = Acts::TrapezoidVolumeBounds::BoundValues;
137 const auto& bounds =
static_cast<const Acts::TrapezoidVolumeBounds&
>(volume.volumeBounds());
139 for (
const double signX : {-1., 1.}) {
140 for (
const double signY : { -1., 1.}) {
141 for (
const double signZ: {-1., 1.}) {
142 const Amg::Vector3D edge{signX* (signY>0 ? bounds.get(BoundEnum::eHalfLengthXposY) :
143 bounds.get(BoundEnum::eHalfLengthXnegY)),
144 signY*bounds.get(BoundEnum::eHalfLengthY),
145 signZ*bounds.get(BoundEnum::eHalfLengthZ)};
146 edges[edgeIdx] = volume.transform() * edge;
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode MuonGMR4::MuonChamberToolTest::execute |
( |
const EventContext & |
ctx | ) |
const |
|
override |
Check that all chambers covered by their sector envelopes
Definition at line 155 of file MuonChamberToolTest.cxx.
157 if (!gctx.isValid()) {
159 return StatusCode::FAILURE;
165 for (
const SpectrometerSector* sector : sectors) {
167 const std::shared_ptr<Acts::Volume> secVolume = sector->boundingVolume(*gctx);
170 unsigned int edgeCount{0};
174 chamber->readoutEles().front()->identify()));
180 for (
const Chamber*
chamber : chambers) {
183 return StatusCode::SUCCESS;
◆ extraDeps_update_handler()
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
◆ extraOutputDeps()
const DataObjIDColl & AthReentrantAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 79 of file AthReentrantAlgorithm.cxx.
86 return Algorithm::extraOutputDeps();
◆ filterPassed()
virtual bool AthReentrantAlgorithm::filterPassed |
( |
const EventContext & |
ctx | ) |
const |
|
inlinevirtualinherited |
◆ initialize()
StatusCode MuonGMR4::MuonChamberToolTest::initialize |
( |
| ) |
|
|
override |
◆ inputHandles()
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.
◆ isClonable()
bool AthReentrantAlgorithm::isClonable |
( |
| ) |
const |
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in Simulation::BeamEffectsAlg, InDet::SiTrackerSpacePointFinder, InDet::SCT_Clusterization, InDet::SiSPSeededTrackFinder, SCTRawDataProvider, InDet::GNNSeedingTrackMaker, SCT_PrepDataToxAOD, RoIBResultToxAOD, InDet::SiSPGNNTrackMaker, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, SCT_ReadCalibChipDataTestAlg, SCT_TestCablingAlg, SCT_ConfigurationConditionsTestAlg, ITkPixelCablingAlg, ITkStripCablingAlg, SCTEventFlagWriter, SCT_ConditionsSummaryTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_TdaqEnabledTestAlg, SCT_SiliconConditionsTestAlg, SCTSiLorentzAngleTestAlg, SCT_ByteStreamErrorsTestAlg, SCT_ConditionsParameterTestAlg, SCT_FlaggedConditionTestAlg, SCT_StripVetoTestAlg, SCT_RawDataToxAOD, and SCTSiPropertiesTestAlg.
Definition at line 44 of file AthReentrantAlgorithm.cxx.
◆ isReEntrant()
bool MuonGMR4::MuonChamberToolTest::isReEntrant |
( |
| ) |
const |
|
inlinefinaloverride |
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
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.
◆ pointInside()
template<class EnvelopeType >
Checks whether the point is inside of an envelope object, i.e.
the spectrometer sector or the chamber
- Parameters
-
envelope | Reference to the envelope to check |
boundVol | Reference to the bounding volume representing the envelope |
point | Point that needs to be inside the volume |
descr | Description of the point |
channelId | Identifier for more information if the point is outside |
Why does the strip design give a different result than the Acts bounds?
Definition at line 47 of file MuonChamberToolTest.cxx.
55 Acts::Vector3 posInVolFrame((boundVol.transform().inverse()) * point);
56 if (boundVol.volumeBounds().inside(posInVolFrame,
tolerance)) {
58 <<
", point "<<
descr <<
" is inside of the chamber "<<std::endl<<chamb<<std::endl
59 <<
"Local position:" <<
Amg::toString(boundVol.itransform() * point));
60 return StatusCode::SUCCESS;
64 StripDesign planeTrapezoid{};
65 planeTrapezoid.defineTrapezoid(chamb.halfXShort(), chamb.halfXLong(), chamb.halfY());
69 if (std::abs(locPos.z()) - chamb.halfZ() < -
tolerance &&
70 planeTrapezoid.insideTrapezoid(axisSwap*locPos.block<2,1>(0,0))) {
71 return StatusCode::SUCCESS;
73 planeTrapezoid.defineStripLayout(locPos.y() * Amg::Vector2D::UnitX(), 1, 1, 1);
76 <<std::endl<<std::endl<<chamb<<std::endl<<
"Local position "<<
Amg::toString(locPos)
79 return StatusCode::FAILURE;
◆ renounce()
◆ renounceArray()
◆ setFilterPassed()
virtual void AthReentrantAlgorithm::setFilterPassed |
( |
bool |
state, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
inlinevirtualinherited |
◆ sysExecute()
StatusCode AthReentrantAlgorithm::sysExecute |
( |
const EventContext & |
ctx | ) |
|
|
overridevirtualinherited |
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 67 of file AthReentrantAlgorithm.cxx.
69 return Gaudi::Algorithm::sysExecute (ctx);
◆ sysInitialize()
StatusCode AthReentrantAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.
Reimplemented in InputMakerBase, and HypoBase.
Definition at line 96 of file AthReentrantAlgorithm.cxx.
107 if ( cs.retrieve().isFailure() ) {
109 return StatusCode::SUCCESS;
111 if (cs->regHandle(
this,*
h).isFailure()) {
112 sc = StatusCode::FAILURE;
113 ATH_MSG_ERROR(
"unable to register WriteCondHandle " <<
h->fullKey()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ testReadoutEle() [1/7]
template<class EnvelopeType >
Checks whether all channels of a given readout element are fully covered by the envelope.
- Parameters
-
gctx | Geometry context carrying all alignment & global transformations |
readOutEle | Readout element to test |
envelope | Reference to the envelope to check |
boundVol | Bounding volume representing the envelope |
Definition at line 186 of file MuonChamberToolTest.cxx.
193 for (
unsigned int tube = 1;
tube <= mdtMl.numTubesInLay(); ++
tube) {
195 if (!mdtMl.isValid(idHash)){
199 const Identifier measId{mdtMl.measurementId(idHash)};
207 "bottom of the tube box", measId));
209 "sealing of the tube box", measId));
212 "wall to the previous tube", measId));
214 "wall to the next tube", measId));
217 return StatusCode::SUCCESS;
◆ testReadoutEle() [2/7]
template<class EnevelopeType >
◆ testReadoutEle() [3/7]
template<class EnvelopeType >
◆ testReadoutEle() [4/7]
template<class EnvelopeType >
Definition at line 220 of file MuonChamberToolTest.cxx.
230 for (
bool measPhi : {
false,
true}) {
231 const int nStrips = measPhi ? rpc.nPhiStrips() : rpc.nEtaStrips();
233 const Identifier stripId = idHelper.channelID(rpc.identify(),rpc.doubletZ(),
242 return StatusCode::SUCCESS;
◆ testReadoutEle() [5/7]
template<class EnvelopeType >
Definition at line 283 of file MuonChamberToolTest.cxx.
291 for(
unsigned int nch = 1; nch <= stgc.nChTypes(); ++nch){
293 unsigned int nStrips = stgc.numStrips(stgc.measurementId(gasGapHash));
295 switch (channelType){
296 case sTgcReadoutElement::ReadoutChannelType::Pad:
297 nStrips = stgc.numPads(stgc.measurementId(gasGapHash));
299 case sTgcReadoutElement::ReadoutChannelType::Wire:
308 const Identifier stripId = idHelper.channelID(stgc.identify(), stgc.multilayer(),
gasGap, nch,
strip);
311 if(channelType == sTgcReadoutElement::ReadoutChannelType::Wire || channelType == sTgcReadoutElement::ReadoutChannelType::Strip){
324 return StatusCode::SUCCESS;
◆ testReadoutEle() [6/7]
template<class EnvelopeType >
◆ testReadoutEle() [7/7]
template<class EnevelopeType >
◆ updateVHKA()
◆ m_detMgr
◆ m_detStore
◆ m_evtStore
◆ m_extendedExtraObjects
DataObjIDColl AthReentrantAlgorithm::m_extendedExtraObjects |
|
privateinherited |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 153 of file AthReentrantAlgorithm.h.
◆ m_geoCtxKey
◆ m_idHelperSvc
Initial value:{this, "IdHelperSvc",
"Muon::MuonIdHelperSvc/MuonIdHelperSvc"}
Definition at line 90 of file MuonChamberToolTest.h.
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
GeoModel::TransientConstSharedPtr< Chamber > ChamberPtr
static IdentifierHash createHash(const int gasGap, const int strip)
std::set< const SpectrometerSector *, MSEnvelopeSorter > MuonSectorSet
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
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)
@ Tgc
Resitive Plate Chambers.
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
ReadoutChannelType
ReadoutChannelType to distinguish the available readout channels Pad - pad readout channel Strip - et...
#define ATH_MSG_VERBOSE(x)
SpectrometerSector::ChamberSet ChamberSet
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual void setOwner(IDataHandleHolder *o)=0
An algorithm that can be simultaneously executed in multiple threads.
static IdentifierHash createHash(const unsigned int gasGap, const unsigned int channelType, const unsigned int channel, const unsigned int wireInGrp=0)
Create a measurement hash from the Identifier fields.
std::string toString(const Translation3D &translation, int precision=4)
GeoPrimitvesToStringConverter.
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
@ Mm
Maybe not needed in the migration.
::StatusCode StatusCode
StatusCode definition for legacy code.
std::set< const Chamber *, MSEnvelopeSorter > MuonChamberSet
Eigen::Affine3d Transform3D
std::vector< const MuonReadoutElement * > ReadoutSet
Define the list of read out elements of the chamber.
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
int nStrips(const MuonGM::TgcReadoutElement &readoutEle, int layer)
std::string to_string(const DetectorType &type)
virtual StatusCode sysInitialize() override
Override sysInitialize.
Eigen::Matrix< double, 3, 1 > Vector3D
MuonSectorSet getAllSectors() const
: Returns all MuonChambers associated with the readout geometry
#define ATH_MSG_WARNING(x)
@ Rpc
Monitored Drift Tubes.
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
MuonChamberSet getAllChambers() const
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>