ATLAS Offline Software
Loading...
Searching...
No Matches
MuonR4::SegmentFitParDecorAlg Class Reference

Algorithm to decorate the segment fit parameters in the chamber's frame onto the xAOD::MuonSegment Additionally, the ElementLinks to the associated measurements are decorated. More...

#include <SegmentFitParDecorAlg.h>

Inheritance diagram for MuonR4::SegmentFitParDecorAlg:
Collaboration diagram for MuonR4::SegmentFitParDecorAlg:

Public Member Functions

virtual StatusCode initialize () override final
virtual StatusCode execute (const EventContext &ctx) const override final
virtual StatusCode sysInitialize () override
 Override sysInitialize.
virtual bool isClonable () const override
 Specify if the algorithm is clonable.
virtual unsigned int cardinality () const override
 Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
virtual StatusCode sysExecute (const EventContext &ctx) override
 Execute an algorithm.
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies.
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.
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
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 Member Functions

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.

Private Types

using PrdCont_t = xAOD::UncalibratedMeasurementContainer
using PrdLink_t = ElementLink<PrdCont_t>
using PrdLinkVec = std::vector<PrdLink_t>
using MeasKey_t = SG::ReadHandleKey<PrdCont_t>
typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

StatusCode fetchMeasurement (const EventContext &ctx, const MeasKey_t &key, const Identifier &measId, const xAOD::UncalibratedMeasurement *&meas) const
 Tries to load the PrdCont_t from StoreGate and then to find the uncalibrated measurement with the same Identifier as the parsed one.
StatusCode addLink (const EventContext &ctx, const Identifier &rotId, PrdLinkVec &prdLinks) const
 Tries to add the Link to the uncalibrated measurement corresponding to the passed ROT id.
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

ServiceHandle< Muon::IMuonIdHelperSvcm_idHelperSvc
SG::ReadHandleKey< ActsTrk::GeometryContextm_geoCtxKey {this, "AlignmentKey", "ActsAlignment", "cond handle key"}
const MuonGMR4::MuonDetectorManagerm_detMgr {nullptr}
SG::ReadHandleKey< xAOD::MuonSegmentContainerm_segmentKey {this, "SegmentKey", "Segments"}
SG::WriteDecorHandleKey< xAOD::MuonSegmentContainerm_locParKey {this, "LocParKey", m_segmentKey, "localSegPars"}
 Decoration key of the local parameters.
SG::WriteDecorHandleKey< xAOD::MuonSegmentContainerm_prdLinkKey {this, "PrdLinkKey", m_segmentKey, "prdLinks"}
 Decoration key of the associated prep data objects.
MeasKey_t m_keyTgc {this, "TgcKey", "xTgcStrips"}
MeasKey_t m_keyRpc {this, "RpcKey", "xRpcMeasurements"}
MeasKey_t m_keyMdt {this, "MdtKey", "xMdtMeasurements"}
MeasKey_t m_keysTgc {this, "sTgcKey", "xAODsTgcMeasurements"}
MeasKey_t m_keyMM {this, "MmKey", "xAODMMClusters"}
DataObjIDColl m_extendedExtraObjects
 Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
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

Detailed Description

Algorithm to decorate the segment fit parameters in the chamber's frame onto the xAOD::MuonSegment Additionally, the ElementLinks to the associated measurements are decorated.

For the latter, the Identifiers from the associated Trk::Segment are exploited.

Definition at line 20 of file SegmentFitParDecorAlg.h.

Member Typedef Documentation

◆ MeasKey_t

◆ PrdCont_t

◆ PrdLink_t

◆ PrdLinkVec

Definition at line 29 of file SegmentFitParDecorAlg.h.

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Member Function Documentation

◆ addLink()

StatusCode MuonR4::SegmentFitParDecorAlg::addLink ( const EventContext & ctx,
const Identifier & rotId,
PrdLinkVec & prdLinks ) const
private

Tries to add the Link to the uncalibrated measurement corresponding to the passed ROT id.

Parameters
ctxEventContext to ease the access to StoreGate
rotIdIdentifier to link
prdLinkReference to the target vector to which the new link is appended

Definition at line 53 of file SegmentFitParDecorAlg.cxx.

