Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes | Public Member Functions | Public Attributes | Protected Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
FPGATrackSimBinnedHits Class Reference

#include <FPGATrackSimBinnedHits.h>

Inheritance diagram for FPGATrackSimBinnedHits:
Collaboration diagram for FPGATrackSimBinnedHits:

Classes

struct  BinEntry
 

Public Member Functions

 FPGATrackSimBinnedHits (const std::string &algname, const std::string &name, const IInterface *ifc)
 
virtual StatusCode initialize () override
 
void initBinnedDataArrays ()
 
StatusCode fill (const std::vector< std::shared_ptr< const FPGATrackSimHit >> &hits)
 
void resetBins ()
 
const FPGATrackSimBinToolgetBinTool () const
 
FPGATrackSimBinToolgetBinTool ()
 
const std::vector< FPGATrackSimBinArray< BinEntry > > & binnedHits () const
 
const FPGATrackSimBinArray< BinEntry > & lastStepBinnedHits () const
 
void readLayerMap (const std::string &filename)
 
void setNLayers (const unsigned &nLayers)
 
unsigned getNLayers () 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 sysInitialize () override
 Perform system initialization for an algorithm. 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
 

Public Attributes

FPGATrackSimBinArray< std::vector< std::set< unsigned > > > m_lyr_to_mod_map
 
FPGATrackSimBinArray< std::map< unsigned, unsigned > > m_mod_to_lyr_map
 

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

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< std::string > m_lyrmapFile {this, "layerMapFile",{""}, "use externally defined layer map"}
 
ServiceHandle< IFPGATrackSimEventSelectionSvcm_EvtSel {this, "FPGATrackSimEventSelectionSvc", "FPGATrackSimEventSelectionSvc"}
 
std::vector< FPGATrackSimBinArray< BinEntry > > m_binnedHitsStep
 
ToolHandle< FPGATrackSimBinToolm_bintool
 
unsigned m_nLayers {0}
 
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 51 of file FPGATrackSimBinnedHits.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

◆ FPGATrackSimBinnedHits()

FPGATrackSimBinnedHits::FPGATrackSimBinnedHits ( const std::string &  algname,
const std::string &  name,
const IInterface *  ifc 
)
inline

Definition at line 53 of file FPGATrackSimBinnedHits.h.

55  : AthAlgTool(algname, name, ifc) {}

Member Function Documentation

◆ binnedHits()

const std::vector<FPGATrackSimBinArray<BinEntry> >& FPGATrackSimBinnedHits::binnedHits ( ) const
inline

Definition at line 83 of file FPGATrackSimBinnedHits.h.

83  {
84  return m_binnedHitsStep;
85  }

◆ declareGaudiProperty() [1/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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; }

◆ 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

◆ fill()

StatusCode FPGATrackSimBinnedHits::fill ( const std::vector< std::shared_ptr< const FPGATrackSimHit >> &  hits)

Definition at line 72 of file FPGATrackSimBinnedHits.cxx.

73  {
74  ATH_MSG_DEBUG("In fill");
75 
76  for (const auto &step : m_bintool->steps()) {
77  int stepnum = 0;
78 
79  ATH_MSG_DEBUG("fill binning: step num " << stepnum << " " << step->stepName());
80  for (auto &bin : step->validBinsFull()) {
81 
82  // skip bin if it is invalid
83  if (!bin.data())
84  continue;
85 
86  //ATH_MSG_DEBUG("valid bin");
87  if (stepnum == 0) {
88 
89  // first step, hits from input stream
90  for (const std::shared_ptr<const FPGATrackSimHit> &hit : hits) {
91  StoredHit storedhit(hit);
92  if (m_bintool->binDesc()->hitInBin(*step.get(), bin.idx(),
93  storedhit)) {
94  m_binnedHitsStep[stepnum][bin.idx()].addHit(storedhit);
95  }
96  }
97 
98  } else {
99  // subsequent steps, use hits from previous step
100  for (const auto &hit :
101  m_binnedHitsStep[stepnum - 1][step->convertToPrev(bin.idx())].hits) {
102  StoredHit storedhit(hit);
103  if (m_bintool->binDesc()->hitInBin(*step.get(), bin.idx(),
104  storedhit)) {
105 
106  // One last step, set layer based on layerMap or use default from pmap
107  if (step.get() == m_bintool->lastStep()) {
108  if (m_mod_to_lyr_map.size() != 0) {
109  if (m_mod_to_lyr_map[bin.idx()].contains(hit.hitptr->getIdentifierHash())) {
110  storedhit.layer = m_mod_to_lyr_map[bin.idx()][hit.hitptr->getIdentifierHash()];
111  m_binnedHitsStep[stepnum][bin.idx()].addHit(storedhit);
112  }
113  } else {
114  storedhit.layer = hit.hitptr->getLayer();
115  m_binnedHitsStep[stepnum][bin.idx()].addHit(storedhit);
116  }
117  }
118  }
119  }
120  }
121 
122  } // end loop over bins
123 
124  stepnum++;
125  } // end loop over stepsd
126 
127  return StatusCode::SUCCESS;
128 }

