ATLAS Offline Software
Public Member Functions | Protected Member Functions | Protected Attributes | Private Types | Private Member Functions | Private Attributes | List of all members
CSC_RegSelCondAlg Class Reference

#include <CSC_RegSelCondAlg.h>

Inheritance diagram for CSC_RegSelCondAlg:
Collaboration diagram for CSC_RegSelCondAlg:

Public Member Functions

 CSC_RegSelCondAlg (const std::string &name, ISvcLocator *pSvcLocator)
 
std::unique_ptr< RegSelSiLUTcreateTable (const EventContext &ctx, EventIDRange &id_range) const override
 
virtual StatusCode initialize () override
 
virtual StatusCode execute (const EventContext &ctx) const override
 
virtual bool isReEntrant () const override final
 
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
 

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution More...
 
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. More...
 

Protected Attributes

SG::ReadCondHandleKey< MuonGM::MuonDetectorManagerm_detMgrKey
 MuonDetectorManager from the conditions store. More...
 

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t
 

Private Member Functions

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...
 

Private Attributes

Gaudi::Property< bool > m_printTable {this, "PrintTable", false}
 
Gaudi::Property< std::string > m_mangerName {this, "ManagerName", "", "Property no where used"}
 
SG::WriteCondHandleKey< IRegSelLUTCondDatam_tableKey { this, "RegSelLUT", "RegSelLUTCondData", "Region Selector lookup table" }
 Output conditions object. More...
 
DataObjIDColl m_extendedExtraObjects
 Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks. More...
 
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default) More...
 
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default) More...
 
std::vector< SG::VarHandleKeyArray * > m_vhka
 
bool m_varHandleArraysDeclared
 

Detailed Description

Definition at line 18 of file CSC_RegSelCondAlg.h.

Member Typedef Documentation

◆ StoreGateSvc_t

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

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ CSC_RegSelCondAlg()

CSC_RegSelCondAlg::CSC_RegSelCondAlg ( const std::string &  name,
ISvcLocator *  pSvcLocator 
)

Definition at line 37 of file CSC_RegSelCondAlg.cxx.

37  :
38  MuonRegSelCondAlg( name, pSvcLocator )
39 {
40  ATH_MSG_DEBUG( "CSC_RegSelCondAlg::CSC_RegSelCondAlg() " << name );
41 }

Member Function Documentation

◆ 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.

56 {
57  return 0;
58 }

◆ createTable()

std::unique_ptr< RegSelSiLUT > CSC_RegSelCondAlg::createTable ( const EventContext &  ctx,
EventIDRange &  id_range 
) const
overridevirtual

now get the CSC cabling service ...

Implements MuonRegSelCondAlg.

Definition at line 46 of file CSC_RegSelCondAlg.cxx.