55 {
56 const xAOD::UncalibratedMeasurement* prd{nullptr};
57 switch(m_idHelperSvc->technologyIndex(rotId)){
58 case TechIdx_t::MDT:
59 ATH_CHECK(fetchMeasurement(ctx, m_keyMdt, rotId, prd));
60 break;
61 case TechIdx_t::RPC:
62 ATH_CHECK(fetchMeasurement(ctx, m_keyRpc, rotId, prd));
63 break;
64 case TechIdx_t::TGC:
65 ATH_CHECK(fetchMeasurement(ctx, m_keyTgc, rotId, prd));
66 break;
67 case TechIdx_t::MM:
68 ATH_CHECK(fetchMeasurement(ctx, m_keyMM, rotId, prd));
69 break;
70 case TechIdx_t::STGC:
71 ATH_CHECK(fetchMeasurement(ctx, m_keysTgc, rotId, prd));
72 break;
73 default:
74 break;
75 };
76 if (!prd) {
77 return StatusCode::SUCCESS;
78 }
79 ATH_MSG_VERBOSE("Link new measurement "<<m_idHelperSvc->toString(rotId));
80 PrdLink_t link{*static_cast<const PrdCont_t*>(prd->container()),
81 prd->index()};
82 prdLinks.push_back(std::move(link));
83 return StatusCode::SUCCESS;
84 }
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_VERBOSE(x)
xAOD::UncalibratedMeasurementContainer PrdCont_t
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
ElementLink< PrdCont_t > PrdLink_t
StatusCode fetchMeasurement(const EventContext &ctx, const MeasKey_t &key, const Identifier &measId, const xAOD::UncalibratedMeasurement *&meas) const
Tries to load the PrdCont_t from StoreGate and then to find the uncalibrated measurement with the sam...
const SG::AuxVectorData * container() const
Return the container holding this element.
size_t index() const
Return the index of this element within its container.
UncalibratedMeasurement_v1 UncalibratedMeasurement
Define the version of the uncalibrated measurement class.

◆ cardinality()

unsigned int AthCommonReentrantAlgorithm< Gaudi::Algorithm >::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.

Definition at line 75 of file AthCommonReentrantAlgorithm.cxx.

