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

#include <AFP_PixelHistoFiller.h>

Inheritance diagram for AFP_PixelHistoFiller:
Collaboration diagram for AFP_PixelHistoFiller:

Public Member Functions

 AFP_PixelHistoFiller (const std::string &name, ISvcLocator *pSvcLocator)
 
virtual ~AFP_PixelHistoFiller ()=default
 
virtual StatusCode initialize () override
 
virtual StatusCode execute () override
 
virtual StatusCode finalize () override
 
virtual StatusCode sysInitialize () override
 Override sysInitialize. More...
 
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies. More...
 
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...
 

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

int m_nPixelsX =0
 
int m_nPixelsY =0
 
std::vector< TH2Fm_pixelHits [m_nStations][m_nLayers]
 
std::vector< TH2Fm_pixelCluster [m_nStations][m_nLayers]
 
TProfile m_lb_xDistSiTrackCluster [m_nStations][m_nLayers]
 
TProfile m_lb_yDistSiTrackCluster [m_nStations][m_nLayers]
 
TProfile2D m_lb_xCluster_yDistSiTrackCluster [m_nStations][m_nLayers]
 
TProfile2D m_lb_yCluster_xDistSiTrackCluster [m_nStations][m_nLayers]
 
TProfile2D m_lb_zCluster_xDistSiTrackCluster [m_nStations][m_nLayers]
 
TProfile2D m_lb_zCluster_yDistSiTrackCluster [m_nStations][m_nLayers]
 
TProfile2D m_lb_yCluster_yDistSiTrackCluster [m_nStations][m_nLayers]
 
TProfile2D m_lb_xCluster_xDistSiTrackCluster [m_nStations][m_nLayers]
 
TProfile2D m_lb_sxTrack_xDistSiTrackCluster [m_nStations][m_nLayers]
 
TProfile2D m_lb_syTrack_yDistSiTrackCluster [m_nStations][m_nLayers]
 
TProfile2D m_lb_syTrack_xDistSiTrackCluster [m_nStations][m_nLayers]
 
TProfile2D m_lb_sxTrack_yDistSiTrackCluster [m_nStations][m_nLayers]
 
Gaudi::Property< int > m_LBRangeLength {this, "LBRangeLength",5, "How many lumiblocks should be merged together to have reasonable statistics"}
 
SG::ReadHandleKey< xAOD::EventInfom_eventInfoKey { this, "EventInfoKey", "EventInfo", "name of EventInfo container" }
 
SG::ReadHandleKey< xAOD::AFPSiHitContainerm_afpHitContainerKey { this ,"AFPHitContainerKey", "AFPSiHitContainer", "name of AFPSiHitContainer" }
 
SG::ReadHandleKey< xAOD::AFPTrackContainerm_afpTrackContainerKey { this, "AFPTrackContainerKey", "AFPTrackContainer", "name of AFPTrackContainer" }
 
DataObjIDColl m_extendedExtraObjects
 
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
 

Static Private Attributes

static const int m_nStations =4
 
static const int m_nLayers =4
 

Detailed Description

Definition at line 28 of file AFP_PixelHistoFiller.h.

Member Typedef Documentation

◆ StoreGateSvc_t

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

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ AFP_PixelHistoFiller()

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

Definition at line 21 of file AFP_PixelHistoFiller.cxx.

21  :
22  AthAlgorithm(name, pSvcLocator)
23 {
24 }

◆ ~AFP_PixelHistoFiller()

virtual AFP_PixelHistoFiller::~AFP_PixelHistoFiller ( )
virtualdefault

Member Function Documentation