46  {
47 
49 
50  if( !manager.range( id_range ) ) {
51  ATH_MSG_ERROR("Failed to retrieve validity range for " << manager.key());
52  return {nullptr};
53  }
54 
55 
57 
58  const CSCcablingSvc* cabling = nullptr;
59 
60  if ( service( "CSCcablingSvc", cabling ).isFailure() ) {
61  ATH_MSG_ERROR( "Could not retrieve CSC cabling for " << name() );
62  return {nullptr};
63  }
64 
65 
66  const CscIdHelper* helper = manager->cscIdHelper();
67 
68  std::vector<Identifier>::const_iterator idfirst = helper->module_begin();
69  std::vector<Identifier>::const_iterator idlast = helper->module_end();
70 
71  const IdContext ModuleContext = helper->module_context();
72 
73  ATH_MSG_DEBUG("createTable()");
74 
75  std::unique_ptr<RegSelSiLUT> lut = std::make_unique<RegSelSiLUT>();
76 
77 
78 
79  for ( std::vector<Identifier>::const_iterator itr=idfirst ; itr!=idlast ; ++itr ) {
80  Identifier Id = *itr;
81  IdentifierHash Idhash;
82 
83  helper->get_hash(Id, Idhash, &ModuleContext);
84 
85  ExpandedIdentifier exp_id;
86  if (helper->get_expanded_id( Id, exp_id, &ModuleContext)) {
87  ATH_MSG_DEBUG("Failed retrieving ExpandedIdentifier for PRD Identifier = " << Id.getString() << ". Skipping to the next PRD.");
88  continue;
89  }
90 
91  int detid = ( exp_id[2]<0 ? -1 : 1 );
92  int layerid = exp_id[1]+1;
93 
94 
95  // retrieve CscReadoutElement
96 
97  Identifier Id2ndLayer;
98  int chamberLayer = 2;
99  const MuonGM::CscReadoutElement *csc = manager->getCscReadoutElement(Id);
100  if (csc == nullptr) {
101 
102  // std::cout << "Csc Readout Element not found for this Id ---- try 2nd layer"<<std::endl;
103  Id2ndLayer = helper->parentID(Id);
104  Id2ndLayer = helper->channelID(Id2ndLayer, chamberLayer, 1, 0, 1);
105  csc = manager->getCscReadoutElement(Id2ndLayer);
106  if (csc == nullptr)
107  {
108  // std::cout << "Csc Readout Element not found for 2nd layer too ---- skip"<<std::endl;
109  continue;
110  }
111  }
112 
113  double eta_min = 99999999.;
114  double eta_max = -99999999.;
115  double phi_min = 999999.;
116  double phi_max = -999999.;
117 
118  double zmin = 999999999;
119  double zmax = -999999999;
120 
121  double rmin = 0;
122  double rmax = 0;
123 
124  double phi_test = 0.;
125  Identifier Id_phi_max;
126  Identifier Id_phi_min;
127  Identifier Id_eta_max;
128  Identifier Id_eta_min;
129 
130  // only use the extreme chamber layers and wirelayers
131 
132  int chlayer_inc = helper->chamberLayerMax(Id)-1;
133  if ( chlayer_inc<1 ) chlayer_inc = 1;
134  for ( int chlayer=1 ; chlayer<=helper->chamberLayerMax(Id) ; chlayer+=chlayer_inc ) {
135 
136 
137  int wlayer_inc = helper->wireLayerMax(Id)-1;
138  if ( wlayer_inc<1 ) wlayer_inc = 1;
139  for ( int wlayer=1 ; wlayer<=helper->wireLayerMax(Id) ; wlayer+=wlayer_inc ){
140 
141  for ( int phis=1 ; phis<=csc->NphiStrips(wlayer) ; phis++ ) {
142 
143 
144  Identifier phis_id = helper->channelID(Id, chlayer, wlayer, 1, phis);
145  Amg::Vector3D phis_x = csc->localStripPos(phis_id);
146  double phis_lenght = csc->stripLength(phis_id);
147 
148  // positions of the strip endpoints
149 
150  Amg::Vector3D phis_x1 = phis_x;
151  Amg::Vector3D phis_x2 = phis_x;
152 
153  //phis_x1.setZ(phis_x.z()-phis_lenght/2.0);
154  //phis_x2.setZ(phis_x.z()+phis_lenght/2.0);
155  phis_x1[2] = phis_x.z()-phis_lenght/2.0;
156  phis_x2[2] = phis_x.z()+phis_lenght/2.0;
157 
158  Amg::Vector3D gphis_x1 = csc->globalPos(phis_x1);
159  Amg::Vector3D gphis_x2 = csc->globalPos(phis_x2);
160 
161  phi_test=gphis_x1.phi();
162  // for detector in (-0.25,0.25) phi interval use +-3,14 phi interval
163  // if(!(aux1==51 && aux3==1))if (phi_test < 0) phi_test += 2.*M_PI;
164  if(exp_id[1]!=51 || exp_id[3]!=1)if (phi_test < 0) phi_test += 2.*M_PI;
165 
166 
167  if ( zmin>gphis_x1.z() ) zmin = gphis_x1.z();
168  if ( zmax<gphis_x1.z() ) zmax = gphis_x1.z();
169 
170  if ( rmin==0 || rmin>gphis_x1.perp() ) rmin = gphis_x1.perp();
171  if ( rmax==0 || rmax<gphis_x1.perp() ) rmax = gphis_x1.perp();
172 
173  if ( zmin>gphis_x2.z() ) zmin = gphis_x2.z();
174  if ( zmax<gphis_x2.z() ) zmax = gphis_x2.z();
175 
176  if ( rmin==0 || rmin>gphis_x2.perp() ) rmin = gphis_x2.perp();
177  if ( rmax==0 || rmax<gphis_x2.perp() ) rmax = gphis_x2.perp();
178 
179  // position of the strip centre
180 
181 
182  Amg::Vector3D gphis_x = csc->globalPos(phis_x);
183 
184  if ( rmin==0 || rmin>gphis_x.perp() ) rmin = gphis_x.perp();
185  if ( rmax==0 || rmax<gphis_x.perp() ) rmax = gphis_x.perp();
186 
187  // phi
188  if(phi_test > phi_max){
189  Id_phi_max=phis_id;
190  phi_max=phi_test;
191  }
192  if(phi_test < phi_min){
193  Id_phi_min=phis_id;
194  phi_min=phi_test;
195  }
196  // eta
197  if(gphis_x1.eta() > eta_max) {
198  Id_eta_max=phis_id;
199  eta_max=gphis_x1.eta();
200  }
201  if(gphis_x1.eta() < eta_min) {
202  Id_eta_min=phis_id;
203  eta_min=gphis_x1.eta();
204  }
205 
206  phi_test=gphis_x2.phi();
207  // for detector in (-0.25,0.25) phi interval use +-3,14 phi interval
208  // if(!(aux1==51 && aux3==1)) if (phi_test < 0) phi_test += 2.*M_PI;
209  if(exp_id[1]!=51 || exp_id[3]!=1) if (phi_test < 0) phi_test += 2.*M_PI;
210 
211  // phi
212  if(phi_test > phi_max) {
213  Id_phi_max=phis_id;
214  phi_max=phi_test;
215  }
216  if(phi_test < phi_min) {
217  Id_phi_min=phis_id;
218  phi_min=phi_test;
219  }
220  // eta
221  if(gphis_x2.eta() > eta_max) {
222  Id_eta_max=phis_id;
223  eta_max=gphis_x2.eta();
224  }
225  if(gphis_x2.eta() < eta_min) {
226  Id_eta_min=phis_id;
227  eta_min=gphis_x2.eta();
228  }
229 
230  }
231 
232  // only use the extreme and middle strips
233 
234  int eta_inc = csc->NetaStrips(wlayer)/2;
235  if ( eta_inc<1 ) eta_inc = 1;
236  for ( int etas=1 ; etas<=csc->NetaStrips(wlayer) ; etas+=eta_inc ) {
237 
238 
239  Identifier etas_id = helper->channelID(Id, chlayer, wlayer, 0, etas);
240  Amg::Vector3D etas_x = csc->localStripPos(etas_id);
241  double etas_lenght = csc->stripLength(etas_id);
242 
243  // strip endpoints
244 
245  Amg::Vector3D etas_x1 = etas_x;
246  Amg::Vector3D etas_x2 = etas_x;
247 
248  //etas_x1.setY(etas_x.y()-etas_lenght/2.0);
249  //etas_x2.setY(etas_x.y()+etas_lenght/2.0);
250  etas_x1[1] = etas_x.y()-etas_lenght/2.0;
251  etas_x2[1] = etas_x.y()+etas_lenght/2.0;
252 
253  Amg::Vector3D getas_x1 = csc->globalPos(etas_x1);
254  Amg::Vector3D getas_x2 = csc->globalPos(etas_x2);
255 
256  if ( zmin>getas_x1.z() ) zmin = getas_x1.z();
257  if ( zmax<getas_x1.z() ) zmax = getas_x1.z();
258 
259  if ( zmin>getas_x2.z() ) zmin = getas_x2.z();
260  if ( zmax<getas_x2.z() ) zmax = getas_x2.z();
261 
262  if ( rmin==0 || rmin>getas_x1.perp() ) rmin = getas_x1.perp();
263  if ( rmax==0 || rmax<getas_x1.perp() ) rmax = getas_x1.perp();
264 
265  if ( rmin==0 || rmin>getas_x2.perp() ) rmin = getas_x2.perp();
266  if ( rmax==0 || rmax<getas_x2.perp() ) rmax = getas_x2.perp();
267 
268  // position of the strip centre
269 
270  Amg::Vector3D getas_x = csc->globalPos(etas_x);
271 
272  if ( rmin==0 || rmin>getas_x.perp() ) rmin = getas_x.perp();
273  if ( rmax==0 || rmax<getas_x.perp() ) rmax = getas_x.perp();
274 
275  phi_test = getas_x1.phi();
276  // for detector in (-0.25,0.25) phi interval use +-3,14 phi interval
277  // if(!(aux1==51 && aux3==1)) if (phi_test < 0) phi_test += 2.*M_PI;
278  if(exp_id[1]!=51 || exp_id[3]!=1) if (phi_test < 0) phi_test += 2.*M_PI;
279  // phi
280  if(phi_test > phi_max){
281  Id_phi_max=etas_id;
282  phi_max=phi_test;
283  }
284  if(phi_test < phi_min){
285  Id_phi_min=etas_id;
286  phi_min=phi_test;
287  }
288  // eta
289  if(getas_x1.eta() > eta_max) {
290  Id_eta_max=etas_id;
291  eta_max=getas_x1.eta();
292  }
293  if(getas_x1.eta() < eta_min) {
294  Id_eta_min=etas_id;
295  eta_min=getas_x1.eta();
296  }
297 
298  phi_test = getas_x2.phi();
299  // for detector in (-0.25,0.25) phi interval use +-3,14 phi interval
300  // if (!(aux1==51 && aux3==1)) if (phi_test < 0) phi_test += 2.*M_PI;
301  if (exp_id[1]!=51 || exp_id[3]!=1) if (phi_test < 0) phi_test += 2.*M_PI;
302  // phi
303  if(phi_test > phi_max){
304  Id_phi_max=etas_id;
305  phi_max=phi_test;
306  }
307  if(phi_test < phi_min){
308  Id_phi_min=etas_id;
309  phi_min=phi_test;
310  }
311  // eta
312  if(getas_x2.eta() > eta_max) {
313  Id_eta_max=etas_id;
314  eta_max=getas_x2.eta();
315  }
316  if(getas_x2.eta() < eta_min) {
317  Id_eta_min=etas_id;
318  eta_min=getas_x2.eta();
319  }
320 
321  }
322  } //gas gaps
323  } // chamber layers
324 
325  // if(aux1==51 && aux3==1)if (phi_min < 0) phi_min += 2.*M_PI;
326  // if(aux1==51 && aux3==1)if (phi_max < 0) phi_max += 2.*M_PI;
327  if(exp_id[1]==51 && exp_id[3]==1) {
328  if (phi_max < 0) phi_max += 2.*M_PI;
329  if (phi_min < 0) phi_min += 2.*M_PI;
330  }
331 
332  uint16_t subDetectorId = (detid == -1) ? 0x6a : 0x69;
333  uint32_t cscrob = 0x0;
334  cabling->hash2Rob(Idhash.value(),cscrob);
335  cscrob = ((subDetectorId << 16) | cscrob);
336  RegSelModule m( zmin, zmax, rmin, rmax, phi_min, phi_max, layerid, detid, cscrob, Idhash );
337  lut->addModule( m );
338 
339 
340  } // modules
341 
342 
343  lut->initialise();
344 
345  return lut;
346 
347 }