64{
65 return 0;
66}

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareGaudiProperty ( Gaudi::Property< T, V, H > & hndl,
const SG::VarHandleKeyType &  )
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158 {
160 hndl.value(),
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty ( Gaudi::Property< T, V, H > & t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145 {
146 typedef typename SG::HandleClassifier<T>::type htype;
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>

◆ detStore()

const ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

◆ evtStore()

ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

◆ execute()

StatusCode MuonR4::SegmentFitParDecorAlg::execute ( const EventContext & ctx) const
finaloverridevirtual

Definition at line 87 of file SegmentFitParDecorAlg.cxx.

87 {
88 const xAOD::MuonSegmentContainer* segmentContainer{nullptr};
89 const ActsTrk::GeometryContext* gctx{nullptr};
90
91 ATH_CHECK(SG::get(segmentContainer, m_segmentKey, ctx));
92 ATH_CHECK(SG::get(gctx, m_geoCtxKey, ctx));
93
94 SG::WriteDecorHandle<xAOD::MuonSegmentContainer, SegPars> parDecor{m_locParKey, ctx};
95 SG::WriteDecorHandle<xAOD::MuonSegmentContainer, PrdLinkVec> prdLinkDecor{m_prdLinkKey, ctx};
96 for (const xAOD::MuonSegment* seg : *segmentContainer) {
97 PrdLinkVec& prdLinks{prdLinkDecor(*seg)};
98 const Trk::Segment* trkSeg{*seg->muonSegment()};
99
100 for (const Trk::MeasurementBase* meas : trkSeg->containedMeasurements()) {
101 const auto* rot = dynamic_cast<const Trk::RIO_OnTrack*>(meas);
102 if (rot) {
103 ATH_CHECK(addLink(ctx, rot->identify(), prdLinks));
104 continue;
105 }
106 const auto* cRot = dynamic_cast<const Trk::CompetingRIOsOnTrack*>(meas);
107 if (cRot) {
108 for (unsigned int r = 0 ; r < cRot->numberOfContainedROTs(); ++r){
109 ATH_CHECK(addLink(ctx, cRot->rioOnTrack(r).identify(), prdLinks));
110 }
111 }
112 }
113 const MuonGMR4::SpectrometerSector* chamber = m_detMgr->getSectorEnvelope(xAOD::identify(*prdLinks.front()));
114 const Amg::Transform3D globToLoc{chamber->globalToLocalTrans(*gctx)};
115
116 SegPars& locPars{parDecor(*seg)};
117
118 const Amg::Vector3D locDir = globToLoc.linear() * seg->direction();
119 const Amg::Vector3D locPos = globToLoc * seg->position();
120
121 const double travDist = Amg::intersect<3>(locPos, locDir, Amg::Vector3D::UnitZ(), 0).value_or(0);
122 const Amg::Vector3D atCentre = locPos + travDist * locDir;
123
124 locPars[Acts::toUnderlying(ParamDefs::x0)] = atCentre.x();
125 locPars[Acts::toUnderlying(ParamDefs::y0)] = atCentre.y();
126 locPars[Acts::toUnderlying(ParamDefs::theta)] = locDir.theta();
127 locPars[Acts::toUnderlying(ParamDefs::phi)] = locDir.phi();
128 ATH_MSG_VERBOSE("Segment "<<chamber->identString()<<" at chamber centre "<<Amg::toString(atCentre)
129 <<" + x *"<<Amg::toString(locDir));
130 }
131 return StatusCode::SUCCESS;
132 }
SG::ReadHandleKey< xAOD::MuonSegmentContainer > m_segmentKey
StatusCode addLink(const EventContext &ctx, const Identifier &rotId, PrdLinkVec &prdLinks) const
Tries to add the Link to the uncalibrated measurement corresponding to the passed ROT id.
SG::WriteDecorHandleKey< xAOD::MuonSegmentContainer > m_prdLinkKey
Decoration key of the associated prep data objects.
SG::ReadHandleKey< ActsTrk::GeometryContext > m_geoCtxKey
const MuonGMR4::MuonDetectorManager * m_detMgr
SG::WriteDecorHandleKey< xAOD::MuonSegmentContainer > m_locParKey
Decoration key of the local parameters.
std::vector< PrdLink_t > PrdLinkVec
const std::vector< const Trk::MeasurementBase * > & containedMeasurements() const
returns the vector of Trk::MeasurementBase objects
int r
Definition globals.cxx:22
std::optional< double > intersect(const AmgVector(N)&posA, const AmgVector(N)&dirA, const AmgVector(N)&posB, const AmgVector(N)&dirB)
Calculates the point B' along the line B that's closest to a second line A.
std::string toString(const Translation3D &translation, int precision=4)
GeoPrimitvesToStringConverter.
Eigen::Affine3d Transform3D
Eigen::Matrix< double, 3, 1 > Vector3D
xAOD::MeasVector< Acts::toUnderlying(ParamDefs::nPars)> SegPars
const T * get(const ReadCondHandleKey< T > &key, const EventContext &ctx)
Convenience function to retrieve an object given a ReadCondHandleKey.
MuonSegmentContainer_v1 MuonSegmentContainer
Definition of the current "MuonSegment container version".
const Identifier & identify(const UncalibratedMeasurement *meas)
Returns the associated identifier from the muon measurement.
MuonSegment_v1 MuonSegment
Reference the current persistent version:

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase & ExtraDeps)
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

◆ extraOutputDeps()

const DataObjIDColl & AthCommonReentrantAlgorithm< Gaudi::Algorithm >::extraOutputDeps ( ) const
overridevirtualinherited

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.

90{
91 // If we didn't find any symlinks to add, just return the collection
92 // from the base class. Otherwise, return the extended collection.
93 if (!m_extendedExtraObjects.empty()) {
95 }
97}
An algorithm that can be simultaneously executed in multiple threads.

◆ fetchMeasurement()

StatusCode MuonR4::SegmentFitParDecorAlg::fetchMeasurement ( const EventContext & ctx,
const MeasKey_t & key,
const Identifier & measId,
const xAOD::UncalibratedMeasurement *& meas ) const
private

Tries to load the PrdCont_t from StoreGate and then to find the uncalibrated measurement with the same Identifier as the parsed one.

Parameters
ctxEventContext to ease the access to StoreGate
keyKey of the container to fetch the measurement from
measIdIdentifier of the measurement to find
measReference to output pointer to which the found prd is assigned

Definition at line 32 of file SegmentFitParDecorAlg.cxx.

35 {
36 const PrdCont_t* cont{nullptr};
37 ATH_CHECK(SG::get(cont, key, ctx));
38 if (!cont) {
39 ATH_MSG_VERBOSE("No container key given");
40 return StatusCode::SUCCESS;
41 }
42 for (const xAOD::UncalibratedMeasurement* inCont : *cont) {
43 if (xAOD::identify(inCont) == measId) {
44 meas = inCont;
45 break;
46 }
47 }
48 if (!meas) {
49 ATH_MSG_WARNING("Failed to find the hit "<<m_idHelperSvc->toString(measId));
50 }
51 return StatusCode::SUCCESS;
52 }
#define ATH_MSG_WARNING(x)

◆ filterPassed()

virtual bool AthCommonReentrantAlgorithm< Gaudi::Algorithm >::filterPassed ( const EventContext & ctx) const
inlinevirtualinherited

Definition at line 96 of file AthCommonReentrantAlgorithm.h.

96 {
97 return execState( ctx ).filterPassed();
98 }
virtual bool filterPassed(const EventContext &ctx) const

◆ initialize()

StatusCode MuonR4::SegmentFitParDecorAlg::initialize ( )
finaloverridevirtual

Definition at line 18 of file SegmentFitParDecorAlg.cxx.

18 {
19 ATH_CHECK(m_idHelperSvc.retrieve());
20 ATH_CHECK(m_geoCtxKey.initialize());
22 ATH_CHECK(m_segmentKey.initialize());
23 ATH_CHECK(m_locParKey.initialize());
24 ATH_CHECK(m_prdLinkKey.initialize());
25 ATH_CHECK(m_keyTgc.initialize(!m_keyTgc.empty()));
26 ATH_CHECK(m_keyRpc.initialize(!m_keyRpc.empty()));
27 ATH_CHECK(m_keyMdt.initialize(!m_keyMdt.empty()));
28 ATH_CHECK(m_keysTgc.initialize(!m_keysTgc.empty()));
29 ATH_CHECK(m_keyMM.initialize(!m_keyMM.empty()));
30 return StatusCode::SUCCESS;
31 }
const ServiceHandle< StoreGateSvc > & detStore() const
retrieve(aClass, aKey=None)
Definition PyKernel.py:110

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::inputHandles ( ) const
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.

◆ isClonable()

◆ msg()

MsgStream & AthCommonMsg< Gaudi::Algorithm >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msgLvl()

bool AthCommonMsg< Gaudi::Algorithm >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::outputHandles ( ) const
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.

◆ renounce()

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 > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
384 }
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)

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ setFilterPassed()

