ATLAS Offline Software
Loading...
Searching...
No Matches
TrigL2MuonSA::RpcDataPreparator Class Reference

#include <RpcDataPreparator.h>

Inheritance diagram for TrigL2MuonSA::RpcDataPreparator:
Collaboration diagram for TrigL2MuonSA::RpcDataPreparator:

Public Member Functions

 RpcDataPreparator (const std::string &type, const std::string &name, const IInterface *parent)
virtual StatusCode initialize () override
StatusCode prepareData (const EventContext &ctx, const TrigRoiDescriptor *p_roids, TrigL2MuonSA::RpcHits &rpcHits, TrigL2MuonSA::RpcLayerHits &rpcLayerHits, const ToolHandle< RpcPatFinder > *rpcPatFinder, const bool dynamicDeltaRpc) const
StatusCode prepareData (const EventContext &ctx, const TrigRoiDescriptor *p_roids, TrigL2MuonSA::RpcLayerClusters &rpcLayerClusters, const ToolHandle< ClusterPatFinder > *clusterPatFinder, const bool dynamicDeltaRpc) const
void setRoIBasedDataAccess (bool use_RoIBasedDataAccess)
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 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

typedef ServiceHandle< StoreGateSvcStoreGateSvc_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

ToolHandle< IRegSelToolm_regionSelector {this,"RegSel_RPC","RegSelTool/RegSelTool_RPC"}
ServiceHandle< Muon::IMuonIdHelperSvcm_idHelperSvc {this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"}
ToolHandle< LVL1::ITrigT1MuonRecRoiToolm_recRPCRoiTool { this, "TrigT1RPCRecRoiTool", "LVL1::TrigT1RPCRecRoiTool/TrigT1RPCRecRoiTool"}
SG::ReadHandleKey< Muon::RpcPrepDataContainerm_rpcPrepContainerKey
ToolHandle< RpcClusterPreparatorm_clusterPreparator {this, "RpcClusterPreparator", "TrigL2MuonSA::RpcClusterPreparator"}
bool m_use_RoIBasedDataAccess = false
Gaudi::Property< bool > m_emulateNoRpcHit { this, "EmulateNoRpcHit", false, "Flag for emulation of no RPC hit events" }
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

Definition at line 34 of file RpcDataPreparator.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< AlgTool > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ RpcDataPreparator()

TrigL2MuonSA::RpcDataPreparator::RpcDataPreparator ( const std::string & type,
const std::string & name,
const IInterface * parent )

Definition at line 16 of file RpcDataPreparator.cxx.

18 :
19 AthAlgTool(type,name,parent) {
20}
AthAlgTool()
Default constructor:

Member Function Documentation

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::evtStore ( )
inlineinherited

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

Definition at line 85 of file AthCommonDataStore.h.

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::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

◆ initialize()

StatusCode TrigL2MuonSA::RpcDataPreparator::initialize ( )
overridevirtual

Definition at line 25 of file RpcDataPreparator.cxx.

26{
27
28 // Locate RegionSelector
29 ATH_CHECK( m_regionSelector.retrieve() );
30
31 ATH_CHECK( m_recRPCRoiTool.retrieve() );
32
33 ATH_CHECK(m_idHelperSvc.retrieve());
34 ATH_MSG_DEBUG("Retrieved " << m_idHelperSvc);
35
36 ATH_CHECK(m_rpcPrepContainerKey.initialize());
37
39 ATH_MSG_DEBUG("Retrieved service " << m_clusterPreparator);
40
41 return StatusCode::SUCCESS;
42}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_DEBUG(x)
ToolHandle< RpcClusterPreparator > m_clusterPreparator
ToolHandle< LVL1::ITrigT1MuonRecRoiTool > m_recRPCRoiTool
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
ToolHandle< IRegSelTool > m_regionSelector
SG::ReadHandleKey< Muon::RpcPrepDataContainer > m_rpcPrepContainerKey

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::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.

◆ msg()

MsgStream & AthCommonMsg< AlgTool >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

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

◆ msgLvl()

bool AthCommonMsg< AlgTool >::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< AlgTool > >::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.

◆ prepareData() [1/2]

StatusCode TrigL2MuonSA::RpcDataPreparator::prepareData ( const EventContext & ctx,
const TrigRoiDescriptor * p_roids,
TrigL2MuonSA::RpcHits & rpcHits,
TrigL2MuonSA::RpcLayerHits & rpcLayerHits,
const ToolHandle< RpcPatFinder > * rpcPatFinder,
const bool dynamicDeltaRpc ) const

Definition at line 55 of file RpcDataPreparator.cxx.

61{
62 // RPC data extraction referring TrigMuonEFStandaloneTrackTool and MuonHoughPatternFinderTool
63 rpcHits.clear();
64
65 if( m_emulateNoRpcHit ) return StatusCode::SUCCESS;
66
67 std::vector<const Muon::RpcPrepDataCollection*> rpcCols;
68 std::vector<IdentifierHash> rpcHashList;
69
71
72 ATH_MSG_DEBUG("Use RoI based data access");
73
74 if (p_roids) m_regionSelector->lookup(ctx)->HashIDList(*p_roids, rpcHashList);
75 else {
76 TrigRoiDescriptor fullscan_roi( true );
77 m_regionSelector->lookup(ctx)->HashIDList(fullscan_roi, rpcHashList);
78 }
79 ATH_MSG_DEBUG("rpcHashList.size()=" << rpcHashList.size());
80
81 } else {
82
83 ATH_MSG_DEBUG("Use full data access");
84
85 TrigRoiDescriptor fullscan_roi( true );
86 m_regionSelector->lookup(ctx)->HashIDList(fullscan_roi, rpcHashList);
87 ATH_MSG_DEBUG("rpcHashList.size()=" << rpcHashList.size());
88 }
89
90 if (!rpcHashList.empty()) {
91
92 // Get RPC container
93 auto rpcPrepContainerHandle = SG::makeHandle(m_rpcPrepContainerKey, ctx);
94 const Muon::RpcPrepDataContainer* rpcPrds = rpcPrepContainerHandle.cptr();
95
96 if (!rpcPrepContainerHandle.isValid()) {
97 ATH_MSG_ERROR("Cannot retrieve RPC PRD Container key: " << m_rpcPrepContainerKey.key());
98 return StatusCode::FAILURE;
99 } else {
100 ATH_MSG_DEBUG("RPC PRD Container retrieved with key: " << m_rpcPrepContainerKey.key());
101 }
102
103 // Get RPC collections
104 for(const IdentifierHash& id : rpcHashList) {
105 auto RPCcoll = rpcPrds->indexFindPtr(id);
106
107 if( RPCcoll == nullptr ) {
108 continue;
109 }
110
111 if( RPCcoll->size() == 0) {
112 ATH_MSG_DEBUG("Empty RPC list");
113 continue;
114 }
115
116 rpcCols.push_back(RPCcoll);
117 }
118 }
119
120 for( const Muon::RpcPrepDataCollection* rpc : rpcCols ){
121
122 rpcHits.reserve( rpcHits.size() + rpc->size() );
123 for( const Muon::RpcPrepData* prd : *rpc ) {
124
125 const Identifier id = prd->identify();
126
127 const int doubletR = m_idHelperSvc->rpcIdHelper().doubletR(id);
128 const int doubletPhi = m_idHelperSvc->rpcIdHelper().doubletPhi(id);
129 const int doubletZ = m_idHelperSvc->rpcIdHelper().doubletZ(id);
130 const int gasGap = m_idHelperSvc->rpcIdHelper().gasGap(id);
131 const bool measuresPhi = m_idHelperSvc->rpcIdHelper().measuresPhi(id);
132 const int stationEta = m_idHelperSvc->rpcIdHelper().stationEta(id);
133 std::string stationName = m_idHelperSvc->rpcIdHelper().stationNameString(m_idHelperSvc->rpcIdHelper().stationName(id));
134
135 int layer = 0;
136 // BO
137 if (stationName.substr(0,2)=="BO") layer = 4;
138 // doubletR
139 layer += 2*(doubletR-1);
140 // BML7 special chamber with 1 RPC doublet (doubletR=1 but RPC2) :
141 if (stationName.substr(0,3)=="BML"&&stationEta==7) layer+=2;
142 // gasGap
143 layer += gasGap - 1;
144
145 const Amg::Vector3D globalpos = prd->globalPosition();
146 const double hitx=globalpos.x();
147 const double hity=globalpos.y();
148 const double hitz=globalpos.z();
149
150 const double hittime = prd->time();
151 const MuonGM::RpcReadoutElement* detEl = prd->detectorElement();
152 const double distToPhiReadout = detEl->distanceToPhiReadout(globalpos);
153 const double distToEtaReadout = detEl->distanceToEtaReadout(globalpos);
154
155 ATH_MSG_DEBUG("Selected Rpc Collection: station name:" << stationName
156 << " global positions x/y/z=" << hitx << "/" << hity << "/" << hitz
157 << " doubletR: " << doubletR << " doubletZ: " << doubletZ << " doubletPhi " << doubletPhi
158 << " gasGap " << gasGap << " layer " << layer << " time " << hittime
159 << " distToEtaReadout " << distToEtaReadout << " distToPhiReadout " << distToPhiReadout);
160
161 TrigL2MuonSA::RpcHitData lutDigit;
162
163 lutDigit.x = hitx;
164 lutDigit.y = hity;
165 lutDigit.z = hitz;
166 lutDigit.time = hittime;
167 lutDigit.distToEtaReadout = distToEtaReadout;
168 lutDigit.distToPhiReadout = distToPhiReadout;
169 lutDigit.gasGap = gasGap;
170 lutDigit.doubletR = doubletR;
171 lutDigit.doubletPhi = doubletPhi;
172 lutDigit.doubletZ = doubletZ;
173 lutDigit.measuresPhi = measuresPhi;
174 lutDigit.stationName = stationName;
175 lutDigit.layer = layer;
176
177 const float r2 = hitx*hitx+hity*hity;
178 float phi = std::atan2(hity,hitx);
179 const float l = std::sqrt(hitz*hitz+r2);
180 const float tan = std::sqrt( (l-hitz)/(l+hitz) );
181 const float eta = -std::log(tan);
182 const float deta = std::abs(p_roids->eta() - eta);
183 const float dphi = std::abs(CxxUtils::wrapToPi(p_roids->phi() - phi));
184
185 lutDigit.eta = eta;
186 lutDigit.phi = phi;
187 lutDigit.l = l;
188 rpcHits.push_back(lutDigit);
189
190 float deta_thr = 0.1;
191 float dphi_thr = 0.1;
192 float dynamic_add = 0.02;
193
194 //Determine deta, dphi threshold in case of dynamicDeltaRpcMode
195 if( dynamicDeltaRpc ){
196 ATH_MSG_DEBUG("Collected RPC hits by MultiMuonTriggerMode");
197 double RoiPhiMin(0);
198 double RoiPhiMax(0);
199 double RoiEtaMin(0);
200 double RoiEtaMax(0);
201 ATH_CHECK( m_recRPCRoiTool->RoIsize(p_roids->roiWord(), RoiEtaMin, RoiEtaMax, RoiPhiMin, RoiPhiMax) );
202 ATH_MSG_DEBUG( "RoI Phi min = " << RoiPhiMin << " RoI Phi max = " << RoiPhiMax << " RoI Eta min = " << RoiEtaMin << " RoI Eta max = " << RoiEtaMax );
203 deta_thr = std::abs( RoiEtaMax - RoiEtaMin )/2. + dynamic_add;
204 dphi_thr = std::abs( std::acos( std::cos( RoiPhiMax - RoiPhiMin ) ) )/2. + dynamic_add;
205 ATH_MSG_DEBUG( "deta threshold = " << deta_thr);
206 ATH_MSG_DEBUG( "dphi threshold = " << dphi_thr);
207 }
208
210 if ( deta<deta_thr && dphi<dphi_thr)
211 (*rpcPatFinder)->addHit(stationName, stationEta, measuresPhi, gasGap, doubletR, hitx, hity, hitz, rpcLayerHits);
212 } else {
213 if ( deta<0.15 && dphi<0.1)
214 (*rpcPatFinder)->addHit(stationName, stationEta, measuresPhi, gasGap, doubletR, hitx, hity, hitz, rpcLayerHits);
215 }
216 }
217 }
218
219 return StatusCode::SUCCESS;
220}
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
#define ATH_MSG_ERROR(x)
Athena::TPCnvVers::Current TrigRoiDescriptor
virtual const T * indexFindPtr(IdentifierHash hashId) const override final
return pointer on the found entry or null if out of range using hashed index - fast version,...
virtual double phi() const override final
Methods to retrieve data members.
virtual double eta() const override final
Gaudi::Property< bool > m_emulateNoRpcHit
std::string stationName
Definition RpcData.h:51
virtual unsigned int roiWord() const override final
Eigen::Matrix< double, 3, 1 > Vector3D
T wrapToPi(T phi)
Wrap angle in radians to [-pi, pi].
Definition phihelper.h:24
MuonPrepDataContainerT< RpcPrepData > RpcPrepDataContainer
MuonPrepDataCollection< RpcPrepData > RpcPrepDataCollection
l
Printing final latex table to .tex output file.
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
@ layer
Definition HitInfo.h:79

