ATLAS Offline Software
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, V, H > &t)
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &)
 Declare a new Gaudi property. More...
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &)
 Declare a new Gaudi property. More...
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &)
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &)
 Declare a new Gaudi property. More...
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, T &property, const std::string &doc="none")
 Declare a new Gaudi property. More...
 
void updateVHKA (Gaudi::Details::PropertyBase &)
 
MsgStream & msg () const
 
MsgStream & msg (const MSG::Level lvl) const
 
bool msgLvl (const MSG::Level lvl) const
 

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, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyArrayType &)
 specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleType &)
 specialization for handling Gaudi::Property<SG::VarHandleBase> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &t, const SG::NotHandleType &)
 specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
 

Private Attributes

Gaudi::Property< std::string > m_lyrmapFile {this, "layerMapFile",{""}, "use externally defined layer map"}
 
ServiceHandle< IFPGATrackSimEventSelectionSvcm_EvtSel {this, "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 50 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 52 of file FPGATrackSimBinnedHits.h.

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

Member Function Documentation

◆ binnedHits()

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

Definition at line 82 of file FPGATrackSimBinnedHits.h.

82  {
83  return m_binnedHitsStep;
84  }

◆ declareGaudiProperty() [1/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T, V, H > &  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, V, H > &  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, V, H > &  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, V, H > &  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, V, H > &  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 74 of file FPGATrackSimBinnedHits.cxx.

75  {
76  ATH_MSG_DEBUG("In fill");
77 
78  int stepnum = 0;
79  for (const auto &step : m_bintool->steps()) {
80 
81  ATH_MSG_DEBUG("fill binning: step num " << stepnum << " " << step->stepName());
82  ATH_MSG_DEBUG("Number of valid bins (full) = " << step->validBinsFull().size());
83  for (auto &bin : step->validBinsFull()) {
84 
85  // skip bin if it is invalid
86  if (!bin.data())
87  continue;
88 
89  ATH_MSG_VERBOSE("valid bin");
90  if (stepnum == 0) {
91  // first step, hits from input stream
92  for (const std::shared_ptr<const FPGATrackSimHit> &hit : hits) {
93  StoredHit storedhit(hit);
94  if (m_bintool->binDesc()->hitInBin(*step.get(), bin.idx(),
95  storedhit)) {
96  m_binnedHitsStep[stepnum][bin.idx()].addHit(storedhit);
97  }
98  }
99 
100  } else {
101  // subsequent steps, use hits from previous step
102  if (m_binnedHitsStep[stepnum - 1][step->convertToPrev(bin.idx())].hits.size()!=0)
103  ATH_MSG_VERBOSE("Looping over previous hits of size = " << m_binnedHitsStep[stepnum - 1][step->convertToPrev(bin.idx())].hits.size());
104 
105  for (const auto &hit :
106  m_binnedHitsStep[stepnum - 1][step->convertToPrev(bin.idx())].hits) {
107  StoredHit storedhit(hit);
108  if (m_bintool->binDesc()->hitInBin(*step.get(), bin.idx(),storedhit)) {
109  bool writeHit = true;
110 
111  // if it is the laststep, set the layer and only write hit if there is a valid layer
112  if (step.get() == m_bintool->lastStep()) {
113  if (m_mod_to_lyr_map.size() != 0) { // there is a layermap
114  if (m_mod_to_lyr_map[bin.idx()].contains(hit.hitptr->getIdentifierHash())) {
115  storedhit.layer = m_mod_to_lyr_map[bin.idx()][hit.hitptr->getIdentifierHash()];
116  } else {
117  ATH_MSG_VERBOSE("Hit not in layermap" << hit);
118  writeHit=false;
119  }
120  } else { // no layer map
121  // TODO is it right to ignore hits that were unmapped?
122  if (hit.hitptr->isMapped()) {
123  storedhit.layer = hit.hitptr->getLayer();
124  } else {
125  ATH_MSG_VERBOSE("Hit not mapped" << hit);
126  writeHit=false;
127  }
128  }
129  }
130 
131  // add hit to bin
132  if (writeHit) m_binnedHitsStep[stepnum][bin.idx()].addHit(storedhit);
133  }
134  }
135 
136  if (m_binnedHitsStep[stepnum - 1][step->convertToPrev(bin.idx())].hits.size()!=0)
137  ATH_MSG_DEBUG("Bin Hit Count: step " << step.name()
138  << " binidx = " << bin.idx()
139  << " input hits = " << m_binnedHitsStep[stepnum - 1][step->convertToPrev(bin.idx())].hits.size()
140  << " layers=" << m_binnedHitsStep[stepnum][bin.idx()].lyrCnt()
141  << " hits=" << m_binnedHitsStep[stepnum][bin.idx()].hitCnt );
142  }
143 
144  } // end loop over bins
145 
146  stepnum++;
147  } // end loop over steps
148 
149  return StatusCode::SUCCESS;
150 }

◆ getBinTool() [1/2]

FPGATrackSimBinTool& FPGATrackSimBinnedHits::getBinTool ( )
inline

Definition at line 64 of file FPGATrackSimBinnedHits.h.

64 { return *m_bintool.get();}

◆ getBinTool() [2/2]

const FPGATrackSimBinTool& FPGATrackSimBinnedHits::getBinTool ( ) const
inline

Definition at line 63 of file FPGATrackSimBinnedHits.h.

63 { return *m_bintool.get();}

◆ getNLayers()

unsigned FPGATrackSimBinnedHits::getNLayers ( ) const
inline

Definition at line 97 of file FPGATrackSimBinnedHits.h.

97 {return m_nLayers;}

◆ initBinnedDataArrays()

void FPGATrackSimBinnedHits::initBinnedDataArrays ( )

Definition at line 52 of file FPGATrackSimBinnedHits.cxx.

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

◆ initialize()

StatusCode FPGATrackSimBinnedHits::initialize ( )
overridevirtual

Definition at line 22 of file FPGATrackSimBinnedHits.cxx.

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

◆ 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 85 of file FPGATrackSimBinnedHits.h.

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

◆ 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 183 of file FPGATrackSimBinnedHits.cxx.

183  {
184 
185  ATH_MSG_INFO("Reading lyrmap json: " << filename);
186 
187  std::ifstream f(filename);
189 
190  m_lyr_to_mod_map.setsize(m_bintool->lastStep()->nBins(),
191  std::vector <std::set<unsigned> >());
192  m_mod_to_lyr_map.setsize(m_bintool->lastStep()->nBins(),
193  std::map <unsigned,unsigned>());
194 
195  // This sets the number of layer, to the number of layers in the layerMap
196  m_nLayers = 0;
197  for (const auto &binelem : data) {
198  std::vector<unsigned> bin;
199  binelem.at("bin").get_to(bin);
200  auto& lyrmap = binelem["lyrmap"];
201  ATH_MSG_VERBOSE("bin = " << bin);
202  ATH_MSG_VERBOSE("lyrmap = " << lyrmap);
203  for (auto &lyrelem : lyrmap) {
204  unsigned lyr;
205  lyrelem.at("lyr").get_to(lyr);
206  m_lyr_to_mod_map[bin].push_back(std::set<unsigned>());
207  lyrelem.at("mods").get_to(m_lyr_to_mod_map[bin][lyr]);
208  ATH_MSG_VERBOSE("lyr = " << lyr);
209  ATH_MSG_VERBOSE("mods = " << m_lyr_to_mod_map[bin][lyr]);
210  for (auto &mod : m_lyr_to_mod_map[bin][lyr]) {
211  m_mod_to_lyr_map[bin][mod]=lyr;
212  }
213  // set valid bins, this expects binning based on the last step
214  m_bintool->setValidBin(bin);
215  }
216  for (auto &lyrmods : m_lyr_to_mod_map[bin]) {
217  ATH_MSG_VERBOSE(" mods: " << lyrmods);
218  }
219  if (m_nLayers == 0) {
221  } else if (m_nLayers != m_lyr_to_mod_map[bin].size()) {
222  ATH_MSG_WARNING("Layer map bins have inconsistent numbers of layers: " << m_nLayers << ", " << m_lyr_to_mod_map[bin].size());
223  }
224  }
225  ATH_MSG_INFO("JSON layer map speficied " << m_nLayers << " layers" );
226 }

◆ 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 64 of file FPGATrackSimBinnedHits.cxx.

64  {
65  for (auto &stepdata : m_binnedHitsStep) {
67  bin.data().reset();
68  }
69  }
70 }

◆ setNLayers()

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

Definition at line 96 of file FPGATrackSimBinnedHits.h.

96 { 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 104 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 107 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", ""}
private

Definition at line 101 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 92 of file FPGATrackSimBinnedHits.h.

◆ m_lyrmapFile

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

Definition at line 100 of file FPGATrackSimBinnedHits.h.

◆ m_mod_to_lyr_map

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

Definition at line 93 of file FPGATrackSimBinnedHits.h.

◆ m_nLayers

unsigned FPGATrackSimBinnedHits::m_nLayers {0}
private

Definition at line 112 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:92
FPGATrackSimBinnedHits::m_binnedHitsStep
std::vector< FPGATrackSimBinArray< BinEntry > > m_binnedHitsStep
Definition: FPGATrackSimBinnedHits.h:104
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
getMenu.algname
algname
Definition: getMenu.py:54
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:112
json
nlohmann::json json
Definition: HistogramDef.cxx:9
parse
std::map< std::string, std::string > parse(const std::string &list)
Definition: egammaLayerRecalibTool.cxx:1113
FPGATrackSimBinnedHits::m_EvtSel
ServiceHandle< IFPGATrackSimEventSelectionSvc > m_EvtSel
Definition: FPGATrackSimBinnedHits.h:101
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
ATH_MSG_VERBOSE
#define ATH_MSG_VERBOSE(x)
Definition: AthMsgStreamMacros.h:28
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
AthCommonDataStore::declareGaudiProperty
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition: AthCommonDataStore.h:156
python.utils.AtlRunQueryDQUtils.p
p
Definition: AtlRunQueryDQUtils.py:209
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:107
lumiFormat.i
int i
Definition: lumiFormat.py:85
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
AthCommonDataStore::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
Definition: AthCommonDataStore.h:145
FPGATrackSimBinnedHits::resetBins
void resetBins()
Definition: FPGATrackSimBinnedHits.cxx:64
FPGATrackSimBinnedHits::m_mod_to_lyr_map
FPGATrackSimBinArray< std::map< unsigned, unsigned > > m_mod_to_lyr_map
Definition: FPGATrackSimBinnedHits.h:93
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
hist_file_dump.f
f
Definition: hist_file_dump.py:140
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:101
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:82
FPGATrackSimBinArray::Iterator
Definition: FPGATrackSimBinArray.h:191
a
TList * a
Definition: liststreamerinfos.cxx:10
h
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
CaloCellTimeCorrFiller.filename
filename
Definition: CaloCellTimeCorrFiller.py:23
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:801
FPGATrackSimBinnedHits::readLayerMap
void readLayerMap(const std::string &filename)
Definition: FPGATrackSimBinnedHits.cxx:183
FPGATrackSimBinnedHits::m_lyrmapFile
Gaudi::Property< std::string > m_lyrmapFile
Definition: FPGATrackSimBinnedHits.h:100
FPGATrackSimBinnedHits::initBinnedDataArrays
void initBinnedDataArrays()
Definition: FPGATrackSimBinnedHits.cxx:52
fitman.k
k
Definition: fitman.py:528