◆ getBinTool() [1/2]

FPGATrackSimBinTool& FPGATrackSimBinnedHits::getBinTool ( )
inline

Definition at line 65 of file FPGATrackSimBinnedHits.h.

65 { return *m_bintool.get();}

◆ getBinTool() [2/2]

const FPGATrackSimBinTool& FPGATrackSimBinnedHits::getBinTool ( ) const
inline

Definition at line 64 of file FPGATrackSimBinnedHits.h.

64 { return *m_bintool.get();}

◆ getNLayers()

unsigned FPGATrackSimBinnedHits::getNLayers ( ) const
inline

Definition at line 98 of file FPGATrackSimBinnedHits.h.

98 {return m_nLayers;}

◆ initBinnedDataArrays()

void FPGATrackSimBinnedHits::initBinnedDataArrays ( )

Definition at line 50 of file FPGATrackSimBinnedHits.cxx.

50  {
51  m_binnedHitsStep.resize(m_bintool->steps().size());
52  int i = 0;
53  for (auto &step : m_bintool->steps()) {
54  m_binnedHitsStep[i].setsize(step->nBins(), BinEntry());
55  ATH_MSG_INFO("Step" << step->stepName() << " Image Size (full): "
56  << m_binnedHitsStep[i].size());
57  ++i;
58  }
59  resetBins(); // just to be sure
60 }

◆ initialize()

StatusCode FPGATrackSimBinnedHits::initialize ( )
overridevirtual

Definition at line 20 of file FPGATrackSimBinnedHits.cxx.

20  {
21  // Dump the configuration to make sure it propagated through right
22  const std::vector<Gaudi::Details::PropertyBase*> props = this->getProperties();
23  for( Gaudi::Details::PropertyBase* prop : props ) {
24  if (prop->ownerTypeName()==this->type()) {
25  ATH_MSG_DEBUG("Property:\t" << prop->name() << "\t : \t" << prop->toString());
26  }
27  }
28 
29 
30  ATH_MSG_DEBUG("Retrieving BinTool");
31  ATH_CHECK(m_bintool.retrieve());
32  ATH_MSG_DEBUG("Retrieving EvtSel");
33  ATH_CHECK(m_EvtSel.retrieve());
34  // Compute which bins correspond to track parameters that are in the region
35  // i.e. the pT, eta, phi, z0 and d0 bounds
36  // list of valid bins is extracted from the layer map if its loaded
37  m_bintool->initValidBins();
38  if (m_lyrmapFile.size()==0)
39  {
40  m_bintool->computeValidBins(m_EvtSel.get());
41  } else {
43  }
44  m_bintool->printValidBin(); // also dumps firmware constants
46 
47  return StatusCode::SUCCESS;
48 }

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

◆ lastStepBinnedHits()

const FPGATrackSimBinArray<BinEntry>& FPGATrackSimBinnedHits::lastStepBinnedHits ( ) const
inline

Definition at line 86 of file FPGATrackSimBinnedHits.h.

86  {
87  return m_binnedHitsStep.back();
88  }

◆ msg() [1/2]

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

Definition at line 24 of file AthCommonMsg.h.

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

◆ msg() [2/2]

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

◆ readLayerMap()

void FPGATrackSimBinnedHits::readLayerMap ( const std::string &  filename)

Definition at line 161 of file FPGATrackSimBinnedHits.cxx.