virtual void AthCommonReentrantAlgorithm< Gaudi::Algorithm >::setFilterPassed ( bool state,
const EventContext & ctx ) const
inlinevirtualinherited

Definition at line 100 of file AthCommonReentrantAlgorithm.h.

100 {
102 }
virtual void setFilterPassed(bool state, const EventContext &ctx) const

◆ sysExecute()

StatusCode AthCommonReentrantAlgorithm< Gaudi::Algorithm >::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 85 of file AthCommonReentrantAlgorithm.cxx.

77{
78 return BaseAlg::sysExecute (ctx);
79}

◆ sysInitialize()

StatusCode AthCommonReentrantAlgorithm< Gaudi::Algorithm >::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 HypoBase, and InputMakerBase.

Definition at line 61 of file AthCommonReentrantAlgorithm.cxx.

107 {
109
110 if (sc.isFailure()) {
111 return sc;
112 }
113
114 ServiceHandle<ICondSvc> cs("CondSvc",name());
115 for (auto h : outputHandles()) {
116 if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
117 // do this inside the loop so we don't create the CondSvc until needed
118 if ( cs.retrieve().isFailure() ) {
119 ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
120 return StatusCode::SUCCESS;
121 }
122 if (cs->regHandle(this,*h).isFailure()) {
124 ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
125 << " with CondSvc");
126 }
127 }
128 }
129 return sc;
130}
#define ATH_MSG_ERROR(x)
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }

Member Data Documentation

◆ m_detMgr

const MuonGMR4::MuonDetectorManager* MuonR4::SegmentFitParDecorAlg::m_detMgr {nullptr}
private

Definition at line 55 of file SegmentFitParDecorAlg.h.

55{nullptr};

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extendedExtraObjects

DataObjIDColl AthCommonReentrantAlgorithm< Gaudi::Algorithm >::m_extendedExtraObjects
privateinherited

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

SG::ReadHandleKey<ActsTrk::GeometryContext> MuonR4::SegmentFitParDecorAlg::m_geoCtxKey {this, "AlignmentKey", "ActsAlignment", "cond handle key"}
private

Definition at line 53 of file SegmentFitParDecorAlg.h.

53{this, "AlignmentKey", "ActsAlignment", "cond handle key"};

◆ m_idHelperSvc

ServiceHandle<Muon::IMuonIdHelperSvc> MuonR4::SegmentFitParDecorAlg::m_idHelperSvc
private
Initial value:
{this, "MuonIdHelperSvc",
"Muon::MuonIdHelperSvc/MuonIdHelperSvc"}

Definition at line 50 of file SegmentFitParDecorAlg.h.

50 {this, "MuonIdHelperSvc",
51 "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};

◆ m_keyMdt

MeasKey_t MuonR4::SegmentFitParDecorAlg::m_keyMdt {this, "MdtKey", "xMdtMeasurements"}
private

Definition at line 66 of file SegmentFitParDecorAlg.h.

66{this, "MdtKey", "xMdtMeasurements"};

◆ m_keyMM

MeasKey_t MuonR4::SegmentFitParDecorAlg::m_keyMM {this, "MmKey", "xAODMMClusters"}
private

Definition at line 68 of file SegmentFitParDecorAlg.h.

68{this, "MmKey", "xAODMMClusters"};

◆ m_keyRpc

MeasKey_t MuonR4::SegmentFitParDecorAlg::m_keyRpc {this, "RpcKey", "xRpcMeasurements"}
private

Definition at line 65 of file SegmentFitParDecorAlg.h.

65{this, "RpcKey", "xRpcMeasurements"};

◆ m_keysTgc

MeasKey_t MuonR4::SegmentFitParDecorAlg::m_keysTgc {this, "sTgcKey", "xAODsTgcMeasurements"}
private

Definition at line 67 of file SegmentFitParDecorAlg.h.

67{this, "sTgcKey", "xAODsTgcMeasurements"};

◆ m_keyTgc

MeasKey_t MuonR4::SegmentFitParDecorAlg::m_keyTgc {this, "TgcKey", "xTgcStrips"}
private

Definition at line 64 of file SegmentFitParDecorAlg.h.

64{this, "TgcKey", "xTgcStrips"};

◆ m_locParKey

SG::WriteDecorHandleKey<xAOD::MuonSegmentContainer> MuonR4::SegmentFitParDecorAlg::m_locParKey {this, "LocParKey", m_segmentKey, "localSegPars"}
private

Decoration key of the local parameters.

Definition at line 60 of file SegmentFitParDecorAlg.h.

60{this, "LocParKey", m_segmentKey, "localSegPars"};

◆ m_prdLinkKey

SG::WriteDecorHandleKey<xAOD::MuonSegmentContainer> MuonR4::SegmentFitParDecorAlg::m_prdLinkKey {this, "PrdLinkKey", m_segmentKey, "prdLinks"}
private

Decoration key of the associated prep data objects.

Definition at line 62 of file SegmentFitParDecorAlg.h.

62{this, "PrdLinkKey", m_segmentKey, "prdLinks"};

◆ m_segmentKey

SG::ReadHandleKey<xAOD::MuonSegmentContainer> MuonR4::SegmentFitParDecorAlg::m_segmentKey {this, "SegmentKey", "Segments"}
private

Definition at line 57 of file SegmentFitParDecorAlg.h.

57{this, "SegmentKey", "Segments"};

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files: