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

#include <AFPHitAnalysis.h>

Inheritance diagram for AFPHitAnalysis:
Collaboration diagram for AFPHitAnalysis:

Public Member Functions

 AFPHitAnalysis (const std::string &name, ISvcLocator *pSvcLocator)
 
 ~AFPHitAnalysis ()
 
virtual StatusCode initialize ()
 
virtual StatusCode execute ()
 
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

TH1m_h_hitID
 Some histograms. More...
 
TH1m_h_pdgID
 
TH1m_h_trackID
 
TH1m_h_kine
 
TH1m_h_edep
 
TH1m_h_stepX
 
TH1m_h_stepY
 
TH1m_h_stepZ
 
TH1m_h_time
 
TH1m_h_stationID
 
TH1m_h_detID
 
TH1m_h_pixelRow
 
TH1m_h_pixelCol
 
std::vector< float > * m_hitID
 
std::vector< float > * m_pdgID
 
std::vector< float > * m_trackID
 
std::vector< float > * m_kine
 
std::vector< float > * m_edep
 
std::vector< float > * m_stepX
 
std::vector< float > * m_stepY
 
std::vector< float > * m_stepZ
 
std::vector< float > * m_time
 
std::vector< int > * m_stationID
 
std::vector< int > * m_detID
 
std::vector< int > * m_pixelRow
 
std::vector< int > * m_pixelCol
 
TTree * m_tree
 
std::string m_ntupleFileName
 
std::string m_path
 
ServiceHandle< ITHistSvc > m_thistSvc
 
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
 

Detailed Description

Definition at line 22 of file AFPHitAnalysis.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

◆ AFPHitAnalysis()

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

Definition at line 20 of file AFPHitAnalysis.cxx.

21  : AthAlgorithm(name, pSvcLocator)
22  , m_h_hitID(0)
23  , m_h_pdgID(0)
24  , m_h_trackID(0)
25  , m_h_kine(0)
26  , m_h_edep(0)
27  , m_h_stepX(0)
28  , m_h_stepY(0)
29  , m_h_stepZ(0)
30  , m_h_time(0)
31  , m_h_stationID(0)
32  , m_h_detID(0)
33  , m_h_pixelRow(0)
34  , m_h_pixelCol(0)
35  , m_hitID(0)
36  , m_pdgID(0)
37  , m_trackID(0)
38  , m_kine(0)
39  , m_edep(0)
40  , m_stepX(0)
41  , m_stepY(0)
42  , m_stepZ(0)
43  , m_time(0)
44  , m_stationID(0)
45  , m_detID(0)
46  , m_pixelRow(0)
47  , m_pixelCol(0)
48  , m_tree(0)
49  , m_ntupleFileName("/AFPHitAnalysis/")
50  , m_path("/AFPHitAnalysis/")
51  , m_thistSvc("THistSvc", name)
52 {
53  declareProperty("NtupleFileName", m_ntupleFileName);
54  declareProperty("HistPath", m_path);
55 }

◆ ~AFPHitAnalysis()

AFPHitAnalysis::~AFPHitAnalysis ( )
inline

Definition at line 27 of file AFPHitAnalysis.h.

27 {}

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 AFPHitAnalysis::execute ( )
virtual

Definition at line 142 of file AFPHitAnalysis.cxx.