161  {
162  std::ifstream f(filename);
164 
165  m_lyr_to_mod_map.setsize(m_bintool->lastStep()->nBins(),
166  std::vector <std::set<unsigned> >(5,std::set<unsigned>()));
167  m_mod_to_lyr_map.setsize(m_bintool->lastStep()->nBins(),
168  std::map <unsigned,unsigned>());
169 
170  // This sets the number of layer, to the number of layers in the layerMap
171  m_nLayers = 0;
172  for (const auto &binelem : data) {
173  std::vector<unsigned> bin;
174  binelem.at("bin").get_to(bin);
175  auto& lyrmap = binelem["lyrmap"];
176  ATH_MSG_DEBUG("bin = " << bin);
177  ATH_MSG_DEBUG("lyrmap = " << lyrmap);
178  for (auto &lyrelem : lyrmap) {
179  unsigned lyr;
180  lyrelem.at("lyr").get_to(lyr);
181  lyrelem.at("mods").get_to(m_lyr_to_mod_map[bin][lyr]);
182  ATH_MSG_DEBUG("lyr = " << lyr);
183  ATH_MSG_DEBUG("mods = " << m_lyr_to_mod_map[bin][lyr]);
184  for (auto &mod : m_lyr_to_mod_map[bin][lyr]) {
185  m_mod_to_lyr_map[bin][mod]=lyr;
186  }
187  // set valid bins, this expects binning based on the last step
188  m_bintool->setValidBin(bin);
189  }
190  if (m_nLayers == 0) {
192  } else if (m_nLayers != m_lyr_to_mod_map[bin].size()) {
193  ATH_MSG_FATAL("Layer map bins have inconsistent numbers of layers");
194  }
195  }
196 
197 }

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

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

◆ resetBins()

void FPGATrackSimBinnedHits::resetBins ( )

Definition at line 62 of file FPGATrackSimBinnedHits.cxx.

62  {
63  for (auto &stepdata : m_binnedHitsStep) {
65  bin.data().reset();
66  }
67  }
68 }

◆ setNLayers()

void FPGATrackSimBinnedHits::setNLayers ( const unsigned &  nLayers)
inline

Definition at line 97 of file FPGATrackSimBinnedHits.h.

97 { m_nLayers = nLayers; }

◆ 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 DerivationFramework::CfAthAlgTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and asg::AsgMetadataTool.

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

Member Data Documentation

◆ m_binnedHitsStep

std::vector<FPGATrackSimBinArray<BinEntry> > FPGATrackSimBinnedHits::m_binnedHitsStep
private

Definition at line 105 of file FPGATrackSimBinnedHits.h.

◆ m_bintool

ToolHandle<FPGATrackSimBinTool> FPGATrackSimBinnedHits::m_bintool
private
Initial value:
{
this, "BinTool", "FPGATrackSimBinTool",
"FPGATrackSimBinTool: contains tools describe which parameters are used and each step of binning"}

Definition at line 108 of file FPGATrackSimBinnedHits.h.

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

ServiceHandle<IFPGATrackSimEventSelectionSvc> FPGATrackSimBinnedHits::m_EvtSel {this, "FPGATrackSimEventSelectionSvc", "FPGATrackSimEventSelectionSvc"}
private

Definition at line 102 of file FPGATrackSimBinnedHits.h.

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

FPGATrackSimBinArray< std::vector <std::set<unsigned> > > FPGATrackSimBinnedHits::m_lyr_to_mod_map

Definition at line 93 of file FPGATrackSimBinnedHits.h.

◆ m_lyrmapFile

Gaudi::Property<std::string> FPGATrackSimBinnedHits::m_lyrmapFile {this, "layerMapFile",{""}, "use externally defined layer map"}
private

Definition at line 101 of file FPGATrackSimBinnedHits.h.

◆ m_mod_to_lyr_map

FPGATrackSimBinArray< std::map<unsigned,unsigned> > FPGATrackSimBinnedHits::m_mod_to_lyr_map

Definition at line 94 of file FPGATrackSimBinnedHits.h.

◆ m_nLayers

unsigned FPGATrackSimBinnedHits::m_nLayers {0}
private