◆ declareGaudiProperty() [1/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< 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< 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< 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< 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< 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< 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< 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< 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< 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< 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< 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< 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< 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 AFP_PixelHistoFiller::execute ( )
overridevirtual

Definition at line 87 of file AFP_PixelHistoFiller.cxx.

88 {
89  const EventContext& ctx = Gaudi::Hive::currentContext();
90 
91  // get event info
93  if (!eventInfo.isValid())
94  {
95  ATH_MSG_WARNING("cannot get eventInfo");
96  return StatusCode::SUCCESS;
97  }
98  else ATH_MSG_DEBUG("successfully got eventInfo");
99 
100  // make sure all the histograms are defined
101  int current_lb=eventInfo->lumiBlock();
102 
103  if(static_cast<int>(m_pixelHits[0][0].size())-1<current_lb/m_LBRangeLength)
104  {
105  for(int st=0;st<m_nStations;++st)
106  {
107  for(int la=0;la<m_nLayers;++la)
108  {
109  for(int add=static_cast<int>(m_pixelHits[st][la].size());add<=current_lb/m_LBRangeLength;++add)
110  {
111  TH2F p_hist(Form("pixel_hits_lb_%d_%d_station_%d_layer_%d", add*m_LBRangeLength,(add+1)*m_LBRangeLength-1,st,la),
112  Form("pixel hits, lb %d-%d, station %d, layer %d", add*m_LBRangeLength,(add+1)*m_LBRangeLength-1,st,la),
113  m_nPixelsX,0.5,m_nPixelsX+0.5, m_nPixelsY,0.5,m_nPixelsY+1);
114 
115  m_pixelHits[st][la].push_back(p_hist);
116 
117  TH2F c_hist(Form("pixel_clusters_lb_%d_%d_station_%d_layer_%d", add*m_LBRangeLength,(add+1)*m_LBRangeLength-1,st,la),
118  Form("pixel_clusters, lb %d-%d, station %d, layer %d", add*m_LBRangeLength,(add+1)*m_LBRangeLength-1,st,la),
119  400,-20, 20, 400, -20, 20);
120 
121  m_pixelCluster[st][la].push_back(c_hist);
122 
123 
124  }
125 
126  }
127  }
128  }
129 
130  int lb_index=current_lb/m_LBRangeLength;
131 
132  // Get containers:
133 
135  if (!afpHitContainer.isValid())
136  {
137  ATH_MSG_WARNING("cannot get AFPSiHitContainer");
138  return StatusCode::SUCCESS;
139  }
140  else ATH_MSG_DEBUG("successfully got AFPSiHitContainer");
141 
143  if(!afpTrackContainer.isValid()){
144  ATH_MSG_WARNING("cannot get AFPTrackContainer");
145  return StatusCode::SUCCESS;
146  }else{
147  ATH_MSG_DEBUG("successfully got AFPTrackContainer");
148  }
149 
150 
151 // Fill histograms:
152 // Pixel hit histograms:
153 
154  for (const xAOD::AFPSiHit* hit : *afpHitContainer)
155  {
156  int st=hit->stationID();
157  int la=hit->pixelLayerID();
158 
159  if(st<0 || m_nStations<=st)
160  {
161  ATH_MSG_INFO("stationID = " <<st<<", but expected values are from 0 to "<<m_nStations-1 );
162  continue;
163  }
164  if(la<0 || m_nLayers<=la)
165  {
166  ATH_MSG_INFO("pixelLayerID = " <<la<<", but expected values are from 0 to "<<m_nLayers-1 );
167  continue;
168  }
169 
170  m_pixelHits[st][la].at(lb_index).Fill(hit->pixelRowIDChip(),hit->pixelColIDChip());
171  }
172 
173 // Histograms for local alignment:
174 
175  // determining numbers for good track selection
176 
177  int nTrks[m_nStations]={0};
178  int nClusterHits[m_nStations]={0};
179  int nClusterHistPerPlane[m_nStations][m_nLayers]={{0}};
180 
181  for(const xAOD::AFPTrack* track: *afpTrackContainer){
182  nTrks[track->stationID()]++;
183  for(const auto& cluster : track->clusters()){
184  nClusterHits[(*cluster)->stationID()]++;
185  nClusterHistPerPlane[(*cluster)->stationID()][(*cluster)->pixelLayerID()]++;
186  }
187  }
188 
189  // looping over tracks
190 
191  for(const xAOD::AFPTrack* track: *afpTrackContainer){
192 
193  if(nTrks[track->stationID()] != 1) continue; //exactly 1 track per station
194 
195  for (const auto& cluster : track->clusters())
196  {
197  int st=(*cluster)->stationID();
198  int la=(*cluster)->pixelLayerID();
199 
200 
201 
202  if(st<0 || m_nStations<=st)
203  {
204  ATH_MSG_INFO("stationID = " <<st<<", but expected values are from 0 to "<<m_nStations-1 );
205  continue;
206  }
207 
208  if(la<0 || m_nLayers<=la)
209  {
210  ATH_MSG_INFO("pixelLayerID = " <<la<<", but expected values are from 0 to "<<m_nLayers-1 );
211  continue;
212  }
213 
214  if(nClusterHits[st]<3 || nClusterHits[st]>4) continue; // 3 or 4 cluster hits per track
215  if(nClusterHistPerPlane[st][la]>1) continue; // 1 cluster hit per plane
216 
217  m_pixelCluster[st][la].at(lb_index).Fill((*cluster)->xLocal(),(*cluster)->yLocal());
218 
219  double dx = 1e3*(track->xLocal() + (*cluster)->zLocal()*track->xSlope() - (*cluster)->xLocal());
220  double dy = 1e3*(track->yLocal() + (*cluster)->zLocal()*track->ySlope() - (*cluster)->yLocal());
221 
222  m_lb_yCluster_yDistSiTrackCluster[st][la].Fill(current_lb, (*cluster)->yLocal(), dy);
223  m_lb_xCluster_xDistSiTrackCluster[st][la].Fill(current_lb, (*cluster)->xLocal(), dx);
228 
231 
232  m_lb_xCluster_yDistSiTrackCluster[st][la].Fill(current_lb, (*cluster)->xLocal(), dy);
233  m_lb_yCluster_xDistSiTrackCluster[st][la].Fill(current_lb, (*cluster)->yLocal(), dx);
234  m_lb_zCluster_xDistSiTrackCluster[st][la].Fill(current_lb, (*cluster)->zLocal(), dx);
235  m_lb_zCluster_yDistSiTrackCluster[st][la].Fill(current_lb, (*cluster)->zLocal(), dy);
236 
237  }
238 
239  }
240 
241  return StatusCode::SUCCESS;
242 }

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< 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 & AthAlgorithm::extraOutputDeps ( ) const
overridevirtualinherited

Return the list of extra output dependencies.

This list is extended to include symlinks implied by inheritance relations.

Definition at line 50 of file AthAlgorithm.cxx.

51 {
52  // If we didn't find any symlinks to add, just return the collection
53  // from the base class. Otherwise, return the extended collection.
54  if (!m_extendedExtraObjects.empty()) {
56  }
57  return Algorithm::extraOutputDeps();
58 }

◆ finalize()

StatusCode AFP_PixelHistoFiller::finalize ( )
overridevirtual

Definition at line 245 of file AFP_PixelHistoFiller.cxx.

246 {
247  std::unique_ptr<TFile> output_file(new TFile("AFP_PixelHistoFiller.root","recreate"));
248 
249  TH1I lb("LBRangeLength","LBRangeLength",2,0,2);
250  lb.Fill(0.5);
251  lb.Fill(1.5,m_LBRangeLength);
252  lb.Write();
253 
254  for(int st=0;st<m_nStations;++st)
255  {
256  for(int la=0;la<m_nLayers;++la)
257  {
258  m_lb_xDistSiTrackCluster[st][la].Write();
259  m_lb_yDistSiTrackCluster[st][la].Write();
260  m_lb_xCluster_yDistSiTrackCluster[st][la].Write();
261  m_lb_yCluster_xDistSiTrackCluster[st][la].Write();
262  m_lb_zCluster_xDistSiTrackCluster[st][la].Write();
263  m_lb_zCluster_yDistSiTrackCluster[st][la].Write();
264  m_lb_yCluster_yDistSiTrackCluster[st][la].Write();
265  m_lb_xCluster_xDistSiTrackCluster[st][la].Write();
266  m_lb_sxTrack_xDistSiTrackCluster[st][la].Write();
267  m_lb_syTrack_yDistSiTrackCluster[st][la].Write();
268  m_lb_syTrack_xDistSiTrackCluster[st][la].Write();
269  m_lb_sxTrack_yDistSiTrackCluster[st][la].Write();
270 
271  for(TH2F& p_hist: m_pixelHits[st][la])
272  {
273  p_hist.Write();
274  }
275  for(TH2F& c_hist: m_pixelCluster[st][la]){
276  c_hist.Write();
277  }
278 
279  }
280  }
281 
282  output_file->Close();
283 
284  return StatusCode::SUCCESS;
285 }

◆ initialize()

StatusCode AFP_PixelHistoFiller::initialize ( )
overridevirtual

Definition at line 27 of file AFP_PixelHistoFiller.cxx.

28 {
30  ATH_CHECK( m_afpHitContainerKey.initialize() );
31  ATH_CHECK( m_afpTrackContainerKey.initialize() );
32 
35 
36  for(int st=0;st<m_nStations;++st)
37  {
38  for(int la=0;la<m_nLayers;++la)
39  {
40  m_pixelHits[st][la].clear();
41  m_pixelCluster[st][la].clear();
42 
43 
44  TProfile lb_dx(Form("lb_dx_station_%d_layer_%d", st,la), Form("lb_dx, station %d, layer %d", st,la), 100, 0, 1000);
45  m_lb_xDistSiTrackCluster[st][la] = lb_dx;
46 
47  TProfile lb_dy(Form("lb_dy_station_%d_layer_%d", st,la), Form("lb_dy, station %d, layer %d", st,la), 100, 0, 1000);
48  m_lb_yDistSiTrackCluster[st][la] = lb_dy;
49 
50  TProfile2D lb_yc_dy(Form("lb_yCluster_dy_station_%d_layer_%d", st,la), Form("lb_yCluster_dy, station %d, layer %d", st,la), 100, 0, 1000, 40, -20., 20.);
51  m_lb_yCluster_yDistSiTrackCluster[st][la] = lb_yc_dy;
52 
53  TProfile2D lb_xc_dx(Form("lb_xCluster_dx_station_%d_layer_%d", st,la), Form("lb_xCluster_dx, station %d, layer %d", st,la), 100, 0, 1000, 40, -20., 20.);
54  m_lb_xCluster_xDistSiTrackCluster[st][la] = lb_xc_dx;
55 
56  TProfile2D lb_xC_dy(Form("lb_xCluster_dy_station_%d_layer_%d", st, la), Form("lb_xCluster_dy, station %d, layer %d", st, la), 100, 0, 1000, 40, -20, 20);
57  m_lb_xCluster_yDistSiTrackCluster[st][la] = lb_xC_dy;
58 
59  TProfile2D lb_yC_dx(Form("lb_yCluster_dx_station_%d_layer_%d", st, la), Form("lb_yCluster_dx, station %d, layer %d", st, la), 100, 0, 1000, 40, -20, 20);
60  m_lb_yCluster_xDistSiTrackCluster[st][la] = lb_yC_dx;
61 
62  TProfile2D lb_zC_dx(Form("lb_zCluster_dx_station_%d_layer_%d", st, la), Form("lb_zCluster_dx, station %d, layer %d", st, la), 100, 0, 1000, 100, 9*la - 3, 9*(la+1));
63  m_lb_zCluster_xDistSiTrackCluster[st][la] = lb_zC_dx;
64 
65  TProfile2D lb_zC_dy(Form("lb_zCluster_dy_station_%d_layer_%d", st, la), Form("lb_zCluster_dy, station %d, layer %d", st, la), 100, 0, 1000, 100, 9*la - 3, 9*(la+1));
66  m_lb_zCluster_yDistSiTrackCluster[st][la] = lb_zC_dy;
67 
68  TProfile2D lb_sx_dx(Form("lb_xSlopeTrack_dx_station_%d_layer_%d",st,la), Form("xSlopeTrack_dx, station %d, layer %d", st,la), 100, 0, 1000, 100, -1., 1.);
69  m_lb_sxTrack_xDistSiTrackCluster[st][la] = lb_sx_dx;
70 
71  TProfile2D lb_sy_dy(Form("lb_ySlopeTrack_dy_station_%d_layer_%d", st,la), Form("lb_ySlopeTrack_dy, station %d, layer %d", st,la), 100, 0, 1000, 100, -1., 1.);
72  m_lb_syTrack_yDistSiTrackCluster[st][la] = lb_sy_dy;
73 
74  TProfile2D lb_sy_dx(Form("lb_ySlopeTrack_dx_station_%d_layer_%d", st,la), Form("lb_ySlopeTrack_dx, station %d, layer %d", st,la), 100, 0, 1000, 100, -1., 1.);
75  m_lb_syTrack_xDistSiTrackCluster[st][la] = lb_sy_dx;
76 
77  TProfile2D lb_sx_dy(Form("lb_xSlopeTrack_dy_station_%d_layer_%d", st,la), Form("lb_xSlopeTrack_dy, station %d, layer %d", st,la), 100, 0, 1000, 100, -1., 1.);
78  m_lb_sxTrack_yDistSiTrackCluster[st][la] = lb_sx_dy;
79 
80  }
81  }
82 
83  return StatusCode::SUCCESS;
84 }

◆ inputHandles()

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

◆ msg() [1/2]

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

Definition at line 24 of file AthCommonMsg.h.

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

◆ msg() [2/2]

MsgStream& AthCommonMsg< 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< 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< 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< 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< 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  }