142  {
143  ATH_MSG_DEBUG( "In AFPHitAnalysis::execute()" );
144 
145  m_hitID->clear();
146  m_pdgID->clear();
147  m_trackID->clear();
148  m_kine->clear();
149  m_edep->clear();
150  m_stepX->clear();
151  m_stepY->clear();
152  m_stepZ->clear();
153  m_time->clear();
154  m_stationID->clear();
155  m_detID->clear();
156  m_pixelRow->clear();
157  m_pixelCol->clear();
158 
159  ATH_MSG_INFO( "AFPHitAnalysis tree branches cleared" );
160 
162  const AFP_SIDSimHitCollection* iter;
163  CHECK( evtStore()->retrieve(iter,"AFP_SIDSimHitCollection") );
164 
165  ATH_MSG_DEBUG( "AFP_SIDSSimHitCollection retrieved" );
166 
167  for ( hi=(*iter).begin(); hi != (*iter).end(); ++hi ) {
168  AFP_SIDSimHit ghit(*hi);
169  m_h_hitID->Fill(ghit.m_nHitID);
170  m_h_pdgID->Fill(ghit.m_nParticleEncoding);
171  m_h_trackID->Fill(ghit.m_nTrackID);
172  m_h_kine->Fill(ghit.m_fKineticEnergy);
173  m_h_edep->Fill(ghit.m_fEnergyDeposit);
174  m_h_stepX->Fill(ghit.m_fPostStepX-ghit.m_fPreStepX);
175  m_h_stepY->Fill(ghit.m_fPostStepY-ghit.m_fPreStepY);
176  m_h_stepX->Fill(ghit.m_fPostStepZ-ghit.m_fPreStepZ);
177  m_h_time->Fill(ghit.m_fGlobalTime);
178  m_h_stationID->Fill(ghit.m_nStationID);
179  m_h_detID->Fill(ghit.m_nDetectorID);
180  m_h_pixelRow->Fill(ghit.m_nPixelRow);
181  m_h_pixelCol->Fill(ghit.m_nPixelCol);
182 
183  m_hitID->push_back(ghit.m_nHitID);
184  m_pdgID->push_back(ghit.m_nParticleEncoding);
185  m_trackID->push_back(ghit.m_nTrackID);
186  m_kine->push_back(ghit.m_fKineticEnergy);
187  m_edep->push_back(ghit.m_fEnergyDeposit);
188  m_stepX->push_back(ghit.m_fPostStepX-ghit.m_fPreStepX);
189  m_stepY->push_back(ghit.m_fPostStepY-ghit.m_fPreStepY);
190  m_stepX->push_back(ghit.m_fPostStepZ-ghit.m_fPreStepZ);
191  m_time->push_back(ghit.m_fGlobalTime);
192  m_stationID->push_back(ghit.m_nStationID);
193  m_detID->push_back(ghit.m_nDetectorID);
194  m_pixelRow->push_back(ghit.m_nPixelRow);
195  m_pixelCol->push_back(ghit.m_nPixelCol);
196  }
197 
198  if (m_tree) m_tree->Fill();
199 
200  return StatusCode::SUCCESS;
201 }

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

◆ initialize()

StatusCode AFPHitAnalysis::initialize ( )
virtual

now define the histograms

now add branches and leaves to the tree

Definition at line 58 of file AFPHitAnalysis.cxx.

