 |
ATLAS Offline Software
|
#include <MuonChamberToolTest.h>
|
| ~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, V, H > &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 |
|
std::array< Amg::Vector3D, 8 > | cornerPoints (const Acts::GeometryContext &gctx, const Acts::StrawSurface &surface) const |
|
std::array< Amg::Vector3D, 4 > | cornerPoints (const Acts::GeometryContext &gctx, const Acts::PlaneSurface &) 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...
|
|
StatusCode | pointInside (const Acts::TrackingVolume &volume, const Amg::Vector3D &point, const std::string &descr, const Identifier &chamberId) const |
| Checks whether the point is inside a tracking volume. 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, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyArrayType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleType &) |
| specialization for handling Gaudi::Property<SG::VarHandleBase> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &t, const SG::NotHandleType &) |
| specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
|
|
Definition at line 30 of file MuonChamberToolTest.h.
◆ StoreGateSvc_t
◆ ~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 100 of file MuonChamberToolTest.cxx.
102 std::shared_ptr<Acts::Volume> boundVol = envelope.boundingVolume(gctx);
104 for(
const MuonReadoutElement* readOut : reEles) {
105 if constexpr (std::is_same_v<EnvelopeType, SpectrometerSector>) {
106 if (readOut->msSector() != &envelope) {
108 <<std::endl<<(*readOut->msSector())<<std::endl<<envelope);
109 return StatusCode::FAILURE;
111 }
else if constexpr (std::is_same_v<EnvelopeType, Chamber>) {
112 if (readOut->chamber() != &envelope) {
114 <<std::endl<<(*readOut->chamber())<<std::endl<<envelope);
115 return StatusCode::FAILURE;
118 switch (readOut->detectorType()) {
120 const auto* detEle =
static_cast<const TgcReadoutElement*
>(readOut);
124 const auto* detEle =
static_cast<const MdtReadoutElement*
>(readOut);
128 const auto* detEle =
static_cast<const RpcReadoutElement*
>(readOut);
132 const auto* detEle =
static_cast<const MmReadoutElement*
>(readOut);
136 const auto* detEle =
static_cast<const sTgcReadoutElement*
>(readOut);
142 return StatusCode::FAILURE;
146 ATH_MSG_DEBUG(
"All "<<reEles.size()<<
" readout elements are embedded in "<<envelope);
147 return StatusCode::SUCCESS;
◆ cardinality()
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 75 of file AthCommonReentrantAlgorithm.cxx.
◆ cornerPoints() [1/3]
std::array< Amg::Vector3D, 4 > MuonGMR4::MuonChamberToolTest::cornerPoints |
( |
const Acts::GeometryContext & |
gctx, |
|
|
const Acts::PlaneSurface & |
surface |
|
) |
| const |
|
private |
Definition at line 194 of file MuonChamberToolTest.cxx.
196 if(surface.bounds().type() == Acts::SurfaceBounds::BoundsType::eRectangle) {
197 const Acts::RectangleBounds& bounds =
static_cast<const Acts::RectangleBounds&
>(surface.bounds());
198 using BoundEnum = Acts::RectangleBounds::BoundValues;
200 unsigned int edgeIdx{0};
201 for(
const double signX : {-1., 1.}) {
202 for (
const double signY : { -1., 1.}) {
203 const Amg::Vector3D edge{ signX < 0 ? bounds.get(BoundEnum::eMinX) : bounds.get(BoundEnum::eMaxX),
204 signY < 0 ? bounds.get(BoundEnum::eMinY) : bounds.get(BoundEnum::eMaxY),
206 edges[edgeIdx] = surface.transform(gctx) * edge;
212 }
else if(surface.bounds().type() == Acts::SurfaceBounds::BoundsType::eTrapezoid) {
213 using BoundEnum = Acts::TrapezoidBounds::BoundValues;
214 const auto& bounds =
static_cast<const Acts::TrapezoidBounds&
>(surface.bounds());
215 unsigned int edgeIdx{0};
219 for (
const double signX : {-1., 1.}) {
220 for (
const double signY : { -1., 1.}) {
224 Amg::Vector3D(signX*bounds.get(signY < 0 ? BoundEnum::eHalfLengthXnegY : BoundEnum::eHalfLengthXposY),
225 signY*bounds.get(BoundEnum::eHalfLengthY),
228 edges[edgeIdx] = surface.transform(gctx) * edge;
235 ATH_MSG_FATAL(
"The surface bounds are neither a rectangle nor a trapezoid, this is not supported yet");
◆ cornerPoints() [2/3]
std::array< Amg::Vector3D, 8 > MuonGMR4::MuonChamberToolTest::cornerPoints |
( |
const Acts::GeometryContext & |
gctx, |
|
|
const Acts::StrawSurface & |
surface |
|
) |
| const |
|
private |
Definition at line 172 of file MuonChamberToolTest.cxx.
174 using BoundEnum = Acts::LineBounds::BoundValues;
175 const auto& bounds =
static_cast<const Acts::LineBounds&
>(surface.bounds());
176 unsigned int edgeIdx{0};
179 for (
const double signX : {-1., 1.}) {
180 for (
const double signY : { -1., 1.}) {
181 for (
const double signZ: {-1., 1.}) {
183 signY*bounds.get(BoundEnum::eR),
184 signZ*bounds.get(BoundEnum::eHalfLengthZ)};
185 edges[edgeIdx] = surface.transform(gctx) * edge;
◆ cornerPoints() [3/3]
std::array< Amg::Vector3D, 8 > MuonGMR4::MuonChamberToolTest::cornerPoints |
( |
const Acts::Volume & |
volume | ) |
const |
|
private |
Definition at line 150 of file MuonChamberToolTest.cxx.
152 unsigned int edgeIdx{0};
153 using BoundEnum = Acts::TrapezoidVolumeBounds::BoundValues;
154 const auto& bounds =
static_cast<const Acts::TrapezoidVolumeBounds&
>(volume.volumeBounds());
156 for (
const double signX : {-1., 1.}) {
157 for (
const double signY : { -1., 1.}) {
158 for (
const double signZ: {-1., 1.}) {
159 const Amg::Vector3D edge{signX* (signY>0 ? bounds.get(BoundEnum::eHalfLengthXposY) :
160 bounds.get(BoundEnum::eHalfLengthXnegY)),
161 signY*bounds.get(BoundEnum::eHalfLengthY),
162 signZ*bounds.get(BoundEnum::eHalfLengthZ)};
163 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 242 of file MuonChamberToolTest.cxx.
245 std::shared_ptr<const Acts::TrackingGeometry> trackingGeometry =
m_trackingGeometrySvc->trackingGeometry();
250 for (
const SpectrometerSector* sector : sectors) {
252 const std::shared_ptr<Acts::Volume> secVolume = sector->boundingVolume(*gctx);
255 unsigned int edgeCount{0};
259 chamber->readoutEles().front()->identify()));
261 const Acts::TrackingVolume* trkGeoVol = trackingGeometry->lowestTrackingVolume(gctx->context(),
chamber->boundingVolume(*gctx)->center());
262 ATH_MSG_DEBUG(
"Found "<<trkGeoVol->volumeName()<<
" with " << trkGeoVol->volumes().size() <<
" sub volumes for chamber "<<
m_idHelperSvc->toString(
chamber->readoutEles().front()->identify()));
264 if(trkGeoVol->volumes().size() > 2)
continue;
266 trkGeoVol->visitVolumes([&](
const Acts::TrackingVolume* volume) {
271 std::map<Identifier, const std::array<Amg::Vector3D, 8>> strawCorners;
272 std::map<Identifier, const std::array<Amg::Vector3D, 4>> trapezoidCorners;
275 trkGeoVol->visitSurfaces([&](
const Acts::Surface* surface) {
277 const auto* planeSurface =
static_cast<const Acts::PlaneSurface*
>(surface);
278 ATH_MSG_DEBUG(
"Found plane surface with id" << planeSurface->geometryId());
279 if(planeSurface->associatedDetectorElement()){
281 trapezoidCorners.emplace(iDetElement->
identify(),
cornerPoints(gctx->context(), *planeSurface));
284 const auto* strawSurface =
static_cast<const Acts::StrawSurface*
>(surface);
285 if(strawSurface->associatedDetectorElement() ) {
297 ATH_MSG_DEBUG(
"Found "<<strawCorners.size()<<
" straw corners and "<<trapezoidCorners.size()<<
" trapezoid corners in chamber "<<
m_idHelperSvc->toString(
chamber->readoutEles().front()->identify()));
299 for (
const auto& [
id, corners] : strawCorners) {
301 for (
unsigned int i = 0;
i < corners.size(); ++
i) {
304 chamber->readoutEles().front()->identify()));
308 unsigned int surfaceCount{0};
309 for (
const auto& [
id, corners] : trapezoidCorners) {
311 if(strawCorners.size() != 0){
316 for (
unsigned int i = 0;
i < corners.size(); ++
i) {
318 std::format(
"Trapezoid corner {:} of surface {:}",
i, ++surfaceCount),
328 for (
const Chamber*
chamber : chambers) {
331 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()
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 94 of file AthCommonReentrantAlgorithm.cxx.
◆ filterPassed()
◆ 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()
◆ 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() [1/2]
Checks whether the point is inside a tracking volume.
- Parameters
-
volume | Reference to the tracking volume to check |
point | Point that needs to be inside the volume |
descr | Description of the point |
chamberId | Identifier for more information if the point is outside |
Definition at line 83 of file MuonChamberToolTest.cxx.
87 if (volume.inside(point)) {
88 return StatusCode::SUCCESS;
92 <<
descr <<
" "<<
Amg::toString(point)<<
" is not part of the chamber volume. The corners of the volume are:");
93 for(
const auto& corner : volumeCorners) {
96 return StatusCode::FAILURE;
◆ pointInside() [2/2]
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 48 of file MuonChamberToolTest.cxx.
56 Acts::Vector3 posInVolFrame((boundVol.transform().inverse()) * point);
57 if (boundVol.volumeBounds().inside(posInVolFrame,
tolerance)) {
59 <<
", point "<<
descr <<
" is inside of the chamber "<<std::endl<<chamb<<std::endl
60 <<
"Local position:" <<
Amg::toString(boundVol.itransform() * point));
61 return StatusCode::SUCCESS;
65 StripDesign planeTrapezoid{};
66 planeTrapezoid.defineTrapezoid(chamb.halfXShort(), chamb.halfXLong(), chamb.halfY());
70 if (std::abs(locPos.z()) - chamb.halfZ() < -
tolerance &&
71 planeTrapezoid.insideTrapezoid(axisSwap*locPos.block<2,1>(0,0))) {
72 return StatusCode::SUCCESS;
74 planeTrapezoid.defineStripLayout(locPos.y() * Amg::Vector2D::UnitX(), 1, 1, 1);
77 <<std::endl<<std::endl<<chamb<<std::endl<<
"Local position "<<
Amg::toString(locPos)
80 return StatusCode::FAILURE;
◆ renounce()
◆ renounceArray()
◆ setFilterPassed()
◆ sysExecute()
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 85 of file AthCommonReentrantAlgorithm.cxx.
◆ sysInitialize()
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 61 of file AthCommonReentrantAlgorithm.cxx.
110 if (
sc.isFailure()) {
118 if ( cs.retrieve().isFailure() ) {
120 return StatusCode::SUCCESS;
122 if (cs->regHandle(
this,*
h).isFailure()) {
123 sc = StatusCode::FAILURE;
124 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 334 of file MuonChamberToolTest.cxx.
341 for (
unsigned int tube = 1;
tube <= mdtMl.numTubesInLay(); ++
tube) {
343 if (!mdtMl.isValid(idHash)){
347 const Identifier measId{mdtMl.measurementId(idHash)};
355 "bottom of the tube box", measId));
357 "sealing of the tube box", measId));
360 "wall to the previous tube", measId));
362 "wall to the next tube", measId));
365 return StatusCode::SUCCESS;
◆ testReadoutEle() [2/7]
template<class EnevelopeType >
◆ testReadoutEle() [3/7]
template<class EnvelopeType >
◆ testReadoutEle() [4/7]
template<class EnvelopeType >
Definition at line 368 of file MuonChamberToolTest.cxx.
378 for (
bool measPhi : {
false,
true}) {
379 const int nStrips = measPhi ? rpc.nPhiStrips() : rpc.nEtaStrips();
381 const Identifier stripId = idHelper.channelID(rpc.identify(),rpc.doubletZ(),
390 return StatusCode::SUCCESS;
◆ testReadoutEle() [5/7]
template<class EnvelopeType >
Definition at line 430 of file MuonChamberToolTest.cxx.
438 for(
unsigned int nch = 1; nch <= stgc.nChTypes(); ++nch){
440 const unsigned int nStrips = stgc.numChannels(gasGapHash);
444 const Identifier stripId = idHelper.channelID(stgc.identify(), stgc.multilayer(),
gasGap, nch,
strip);
447 if(channelType == sTgcReadoutElement::ReadoutChannelType::Wire || channelType == sTgcReadoutElement::ReadoutChannelType::Strip){
460 return StatusCode::SUCCESS;
◆ testReadoutEle() [6/7]
template<class EnvelopeType >
◆ testReadoutEle() [7/7]
template<class EnevelopeType >
◆ updateVHKA()
◆ m_detMgr
◆ m_detStore
◆ m_evtStore
◆ m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 114 of file AthCommonReentrantAlgorithm.h.
◆ m_geoCtxKey
◆ m_idHelperSvc
Initial value:{this, "IdHelperSvc",
"Muon::MuonIdHelperSvc/MuonIdHelperSvc"}
Definition at line 108 of file MuonChamberToolTest.h.
◆ m_trackingGeometrySvc
◆ 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
virtual Identifier identify() const =0
Return the ATLAS identifier.
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
Amg::Transform3D getRotateZ3D(double angle)
get a rotation transformation around Z-axis
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
virtual const DataObjIDColl & extraOutputDeps() const override
Return the list of extra output dependencies.
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.
base class interface providing the bare minimal interface extension.
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
@ Mm
Maybe not needed in the migration.
const T * get(const ReadCondHandleKey< T > &key, const EventContext &ctx)
Convenience function to retrieve an object given a ReadCondHandleKey.
::StatusCode StatusCode
StatusCode definition for legacy code.
std::set< const Chamber *, MSEnvelopeSorter > MuonChamberSet
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
virtual StatusCode sysExecute(const EventContext &ctx) override
Execute an algorithm.
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.
Include the GeoPrimitives which need to be put first.
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)
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.
virtual StatusCode sysInitialize() override
Override sysInitialize.
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
MuonChamberSet getAllChambers() const
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.