◆ sysInitialize()

StatusCode AthAlgorithm::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< Algorithm > >.

Reimplemented in AthAnalysisAlgorithm, AthFilterAlgorithm, PyAthena::Alg, and AthHistogramAlgorithm.

Definition at line 66 of file AthAlgorithm.cxx.

66  {
68 
69  if (sc.isFailure()) {
70  return sc;
71  }
72  ServiceHandle<ICondSvc> cs("CondSvc",name());
73  for (auto h : outputHandles()) {
74  if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
75  // do this inside the loop so we don't create the CondSvc until needed
76  if ( cs.retrieve().isFailure() ) {
77  ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
78  return StatusCode::SUCCESS;
79  }
80  if (cs->regHandle(this,*h).isFailure()) {
81  sc = StatusCode::FAILURE;
82  ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
83  << " with CondSvc");
84  }
85  }
86  }
87  return sc;
88 }

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< 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< 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_afpHitContainerKey

SG::ReadHandleKey<xAOD::AFPSiHitContainer> AFP_PixelHistoFiller::m_afpHitContainerKey { this ,"AFPHitContainerKey", "AFPSiHitContainer", "name of AFPSiHitContainer" }
private

Definition at line 63 of file AFP_PixelHistoFiller.h.

◆ m_afpTrackContainerKey

SG::ReadHandleKey<xAOD::AFPTrackContainer> AFP_PixelHistoFiller::m_afpTrackContainerKey { this, "AFPTrackContainerKey", "AFPTrackContainer", "name of AFPTrackContainer" }
private

Definition at line 64 of file AFP_PixelHistoFiller.h.

◆ m_detStore

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

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_eventInfoKey

SG::ReadHandleKey<xAOD::EventInfo> AFP_PixelHistoFiller::m_eventInfoKey { this, "EventInfoKey", "EventInfo", "name of EventInfo container" }
private

Definition at line 62 of file AFP_PixelHistoFiller.h.

◆ m_evtStore

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

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extendedExtraObjects

DataObjIDColl AthAlgorithm::m_extendedExtraObjects
privateinherited

Definition at line 79 of file AthAlgorithm.h.

◆ m_lb_sxTrack_xDistSiTrackCluster

TProfile2D AFP_PixelHistoFiller::m_lb_sxTrack_xDistSiTrackCluster[m_nStations][m_nLayers]
private

Definition at line 55 of file AFP_PixelHistoFiller.h.

◆ m_lb_sxTrack_yDistSiTrackCluster

TProfile2D AFP_PixelHistoFiller::m_lb_sxTrack_yDistSiTrackCluster[m_nStations][m_nLayers]
private