58  {
59  ATH_MSG_DEBUG( "Initializing AFPHitAnalysis" );
60 
61  // Grab the Ntuple and histogramming service for the tree
62  CHECK(m_thistSvc.retrieve());
63 
65  m_h_hitID = new TH1D("h_hitID", "hitID",100, 0., 100.);
66  m_h_hitID->StatOverflows();
67  CHECK(m_thistSvc->regHist(m_path+m_h_hitID->GetName(), m_h_hitID));
68 
69  m_h_pdgID = new TH1D("h_pdgID", "pdgID", 200, -100,100);
70  m_h_pdgID->StatOverflows();
71  CHECK(m_thistSvc->regHist(m_path+m_h_pdgID->GetName(), m_h_pdgID));
72 
73  m_h_trackID = new TH1D("h_trackID", "trackID", 100, 0,100);
74  m_h_trackID->StatOverflows();
75  CHECK(m_thistSvc->regHist(m_path+m_h_trackID->GetName(), m_h_trackID));
76 
77  m_h_kine = new TH1D("h_kine", "kine", 100, 0,1000);
78  m_h_kine->StatOverflows();
79  CHECK(m_thistSvc->regHist(m_path+m_h_kine->GetName(), m_h_kine));
80 
81  m_h_edep = new TH1D("h_edep", "edep", 100, 0,1000);
82  m_h_edep->StatOverflows();
83  CHECK(m_thistSvc->regHist(m_path+m_h_edep->GetName(), m_h_edep));
84 
85  m_h_stepX = new TH1D("h_stepX", "stepX", 100, 0,1000);
86  m_h_stepX->StatOverflows();
87  CHECK(m_thistSvc->regHist(m_path+m_h_stepX->GetName(), m_h_stepX));
88 
89  m_h_stepY = new TH1D("h_stepY", "stepY", 100, 0,1000);
90  m_h_stepY->StatOverflows();
91  CHECK(m_thistSvc->regHist(m_path+m_h_stepY->GetName(), m_h_stepY));
92 
93  m_h_stepZ = new TH1D("h_stepZ", "stepZ", 100, 0,1000);
94  m_h_stepZ->StatOverflows();
95  CHECK(m_thistSvc->regHist(m_path+m_h_stepZ->GetName(), m_h_stepZ));
96 
97  m_h_stationID = new TH1D("h_stationID", "stationID", 50, 0,50);
98  m_h_stationID->StatOverflows();
99  CHECK(m_thistSvc->regHist(m_path+m_h_stationID->GetName(), m_h_stationID));
100 
101  m_h_detID = new TH1D("h_detID", "detID", 50, 0,50);
102  m_h_detID->StatOverflows();
103  CHECK(m_thistSvc->regHist(m_path+m_h_detID->GetName(), m_h_detID));
104 
105  m_h_pixelRow = new TH1D("h_pixelRow", "pixelRow", 20, 0,20);
106  m_h_pixelRow->StatOverflows();
107  CHECK(m_thistSvc->regHist(m_path+m_h_pixelRow->GetName(), m_h_pixelRow));
108 
109  m_h_pixelCol = new TH1D("h_pixelCol", "pixelCol", 20, 0,20);
110  m_h_pixelCol->StatOverflows();
111  CHECK(m_thistSvc->regHist(m_path+m_h_pixelCol->GetName(), m_h_pixelCol));
112 
114  m_tree = new TTree("AFP","AFP");
115  std::string fullNtupleName = "/" + m_ntupleFileName + "/";
116  CHECK(m_thistSvc->regTree(fullNtupleName,m_tree));
117 
118  if (m_tree){
119  m_tree->Branch("hitID", &m_hitID);
120  m_tree->Branch("pdgID", &m_pdgID);
121  m_tree->Branch("trackID", &m_trackID);
122  m_tree->Branch("kine", &m_kine);
123  m_tree->Branch("edep", &m_edep);
124  m_tree->Branch("stepX", &m_stepX);
125  m_tree->Branch("stepY", &m_stepY);
126  m_tree->Branch("stepZ", &m_stepZ);
127  m_tree->Branch("stationID", &m_stationID);
128  m_tree->Branch("detID", &m_detID);
129  m_tree->Branch("pixelRow", &m_pixelRow);
130  m_tree->Branch("pixelCol", &m_pixelCol);
131  }
132  else {
133  ATH_MSG_ERROR("No tree found!");
134  }
135 
136  ATH_MSG_INFO("Exiting AFPHitAnalysis::initialize()");
137 
138  return StatusCode::SUCCESS;
139 }

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

std::vector<int>* AFPHitAnalysis::m_detID
private

Definition at line 59 of file AFPHitAnalysis.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_edep

std::vector<float>* AFPHitAnalysis::m_edep
private

Definition at line 53 of file AFPHitAnalysis.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_h_detID

TH1* AFPHitAnalysis::m_h_detID
private

Definition at line 45 of file AFPHitAnalysis.h.

◆ m_h_edep

TH1* AFPHitAnalysis::m_h_edep
private

Definition at line 39 of file AFPHitAnalysis.h.

◆ m_h_hitID

TH1* AFPHitAnalysis::m_h_hitID
private

Some histograms.

Definition at line 35 of file AFPHitAnalysis.h.

◆ m_h_kine

TH1* AFPHitAnalysis::m_h_kine
private

Definition at line 38 of file AFPHitAnalysis.h.

◆ m_h_pdgID

TH1* AFPHitAnalysis::m_h_pdgID
private

Definition at line 36 of file AFPHitAnalysis.h.

◆ m_h_pixelCol

TH1* AFPHitAnalysis::m_h_pixelCol
private

Definition at line 47 of file AFPHitAnalysis.h.

◆ m_h_pixelRow

TH1* AFPHitAnalysis::m_h_pixelRow
private

Definition at line 46 of file AFPHitAnalysis.h.

◆ m_h_stationID

TH1* AFPHitAnalysis::m_h_stationID
private

Definition at line 44 of file AFPHitAnalysis.h.

◆ m_h_stepX

TH1* AFPHitAnalysis::m_h_stepX
private

Definition at line 40 of file AFPHitAnalysis.h.

◆ m_h_stepY

TH1* AFPHitAnalysis::m_h_stepY
private

Definition at line 41 of file AFPHitAnalysis.h.

◆ m_h_stepZ

TH1* AFPHitAnalysis::m_h_stepZ
private

Definition at line 42 of file AFPHitAnalysis.h.