Definition at line 113 of file FPGATrackSimBinnedHits.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:
FPGATrackSimBinnedHits::m_lyr_to_mod_map
FPGATrackSimBinArray< std::vector< std::set< unsigned > > > m_lyr_to_mod_map
Definition: FPGATrackSimBinnedHits.h:93
FPGATrackSimBinnedHits::m_binnedHitsStep
std::vector< FPGATrackSimBinArray< BinEntry > > m_binnedHitsStep
Definition: FPGATrackSimBinnedHits.h:105
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
getMenu.algname
algname
Definition: getMenu.py:54
ATH_MSG_FATAL
#define ATH_MSG_FATAL(x)
Definition: AthMsgStreamMacros.h:34
TRTCalib_Extractor.hits
hits
Definition: TRTCalib_Extractor.py:35
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
FPGATrackSimBinnedHits::m_nLayers
unsigned m_nLayers
Definition: FPGATrackSimBinnedHits.h:113
json
nlohmann::json json
Definition: HistogramDef.cxx:9
AthCommonDataStore::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
parse
std::map< std::string, std::string > parse(const std::string &list)
Definition: egammaLayerRecalibTool.cxx:1082
FPGATrackSimBinnedHits::m_EvtSel
ServiceHandle< IFPGATrackSimEventSelectionSvc > m_EvtSel
Definition: FPGATrackSimBinnedHits.h:102
bin
Definition: BinsDiffFromStripMedian.h:43
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
Definition: AthCommonDataStore.h:390
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_vhka
std::vector< SG::VarHandleKeyArray * > m_vhka
Definition: AthCommonDataStore.h:398
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
IDTPMcnv.htype
htype
Definition: IDTPMcnv.py:29
FPGATrackSimBinArray::size
unsigned int size() const
Definition: FPGATrackSimBinArray.h:69
python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39
FPGATrackSimBinArray::setsize
void setsize(const std::vector< unsigned int > &dims, const T &initval)
Definition: FPGATrackSimBinArray.h:51
python.utils.AtlRunQueryDQUtils.p
p
Definition: AtlRunQueryDQUtils.py:210
AthCommonDataStore
Definition: AthCommonDataStore.h:52
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
maskDeadModules.mod
mod
Definition: maskDeadModules.py:36
FPGATrackSimBinnedHits::m_bintool
ToolHandle< FPGATrackSimBinTool > m_bintool
Definition: FPGATrackSimBinnedHits.h:108
lumiFormat.i
int i
Definition: lumiFormat.py:85
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
FPGATrackSimBinnedHits::resetBins
void resetBins()
Definition: FPGATrackSimBinnedHits.cxx:62
FPGATrackSimBinnedHits::m_mod_to_lyr_map
FPGATrackSimBinArray< std::map< unsigned, unsigned > > m_mod_to_lyr_map
Definition: FPGATrackSimBinnedHits.h:94
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
hist_file_dump.f
f
Definition: hist_file_dump.py:141
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
AthAlgTool::AthAlgTool
AthAlgTool()
Default constructor:
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
FPGATrackSimBinUtil::StoredHit
Definition: FPGATrackSimBinUtil.h:90
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
plotBeamSpotVxVal.bin
int bin
Definition: plotBeamSpotVxVal.py:83
FPGATrackSimBinArray::Iterator
Definition: FPGATrackSimBinArray.h:191
a
TList * a
Definition: liststreamerinfos.cxx:10
h
CaloCellTimeCorrFiller.filename
filename
Definition: CaloCellTimeCorrFiller.py:24
SG::VarHandleBase::vhKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Definition: StoreGate/src/VarHandleBase.cxx:629
LArCellBinning.step
step
Definition: LArCellBinning.py:158
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:798
FPGATrackSimBinnedHits::readLayerMap
void readLayerMap(const std::string &filename)
Definition: FPGATrackSimBinnedHits.cxx:161
FPGATrackSimBinnedHits::m_lyrmapFile
Gaudi::Property< std::string > m_lyrmapFile
Definition: FPGATrackSimBinnedHits.h:101
FPGATrackSimBinnedHits::initBinnedDataArrays
void initBinnedDataArrays()
Definition: FPGATrackSimBinnedHits.cxx:50
AthCommonDataStore::declareGaudiProperty
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition: AthCommonDataStore.h:156
fitman.k
k
Definition: fitman.py:528