Definition at line 58 of file AFP_PixelHistoFiller.h.

◆ m_lb_syTrack_xDistSiTrackCluster

TProfile2D AFP_PixelHistoFiller::m_lb_syTrack_xDistSiTrackCluster[m_nStations][m_nLayers]
private

Definition at line 57 of file AFP_PixelHistoFiller.h.

◆ m_lb_syTrack_yDistSiTrackCluster

TProfile2D AFP_PixelHistoFiller::m_lb_syTrack_yDistSiTrackCluster[m_nStations][m_nLayers]
private

Definition at line 56 of file AFP_PixelHistoFiller.h.

◆ m_lb_xCluster_xDistSiTrackCluster

TProfile2D AFP_PixelHistoFiller::m_lb_xCluster_xDistSiTrackCluster[m_nStations][m_nLayers]
private

Definition at line 54 of file AFP_PixelHistoFiller.h.

◆ m_lb_xCluster_yDistSiTrackCluster

TProfile2D AFP_PixelHistoFiller::m_lb_xCluster_yDistSiTrackCluster[m_nStations][m_nLayers]
private

Definition at line 48 of file AFP_PixelHistoFiller.h.

◆ m_lb_xDistSiTrackCluster

TProfile AFP_PixelHistoFiller::m_lb_xDistSiTrackCluster[m_nStations][m_nLayers]
private