◆ prepareData() [2/2]

StatusCode TrigL2MuonSA::RpcDataPreparator::prepareData ( const EventContext & ctx,
const TrigRoiDescriptor * p_roids,
TrigL2MuonSA::RpcLayerClusters & rpcLayerClusters,
const ToolHandle< ClusterPatFinder > * clusterPatFinder,
const bool dynamicDeltaRpc ) const

Definition at line 225 of file RpcDataPreparator.cxx.

230{
231 // RPC data extraction referring TrigMuonEFStandaloneTrackTool and MuonHoughPatternFinderTool
232
234 return StatusCode::SUCCESS;
235
236 std::vector<const Muon::RpcPrepDataCollection*> rpcCols;
237 std::vector<IdentifierHash> rpcHashList;
238 std::vector<IdentifierHash> rpcHashList_cache;
239
241
242 ATH_MSG_DEBUG("Use RoI based data access");
243
244 if (p_roids) m_regionSelector->lookup(ctx)->HashIDList(*p_roids, rpcHashList);
245 else {
246 TrigRoiDescriptor fullscan_roi( true );
247 m_regionSelector->lookup(ctx)->HashIDList(fullscan_roi, rpcHashList);
248 }
249 ATH_MSG_DEBUG("rpcHashList.size()=" << rpcHashList.size());
250
251 } else {
252
253 ATH_MSG_DEBUG("Use full data access");
254
255 TrigRoiDescriptor fullscan_roi( true );
256 m_regionSelector->lookup(ctx)->HashIDList(fullscan_roi, rpcHashList);
257 ATH_MSG_DEBUG("rpcHashList.size()=" << rpcHashList.size());
258
259 }
260
261 if (!rpcHashList.empty()) {
262
263 // Get RPC container
264 const Muon::RpcPrepDataContainer* rpcPrds;
265 auto rpcPrepContainerHandle = SG::makeHandle(m_rpcPrepContainerKey, ctx);
266 rpcPrds = rpcPrepContainerHandle.cptr();
267 if (!rpcPrepContainerHandle.isValid()) {
268 ATH_MSG_ERROR("Cannot retrieve RPC PRD Container key: " << m_rpcPrepContainerKey.key());
269 return StatusCode::FAILURE;
270 } else {
271 ATH_MSG_DEBUG("RPC PRD Container retrieved with key: " << m_rpcPrepContainerKey.key());
272 }
273
274 // Get RPC collections
275 for(const IdentifierHash& id : rpcHashList) {
276
277 auto RPCcoll = rpcPrds->indexFindPtr(id);
278
279 if( RPCcoll == nullptr ) {
280 continue;
281 }
282
283 if( RPCcoll->size() == 0) {
284 ATH_MSG_DEBUG("Empty RPC list");
285 continue;
286 }
287
288 rpcHashList_cache.push_back(id);
289 rpcCols.push_back(RPCcoll);
290 }
291 }
292 ATH_MSG_DEBUG("Do rpc clustering");
293 ATH_CHECK( m_clusterPreparator->clusteringRPCs(dynamicDeltaRpc, rpcCols, p_roids, clusterPatFinder, rpcLayerClusters) );
294
295 return StatusCode::SUCCESS;
296}