◆ m_h_time

TH1* AFPHitAnalysis::m_h_time
private

Definition at line 43 of file AFPHitAnalysis.h.

◆ m_h_trackID

TH1* AFPHitAnalysis::m_h_trackID
private

Definition at line 37 of file AFPHitAnalysis.h.

◆ m_hitID

std::vector<float>* AFPHitAnalysis::m_hitID
private

Definition at line 49 of file AFPHitAnalysis.h.

◆ m_kine

std::vector<float>* AFPHitAnalysis::m_kine
private

Definition at line 52 of file AFPHitAnalysis.h.

◆ m_ntupleFileName

std::string AFPHitAnalysis::m_ntupleFileName
private

Definition at line 64 of file AFPHitAnalysis.h.

◆ m_path

std::string AFPHitAnalysis::m_path
private

Definition at line 65 of file AFPHitAnalysis.h.

◆ m_pdgID

std::vector<float>* AFPHitAnalysis::m_pdgID
private

Definition at line 50 of file AFPHitAnalysis.h.

◆ m_pixelCol

std::vector<int>* AFPHitAnalysis::m_pixelCol
private

Definition at line 61 of file AFPHitAnalysis.h.

◆ m_pixelRow

std::vector<int>* AFPHitAnalysis::m_pixelRow
private

Definition at line 60 of file AFPHitAnalysis.h.

◆ m_stationID

std::vector<int>* AFPHitAnalysis::m_stationID
private

Definition at line 58 of file AFPHitAnalysis.h.

◆ m_stepX

std::vector<float>* AFPHitAnalysis::m_stepX
private

Definition at line 54 of file AFPHitAnalysis.h.

◆ m_stepY

std::vector<float>* AFPHitAnalysis::m_stepY
private

Definition at line 55 of file AFPHitAnalysis.h.

◆ m_stepZ

std::vector<float>* AFPHitAnalysis::m_stepZ
private

Definition at line 56 of file AFPHitAnalysis.h.

◆ m_thistSvc

ServiceHandle<ITHistSvc> AFPHitAnalysis::m_thistSvc
private

Definition at line 66 of file AFPHitAnalysis.h.

◆ m_time

std::vector<float>* AFPHitAnalysis::m_time
private

Definition at line 57 of file AFPHitAnalysis.h.

◆ m_trackID

std::vector<float>* AFPHitAnalysis::m_trackID
private

Definition at line 51 of file AFPHitAnalysis.h.

◆ m_tree

TTree* AFPHitAnalysis::m_tree
private