Definition at line 46 of file AFP_PixelHistoFiller.h.

◆ m_lb_yCluster_xDistSiTrackCluster

TProfile2D AFP_PixelHistoFiller::m_lb_yCluster_xDistSiTrackCluster[m_nStations][m_nLayers]
private

Definition at line 49 of file AFP_PixelHistoFiller.h.

◆ m_lb_yCluster_yDistSiTrackCluster

TProfile2D AFP_PixelHistoFiller::m_lb_yCluster_yDistSiTrackCluster[m_nStations][m_nLayers]
private

Definition at line 53 of file AFP_PixelHistoFiller.h.

◆ m_lb_yDistSiTrackCluster

TProfile AFP_PixelHistoFiller::m_lb_yDistSiTrackCluster[m_nStations][m_nLayers]
private

Definition at line 47 of file AFP_PixelHistoFiller.h.

◆ m_lb_zCluster_xDistSiTrackCluster

TProfile2D AFP_PixelHistoFiller::m_lb_zCluster_xDistSiTrackCluster[m_nStations][m_nLayers]
private

Definition at line 50 of file AFP_PixelHistoFiller.h.

◆ m_lb_zCluster_yDistSiTrackCluster

TProfile2D AFP_PixelHistoFiller::m_lb_zCluster_yDistSiTrackCluster[m_nStations][m_nLayers]
private

Definition at line 51 of file AFP_PixelHistoFiller.h.

◆ m_LBRangeLength

Gaudi::Property<int> AFP_PixelHistoFiller::m_LBRangeLength {this, "LBRangeLength",5, "How many lumiblocks should be merged together to have reasonable statistics"}
private

Definition at line 60 of file AFP_PixelHistoFiller.h.

◆ m_nLayers

const int AFP_PixelHistoFiller::m_nLayers =4
staticprivate

Definition at line 39 of file AFP_PixelHistoFiller.h.

◆ m_nPixelsX

int AFP_PixelHistoFiller::m_nPixelsX =0
private

Definition at line 40 of file AFP_PixelHistoFiller.h.

◆ m_nPixelsY

int AFP_PixelHistoFiller::m_nPixelsY =0
private

Definition at line 41 of file AFP_PixelHistoFiller.h.

◆ m_nStations

const int AFP_PixelHistoFiller::m_nStations =4
staticprivate

Definition at line 38 of file AFP_PixelHistoFiller.h.

◆ m_pixelCluster

std::vector<TH2F> AFP_PixelHistoFiller::m_pixelCluster[m_nStations][m_nLayers]
private

Definition at line 44 of file AFP_PixelHistoFiller.h.

◆ m_pixelHits

std::vector<TH2F> AFP_PixelHistoFiller::m_pixelHits[m_nStations][m_nLayers]
private

Definition at line 43 of file AFP_PixelHistoFiller.h.