◆ 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< AlgTool > >::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< AlgTool > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ setRoIBasedDataAccess()

void TrigL2MuonSA::RpcDataPreparator::setRoIBasedDataAccess ( bool use_RoIBasedDataAccess)

Definition at line 47 of file RpcDataPreparator.cxx.

48{
49 m_use_RoIBasedDataAccess = use_RoIBasedDataAccess;
50}

◆ sysInitialize()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysInitialize ( )
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.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::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< AlgTool > >::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 }
std::vector< SG::VarHandleKeyArray * > m_vhka

Member Data Documentation

◆ m_clusterPreparator

ToolHandle<RpcClusterPreparator> TrigL2MuonSA::RpcDataPreparator::m_clusterPreparator {this, "RpcClusterPreparator", "TrigL2MuonSA::RpcClusterPreparator"}
private

Definition at line 71 of file RpcDataPreparator.h.

71{this, "RpcClusterPreparator", "TrigL2MuonSA::RpcClusterPreparator"};

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_emulateNoRpcHit

Gaudi::Property< bool > TrigL2MuonSA::RpcDataPreparator::m_emulateNoRpcHit { this, "EmulateNoRpcHit", false, "Flag for emulation of no RPC hit events" }
private

Definition at line 77 of file RpcDataPreparator.h.