Definition at line 63 of file AFPHitAnalysis.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:
python.PyKernel.retrieve
def retrieve(aClass, aKey=None)
Definition: PyKernel.py:110
AFP_SIDSimHitConstIter
AtlasHitsVector< AFP_SIDSimHit >::const_iterator AFP_SIDSimHitConstIter
Definition: AFP_SIDSimHitCollection.h:15
AFP_SIDSimHit
Definition: AFP_SIDSimHit.h:9
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
AFPHitAnalysis::m_stepY
std::vector< float > * m_stepY
Definition: AFPHitAnalysis.h:55
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
AFPHitAnalysis::m_h_stepX
TH1 * m_h_stepX
Definition: AFPHitAnalysis.h:40
AthCommonDataStore< AthCommonMsg< Algorithm > >::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
AtlasHitsVector< AFP_SIDSimHit >
TH1D
Definition: rootspy.cxx:342
AFPHitAnalysis::m_path
std::string m_path
Definition: AFPHitAnalysis.h:65
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
AFPHitAnalysis::m_h_pdgID
TH1 * m_h_pdgID
Definition: AFPHitAnalysis.h:36
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
AFPHitAnalysis::m_h_stationID
TH1 * m_h_stationID
Definition: AFPHitAnalysis.h:44
AFPHitAnalysis::m_h_pixelRow
TH1 * m_h_pixelRow
Definition: AFPHitAnalysis.h:46
AFPHitAnalysis::m_edep
std::vector< float > * m_edep
Definition: AFPHitAnalysis.h:53
AFPHitAnalysis::m_h_time
TH1 * m_h_time
Definition: AFPHitAnalysis.h:43
AthenaPoolTestRead.sc
sc
Definition: AthenaPoolTestRead.py:27
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
AFPHitAnalysis::m_h_stepZ
TH1 * m_h_stepZ
Definition: AFPHitAnalysis.h:42
AFPHitAnalysis::m_stationID
std::vector< int > * m_stationID
Definition: AFPHitAnalysis.h:58
AthCommonDataStore< AthCommonMsg< Algorithm > >::evtStore
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition: AthCommonDataStore.h:85
AFPHitAnalysis::m_tree
TTree * m_tree
Definition: AFPHitAnalysis.h:63
AFPHitAnalysis::m_h_detID
TH1 * m_h_detID
Definition: AFPHitAnalysis.h:45
AthCommonDataStore
Definition: AthCommonDataStore.h:52
AthAlgorithm::sysInitialize
virtual StatusCode sysInitialize() override
Override sysInitialize.
Definition: AthAlgorithm.cxx:66
AFPHitAnalysis::m_pdgID
std::vector< float > * m_pdgID
Definition: AFPHitAnalysis.h:50
AFPHitAnalysis::m_ntupleFileName
std::string m_ntupleFileName
Definition: AFPHitAnalysis.h:64
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
AFPHitAnalysis::m_trackID
std::vector< float > * m_trackID
Definition: AFPHitAnalysis.h:51
AthCommonDataStore< AthCommonMsg< Algorithm > >::outputHandles
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
AFPHitAnalysis::m_h_pixelCol
TH1 * m_h_pixelCol
Definition: AFPHitAnalysis.h:47
AFPHitAnalysis::m_stepZ
std::vector< float > * m_stepZ
Definition: AFPHitAnalysis.h:56
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AFPHitAnalysis::m_h_edep
TH1 * m_h_edep
Definition: AFPHitAnalysis.h:39
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
AFPHitAnalysis::m_stepX
std::vector< float > * m_stepX
Definition: AFPHitAnalysis.h:54
CHECK
#define CHECK(...)
Evaluate an expression and check for errors.
Definition: Control/AthenaKernel/AthenaKernel/errorcheck.h:422
AthCommonDataStore< AthCommonMsg< Algorithm > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
AFPHitAnalysis::m_h_trackID
TH1 * m_h_trackID
Definition: AFPHitAnalysis.h:37
TH1::Fill
int Fill(double)
Definition: rootspy.cxx:285
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
AFPHitAnalysis::m_kine
std::vector< float > * m_kine
Definition: AFPHitAnalysis.h:52
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
AFPHitAnalysis::m_pixelRow
std::vector< int > * m_pixelRow
Definition: AFPHitAnalysis.h:60
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
AFPHitAnalysis::m_time
std::vector< float > * m_time
Definition: AFPHitAnalysis.h:57
AFPHitAnalysis::m_h_stepY
TH1 * m_h_stepY
Definition: AFPHitAnalysis.h:41
AFPHitAnalysis::m_h_hitID
TH1 * m_h_hitID
Some histograms.
Definition: AFPHitAnalysis.h:35
AFPHitAnalysis::m_hitID
std::vector< float > * m_hitID
Definition: AFPHitAnalysis.h:49
AthAlgorithm::m_extendedExtraObjects
DataObjIDColl m_extendedExtraObjects
Definition: AthAlgorithm.h:79
a
TList * a
Definition: liststreamerinfos.cxx:10
h
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
AFPHitAnalysis::m_pixelCol
std::vector< int > * m_pixelCol
Definition: AFPHitAnalysis.h:61
SG::VarHandleBase::vhKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Definition: StoreGate/src/VarHandleBase.cxx:616
declareProperty
#define declareProperty(n, p, h)
Definition: BaseFakeBkgTool.cxx:15
AthAlgorithm::AthAlgorithm
AthAlgorithm()
Default constructor:
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:790
AFPHitAnalysis::m_thistSvc
ServiceHandle< ITHistSvc > m_thistSvc
Definition: AFPHitAnalysis.h:66
LHEF::Writer
Pythia8::Writer Writer
Definition: Prophecy4fMerger.cxx:12
AFPHitAnalysis::m_detID
std::vector< int > * m_detID
Definition: AFPHitAnalysis.h:59
AthCommonDataStore::declareGaudiProperty
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition: AthCommonDataStore.h:156
AFPHitAnalysis::m_h_kine
TH1 * m_h_kine
Definition: AFPHitAnalysis.h:38
fitman.k
k
Definition: fitman.py:528
ServiceHandle< ICondSvc >