◆ declareGaudiProperty() [1/4]

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

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

Definition at line 170 of file AthCommonDataStore.h.

172  {
173  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
174  hndl.value(),
175  hndl.documentation());
176 
177  }

◆ declareGaudiProperty() [2/4]

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

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

Definition at line 156 of file AthCommonDataStore.h.

158  {
159  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
160  hndl.value(),
161  hndl.documentation());
162 
163  }

◆ declareGaudiProperty() [3/4]

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

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

Definition at line 184 of file AthCommonDataStore.h.

186  {
187  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
188  hndl.value(),
189  hndl.documentation());
190  }

◆ declareGaudiProperty() [4/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareGaudiProperty ( Gaudi::Property< T > &  t,
const SG::NotHandleType  
)
inlineprivateinherited

specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray>

Definition at line 199 of file AthCommonDataStore.h.

200  {
201  return PBASE::declareProperty(t);
202  }

◆ declareProperty() [1/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty ( const std::string &  name,
SG::VarHandleBase hndl,
const std::string &  doc,
const SG::VarHandleType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
hndlObject holding the property value.
docDocumentation 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.

249  {
250  this->declare(hndl.vhKey());
251  hndl.vhKey().setOwner(this);
252 
253  return PBASE::declareProperty(name,hndl,doc);
254  }

◆ declareProperty() [2/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty ( const std::string &  name,
SG::VarHandleKey hndl,
const std::string &  doc,
const SG::VarHandleKeyType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
hndlObject holding the property value.
docDocumentation 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.

225  {
226  this->declare(hndl);
227  hndl.setOwner(this);
228 
229  return PBASE::declareProperty(name,hndl,doc);
230  }

◆ declareProperty() [3/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty ( const std::string &  name,
SG::VarHandleKeyArray hndArr,
const std::string &  doc,
const SG::VarHandleKeyArrayType  
)
inlineinherited

Definition at line 259 of file AthCommonDataStore.h.

263  {
264 
265  // std::ostringstream ost;
266  // ost << Algorithm::name() << " VHKA declareProp: " << name
267  // << " size: " << hndArr.keys().size()
268  // << " mode: " << hndArr.mode()
269  // << " vhka size: " << m_vhka.size()
270  // << "\n";
271  // debug() << ost.str() << endmsg;
272 
273  hndArr.setOwner(this);
274  m_vhka.push_back(&hndArr);
275 
276  Gaudi::Details::PropertyBase* p = PBASE::declareProperty(name, hndArr, doc);
277  if (p != 0) {
278  p->declareUpdateHandler(&AthCommonDataStore<PBASE>::updateVHKA, this);
279  } else {
280  ATH_MSG_ERROR("unable to call declareProperty on VarHandleKeyArray "
281  << name);
282  }
283 
284  return p;
285 
286  }

◆ declareProperty() [4/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty ( const std::string &  name,
T &  property,
const std::string &  doc,
const SG::NotHandleType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
propertyObject holding the property value.
docDocumentation 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.

337  {
338  return PBASE::declareProperty(name, property, doc);
339  }

◆ declareProperty() [5/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty ( const std::string &  name,
T &  property,
const std::string &  doc = "none" 
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
propertyObject holding the property value.
docDocumentation 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.

355  {
356  typedef typename SG::HandleClassifier<T>::type htype;
357  return declareProperty (name, property, doc, htype());
358  }

◆ declareProperty() [6/6]

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

Definition at line 145 of file AthCommonDataStore.h.

145  {
146  typedef typename SG::HandleClassifier<T>::type htype;
148  }

◆ 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.

95 { return m_detStore; }

◆ evtStore() [1/2]

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.

85 { return m_evtStore; }

◆ evtStore() [2/2]

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

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

Definition at line 90 of file AthCommonDataStore.h.

90 { return m_evtStore; }

◆ execute()

StatusCode MuonRegSelCondAlg::execute ( const EventContext &  ctx) const
overridevirtualinherited

do stuff here ...

inpractice, this should never be called, although in serial athena,
because the implementation of the conditions behaviour is flawed in
the framework, this routine will be called every event (!) regardless
of whether it should be called or not so we need this check to
prevent unecessary code execution on out our side

create the new lookup table

create the conditions data for storage

leave this commented here since this is where it should really be, but we had to move it up in the code to handle the flawed conditions handling in the serial athena use case SG::WriteCondHandle<IRegSelLUTCondData> lutCondData( m_tableKey, ctx );

Definition at line 46 of file MuonRegSelCondAlg.cxx.

46  {
47  ATH_MSG_DEBUG("MuonRegSelCondAlg::execute() -- enter -- ");
48 
50  ATH_MSG_DEBUG( "Creating region selector table " << m_tableKey );
51 
52 
54  if (lutCondData.isValid()) {
60  ATH_MSG_DEBUG("CondHandle " << lutCondData.fullKey() << " is already valid." );
61  return StatusCode::SUCCESS;
62  }
63 
65 
66  EventIDRange id_range;
67 
68  std::unique_ptr<IRegSelLUT> rd = createTable( ctx, id_range );
69 
70  if ( !rd ) return StatusCode::FAILURE;
71 
72  ATH_MSG_DEBUG( "Initialising new map " );;
73 
74  // write out new new LUT to a file if need be
75 
76  if ( m_printTable ) {
77  if (const auto *lut = dynamic_cast<const RegSelSiLUT*>(rd.get())) {
78  lut->write( name()+".map" );
79  }
80  }
81 
83 
84  IRegSelLUTCondData* rcd = new IRegSelLUTCondData( std::move(rd) );
85 
86  try {
91  if( lutCondData.record( id_range, rcd ).isFailure() ) {
92  ATH_MSG_ERROR( "Could not record " << m_tableKey
93  << " " << lutCondData.key()
94  << " with range " << id_range );
95  return StatusCode::FAILURE;
96  }
97  ATH_MSG_INFO( "RegSelCondAlg LUT recorded: " << m_tableKey);
98  }
99  catch (...) {
100  ATH_MSG_ERROR("MuonRegSelCondAlg::execute() failed to record table: " << m_tableKey);
101  return StatusCode::FAILURE;
102  }
103 
104 
105  ATH_MSG_DEBUG("MuonRegSelCondAlg::execute() -- exit -- ");
106 
107  return StatusCode::SUCCESS;
108 }

◆ 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 & 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.

80 {
81  // If we didn't find any symlinks to add, just return the collection
82  // from the base class. Otherwise, return the extended collection.
83  if (!m_extendedExtraObjects.empty()) {
85  }
86  return Algorithm::extraOutputDeps();
87 }

◆ filterPassed()

virtual bool AthReentrantAlgorithm::filterPassed ( const EventContext &  ctx) const
inlinevirtualinherited

Definition at line 135 of file AthReentrantAlgorithm.h.

135  {
136  return execState( ctx ).filterPassed();
137  }

◆ initialize()

StatusCode MuonRegSelCondAlg::initialize ( )
overridevirtualinherited

Reimplemented in RPC_RegSelCondAlg, and MDT_RegSelCondAlg.

Definition at line 35 of file MuonRegSelCondAlg.cxx.

36 {
37  ATH_MSG_DEBUG("MuonRegSelCondAlg::initialize() ");
38  ATH_CHECK(m_tableKey.initialize());
40  ATH_MSG_INFO("MuonRegSelCondAlg::initialize() " << m_tableKey );
41  return StatusCode::SUCCESS;
42 }

◆ 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()

bool AthReentrantAlgorithm::isClonable ( ) const
overridevirtualinherited

◆ isReEntrant()

virtual bool MuonRegSelCondAlg::isReEntrant ( ) const
inlinefinaloverridevirtualinherited

Definition at line 40 of file MuonRegSelCondAlg.h.

40 { return false; }

◆ msg() [1/2]

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

Definition at line 24 of file AthCommonMsg.h.

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

◆ msg() [2/2]

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

Definition at line 27 of file AthCommonMsg.h.

27  {
28  return this->msgStream(lvl);
29  }

◆ 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();
383  PBASE::renounce (h);
384  }

◆ 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  {
365  handlesArray.renounce();
366  }

◆ setFilterPassed()

virtual void AthReentrantAlgorithm::setFilterPassed ( bool  state,
const EventContext &  ctx 
) const
inlinevirtualinherited

Definition at line 139 of file AthReentrantAlgorithm.h.

139  {
140  execState( ctx ).setFilterPassed( state );
141  }

◆ 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.

68 {
69  return Gaudi::Algorithm::sysExecute (ctx);
70 }

◆ 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.

96  {
98 
99  if (sc.isFailure()) {
100  return sc;
101  }
102 
103  ServiceHandle<ICondSvc> cs("CondSvc",name());
104  for (auto h : outputHandles()) {
105  if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
106  // do this inside the loop so we don't create the CondSvc until needed
107  if ( cs.retrieve().isFailure() ) {
108  ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
109  return StatusCode::SUCCESS;
110  }
111  if (cs->regHandle(this,*h).isFailure()) {
112  sc = StatusCode::FAILURE;
113  ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
114  << " with CondSvc");
115  }
116  }
117  }
118  return sc;
119 }

◆ 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) {
312  std::vector<SG::VarHandleKey*> keys = a->keys();
313  for (auto k : keys) {
314  k->setOwner(this);
315  }
316  }
317  }

Member Data Documentation

◆ m_detMgrKey

SG::ReadCondHandleKey<MuonGM::MuonDetectorManager> MuonRegSelCondAlg::m_detMgrKey
protectedinherited
Initial value:
{
this, "DetectorManagerKey", "MuonDetectorManager",
"Key of input MuonDetectorManager condition data"}

MuonDetectorManager from the conditions store.

Definition at line 46 of file MuonRegSelCondAlg.h.

◆ 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 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_mangerName

Gaudi::Property<std::string> MuonRegSelCondAlg::m_mangerName {this, "ManagerName", "", "Property no where used"}
privateinherited

Definition at line 52 of file MuonRegSelCondAlg.h.

◆ m_printTable

Gaudi::Property<bool> MuonRegSelCondAlg::m_printTable {this, "PrintTable", false}
privateinherited

Definition at line 51 of file MuonRegSelCondAlg.h.

◆ m_tableKey

SG::WriteCondHandleKey<IRegSelLUTCondData> MuonRegSelCondAlg::m_tableKey { this, "RegSelLUT", "RegSelLUTCondData", "Region Selector lookup table" }
privateinherited

Output conditions object.

Definition at line 55 of file MuonRegSelCondAlg.h.

◆ 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:
RegSelModule
Definition: RegSelModule.h:38
RegSelCondData
Definition: RegSelCondData.h:25
python.SystemOfUnits.m
int m
Definition: SystemOfUnits.py:91
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
SG::ReadCondHandle
Definition: ReadCondHandle.h:44
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
xAOD::uint32_t
setEventNumber uint32_t
Definition: EventInfo_v1.cxx:127
PixelAthClusterMonAlgCfg.zmin
zmin
Definition: PixelAthClusterMonAlgCfg.py:176
AthCommonDataStore::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
AthCommonDataStore::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 > renounce(T &h)
Definition: AthCommonDataStore.h:380
ReadCellNoiseFromCool.cabling
cabling
Definition: ReadCellNoiseFromCool.py:154
M_PI
#define M_PI
Definition: ActiveFraction.h:11
AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_evtStore
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
Definition: AthCommonDataStore.h:390
AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_vhka
std::vector< SG::VarHandleKeyArray * > m_vhka
Definition: AthCommonDataStore.h:398
ExpandedIdentifier
Definition: DetectorDescription/Identifier/Identifier/ExpandedIdentifier.h:108
MuonGM::CscReadoutElement
Definition: CscReadoutElement.h:56
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
MuonRegSelCondAlg::m_detMgrKey
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_detMgrKey
MuonDetectorManager from the conditions store.
Definition: MuonRegSelCondAlg.h:46
MuonGM::CscReadoutElement::stripLength
double stripLength(int chamberLayer, int measuresPhi, int stripNumber, double &epsilon) const
Definition: CscReadoutElement.cxx:292
ITkPixEncoding::lut
constexpr auto lut(Generator &&f)
Definition: ITkPixQCoreEncodingLUT.h:19
AthenaPoolTestRead.sc
sc
Definition: AthenaPoolTestRead.py:27
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
runBeamSpotCalibration.helper
helper
Definition: runBeamSpotCalibration.py:112
MuonGM::CscReadoutElement::NetaStrips
int NetaStrips(int gasgaplayer) const
Definition: CscReadoutElement.h:316
AthCommonDataStore
Definition: AthCommonDataStore.h:52
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
xAOD::uint16_t
setWord1 uint16_t
Definition: eFexEMRoI_v1.cxx:88
AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::outputHandles
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
MuonGM::CscReadoutElement::globalPos
Amg::Vector3D globalPos(const Amg::Vector3D &localP) const
station-level method: does not depend on the strip view/layer, hence it cannot account for internal a...
Definition: CscReadoutElement.cxx:460
MuonGM::CscReadoutElement::localStripPos
Amg::Vector3D localStripPos(const Identifier &id) const
takes into account internal alignment parameters, hence gives generally accurate answer (local here i...
Definition: CscReadoutElement.cxx:206
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
CSCcablingSvc
Definition: CSCcablingSvc.h:23
MuonRegSelCondAlg::MuonRegSelCondAlg
MuonRegSelCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: MuonRegSelCondAlg.cxx:26
PixelAthClusterMonAlgCfg.zmax
zmax
Definition: PixelAthClusterMonAlgCfg.py:176
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
MuonRegSelCondAlg::m_printTable
Gaudi::Property< bool > m_printTable
Definition: MuonRegSelCondAlg.h:51
AthReentrantAlgorithm::m_extendedExtraObjects
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Definition: AthReentrantAlgorithm.h:153
SG::VarHandleKeyArray::renounce
virtual void renounce()=0
SG::HandleClassifier::type
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
Definition: HandleClassifier.h:54
MuonRegSelCondAlg::m_tableKey
SG::WriteCondHandleKey< IRegSelLUTCondData > m_tableKey
Output conditions object.
Definition: MuonRegSelCondAlg.h:56
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
AthReentrantAlgorithm::sysInitialize
virtual StatusCode sysInitialize() override
Override sysInitialize.
Definition: AthReentrantAlgorithm.cxx:96
SG::CondHandleKey::initialize
StatusCode initialize(bool used=true)
Amg::Vector3D
Eigen::Matrix< double, 3, 1 > Vector3D
Definition: GeoPrimitives.h:47
Identifier::getString
std::string getString() const
Provide a string form of the identifier - hexadecimal.
Definition: Identifier.cxx:25
a
TList * a
Definition: liststreamerinfos.cxx:10
h
CscIdHelper
Definition: CscIdHelper.h:52
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
IdentifierHash::value
unsigned int value(void) const
SG::VarHandleBase::vhKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Definition: StoreGate/src/VarHandleBase.cxx:616
RegSelSiLUT
Definition: RegSelSiLUT.h:41
declareProperty
#define declareProperty(n, p, h)
Definition: BaseFakeBkgTool.cxx:15
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:790
python.Logging.manager
manager
Definition: PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/Logging.py:92
LHEF::Writer
Pythia8::Writer Writer
Definition: Prophecy4fMerger.cxx:12
IdentifierHash
Definition: IdentifierHash.h:38
IdContext
class IdContext
Definition: IdContext.h:34
SG::WriteCondHandle
Definition: WriteCondHandle.h:26
MuonGM::CscReadoutElement::NphiStrips
int NphiStrips(int gasgaplayer) const
Definition: CscReadoutElement.h:314
AthCommonDataStore::declareGaudiProperty
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition: AthCommonDataStore.h:156
EgEfficiencyCorr_testFixedInput.etas
list etas
Definition: EgEfficiencyCorr_testFixedInput.py:9
MuonRegSelCondAlg::createTable
virtual std::unique_ptr< RegSelSiLUT > createTable(const EventContext &ctx, EventIDRange &id_range) const =0
fitman.k
k
Definition: fitman.py:528
IRegSelLUTCondData
RegSelCondData< IRegSelLUT > IRegSelLUTCondData
Definition: IRegSelLUTCondData.h:20
ServiceHandle< ICondSvc >