77{ this, "EmulateNoRpcHit", false, "Flag for emulation of no RPC hit events" };

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_idHelperSvc

ServiceHandle<Muon::IMuonIdHelperSvc> TrigL2MuonSA::RpcDataPreparator::m_idHelperSvc {this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"}
private

Definition at line 62 of file RpcDataPreparator.h.

62{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};

◆ m_recRPCRoiTool

ToolHandle<LVL1::ITrigT1MuonRecRoiTool> TrigL2MuonSA::RpcDataPreparator::m_recRPCRoiTool { this, "TrigT1RPCRecRoiTool", "LVL1::TrigT1RPCRecRoiTool/TrigT1RPCRecRoiTool"}
private

Definition at line 64 of file RpcDataPreparator.h.

64{ this, "TrigT1RPCRecRoiTool", "LVL1::TrigT1RPCRecRoiTool/TrigT1RPCRecRoiTool"};

◆ m_regionSelector

ToolHandle<IRegSelTool> TrigL2MuonSA::RpcDataPreparator::m_regionSelector {this,"RegSel_RPC","RegSelTool/RegSelTool_RPC"}
private

Definition at line 61 of file RpcDataPreparator.h.

61{this,"RegSel_RPC","RegSelTool/RegSelTool_RPC"};

◆ m_rpcPrepContainerKey

SG::ReadHandleKey<Muon::RpcPrepDataContainer> TrigL2MuonSA::RpcDataPreparator::m_rpcPrepContainerKey
private
Initial value:
{
this, "RpcPrepDataContainer", "RPC_Measurements", "Name of the RPCContainer to read in"}

Definition at line 67 of file RpcDataPreparator.h.

67 {
68 this, "RpcPrepDataContainer", "RPC_Measurements", "Name of the RPCContainer to read in"};

◆ m_use_RoIBasedDataAccess

bool TrigL2MuonSA::RpcDataPreparator::m_use_RoIBasedDataAccess = false
private

Definition at line 75 of file RpcDataPreparator.h.

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< AlgTool > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

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

Definition at line 398 of file AthCommonDataStore.h.


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