◆ m_varHandleArraysDeclared

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

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

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

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files:
AFP_PixelHistoFiller::m_lb_sxTrack_xDistSiTrackCluster
TProfile2D m_lb_sxTrack_xDistSiTrackCluster[m_nStations][m_nLayers]
Definition: AFP_PixelHistoFiller.h:55
xAOD::AFPTrack_v2
Class representing a track reconstructed in AFP.
Definition: AFPTrack_v2.h:37
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
TH1I
Definition: rootspy.cxx:332
TH2F
Definition: rootspy.cxx:420
SG::ReadHandle
Definition: StoreGate/StoreGate/ReadHandle.h:70
AthCommonDataStore::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
TProfile2D
Definition: rootspy.cxx:531
xAOD::AFPSiHit_v2
Class representing a hit in silicon detector.
Definition: AFPSiHit_v2.h:30
compileRPVLLRates.current_lb
int current_lb
Definition: compileRPVLLRates.py:154
AthCommonDataStore< AthCommonMsg< Algorithm > >::m_evtStore
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
Definition: AthCommonDataStore.h:390
AthCommonDataStore< AthCommonMsg< Algorithm > >::m_vhka
std::vector< SG::VarHandleKeyArray * > m_vhka
Definition: AthCommonDataStore.h:398
AFP_PixelHistoFiller::m_pixelHits
std::vector< TH2F > m_pixelHits[m_nStations][m_nLayers]
Definition: AFP_PixelHistoFiller.h:43
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
AFP_PixelHistoFiller::m_lb_syTrack_yDistSiTrackCluster
TProfile2D m_lb_syTrack_yDistSiTrackCluster[m_nStations][m_nLayers]
Definition: AFP_PixelHistoFiller.h:56
AthenaPoolTestRead.sc
sc
Definition: AthenaPoolTestRead.py:27
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
AFP_PixelHistoFiller::m_lb_zCluster_xDistSiTrackCluster
TProfile2D m_lb_zCluster_xDistSiTrackCluster[m_nStations][m_nLayers]
Definition: AFP_PixelHistoFiller.h:50
IDTPMcnv.htype
htype
Definition: IDTPMcnv.py:27
python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39
AFP_PixelHistoFiller::m_afpHitContainerKey
SG::ReadHandleKey< xAOD::AFPSiHitContainer > m_afpHitContainerKey
Definition: AFP_PixelHistoFiller.h:63
AFP_PixelHistoFiller::m_nPixelsY
int m_nPixelsY
Definition: AFP_PixelHistoFiller.h:41
AFP_PixelHistoFiller::m_lb_syTrack_xDistSiTrackCluster
TProfile2D m_lb_syTrack_xDistSiTrackCluster[m_nStations][m_nLayers]
Definition: AFP_PixelHistoFiller.h:57
AthCommonDataStore
Definition: AthCommonDataStore.h:52
AthAlgorithm::sysInitialize
virtual StatusCode sysInitialize() override
Override sysInitialize.
Definition: AthAlgorithm.cxx:66
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
python.BunchSpacingUtils.lb
lb
Definition: BunchSpacingUtils.py:88
CheckAppliedSFs.e3
e3
Definition: CheckAppliedSFs.py:264
AthCommonDataStore< AthCommonMsg< Algorithm > >::outputHandles
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
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
TProfile2D::Fill
int Fill(double, double, double)
Definition: rootspy.cxx:541
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
add
bool add(const std::string &hname, TKey *tobj)
Definition: fastadd.cxx:55
AFP_PixelHistoFiller::m_eventInfoKey
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
Definition: AFP_PixelHistoFiller.h:62
mergePhysValFiles.output_file
output_file
Definition: DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:27
AthCommonDataStore< AthCommonMsg< Algorithm > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
SG::VarHandleKey::initialize
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
Definition: AthToolSupport/AsgDataHandles/Root/VarHandleKey.cxx:103
AFP_PixelHistoFiller::m_lb_sxTrack_yDistSiTrackCluster
TProfile2D m_lb_sxTrack_yDistSiTrackCluster[m_nStations][m_nLayers]
Definition: AFP_PixelHistoFiller.h:58
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
AFP_PixelHistoFiller::m_lb_xDistSiTrackCluster
TProfile m_lb_xDistSiTrackCluster[m_nStations][m_nLayers]
Definition: AFP_PixelHistoFiller.h:46
AFP_PixelHistoFiller::m_lb_xCluster_yDistSiTrackCluster
TProfile2D m_lb_xCluster_yDistSiTrackCluster[m_nStations][m_nLayers]
Definition: AFP_PixelHistoFiller.h:48
AFP_CONSTANTS::SiT_Pixel_amount_x
static constexpr double SiT_Pixel_amount_x
Definition: AFP_constants.h:56
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:221
AFP_PixelHistoFiller::m_nPixelsX
int m_nPixelsX
Definition: AFP_PixelHistoFiller.h:40
AFP_PixelHistoFiller::m_lb_zCluster_yDistSiTrackCluster
TProfile2D m_lb_zCluster_yDistSiTrackCluster[m_nStations][m_nLayers]
Definition: AFP_PixelHistoFiller.h:51
TProfile
Definition: rootspy.cxx:515
AFP_PixelHistoFiller::m_lb_yCluster_xDistSiTrackCluster
TProfile2D m_lb_yCluster_xDistSiTrackCluster[m_nStations][m_nLayers]
Definition: AFP_PixelHistoFiller.h:49
AFP_PixelHistoFiller::m_afpTrackContainerKey
SG::ReadHandleKey< xAOD::AFPTrackContainer > m_afpTrackContainerKey
Definition: AFP_PixelHistoFiller.h:64
AFP_PixelHistoFiller::m_pixelCluster
std::vector< TH2F > m_pixelCluster[m_nStations][m_nLayers]
Definition: AFP_PixelHistoFiller.h:44
AFP_PixelHistoFiller::m_LBRangeLength
Gaudi::Property< int > m_LBRangeLength
Definition: AFP_PixelHistoFiller.h:60
AFP_PixelHistoFiller::m_lb_yDistSiTrackCluster
TProfile m_lb_yDistSiTrackCluster[m_nStations][m_nLayers]
Definition: AFP_PixelHistoFiller.h:47
makeTRTBarrelCans.dy
tuple dy
Definition: makeTRTBarrelCans.py:21
AFP_PixelHistoFiller::m_lb_yCluster_yDistSiTrackCluster
TProfile2D m_lb_yCluster_yDistSiTrackCluster[m_nStations][m_nLayers]
Definition: AFP_PixelHistoFiller.h:53
AFP_PixelHistoFiller::m_nLayers
static const int m_nLayers
Definition: AFP_PixelHistoFiller.h:39
AthAlgorithm::m_extendedExtraObjects
DataObjIDColl m_extendedExtraObjects
Definition: AthAlgorithm.h:79
a
TList * a
Definition: liststreamerinfos.cxx:10
h
TProfile::Fill
int Fill(double, double)
Definition: rootspy.cxx:523
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
makeTRTBarrelCans.dx
tuple dx
Definition: makeTRTBarrelCans.py:20
AFP_PixelHistoFiller::m_lb_xCluster_xDistSiTrackCluster
TProfile2D m_lb_xCluster_xDistSiTrackCluster[m_nStations][m_nLayers]
Definition: AFP_PixelHistoFiller.h:54
AFP_CONSTANTS::SiT_Pixel_amount_y
static constexpr double SiT_Pixel_amount_y
Definition: AFP_constants.h:57
SG::VarHandleBase::vhKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Definition: StoreGate/src/VarHandleBase.cxx:623
AthAlgorithm::AthAlgorithm
AthAlgorithm()
Default constructor:
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:798
xAOD::track
@ track
Definition: TrackingPrimitives.h:512
LHEF::Writer
Pythia8::Writer Writer
Definition: Prophecy4fMerger.cxx:12
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
AFP_PixelHistoFiller::m_nStations
static const int m_nStations
Definition: AFP_PixelHistoFiller.h:38
ServiceHandle< ICondSvc >