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

#include <FPGATrackSimRawNtupleWrapperAlg.h>

Inheritance diagram for FPGATrackSimRawNtupleWrapperAlg:
Collaboration diagram for FPGATrackSimRawNtupleWrapperAlg:

Public Member Functions

 FPGATrackSimRawNtupleWrapperAlg (const std::string &name, ISvcLocator *pSvcLocator)
 
virtual ~FPGATrackSimRawNtupleWrapperAlg ()=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

ToolHandle< IFPGATrackSimEventInputHeaderToolm_hitInputTool { this, "InputTool", "FPGATrackSimSGToRawHitsTool/FPGATrackSimSGToRawHitsTool", "Input Tool" }
 
StringProperty m_outpath {this, "OutFileName", "httsim_smartwrapper.root", "output path"}
 
BooleanProperty m_getOffline {this, "GetOffline", false, "flag to enable the offline tracking save"}
 
FPGATrackSimEventInputHeaderm_eventHeader = nullptr
 
unsigned int m_ntowers = 1
 
TFile * m_outfile = nullptr
 
TTree * m_hittree = nullptr
 
TTree * m_evtinfo = nullptr
 
TTree * m_trackstree = nullptr
 TTree with general event information. More...
 
TTree * m_offline_cluster_tree = nullptr
 
int m_run_number = 0
 
int m_event_number = 0
 event's run number More...
 
float m_averageInteractionsPerCrossing = 0.0F
 event number More...
 
float m_actualInteractionsPerCrossing = 0.0F
 
int m_LB = 0
 
int m_BCID = 0
 
unsigned int m_extendedLevel1ID = 0U
 
unsigned int m_level1TriggerType = 0U
 
std::vector< unsigned int > m_level1TriggerInfo
 
std::vector< FPGATrackSimHit > * m_original_hits = nullptr
 
std::vector< FPGATrackSimTruthTrackm_truth_tracks
 
std::vector< float > * m_offline_locX = nullptr
 
std::vector< float > * m_offline_locY = nullptr
 
std::vector< int > * m_offline_isPixel = nullptr
 
std::vector< int > * m_offline_isBarrel = nullptr
 
std::vector< int > * m_offline_layer = nullptr
 
std::vector< int > * m_offline_clustID = nullptr
 
std::vector< int > * m_offline_trackNumber = nullptr
 
std::vector< float > * m_offline_eta = nullptr
 
std::vector< float > * m_offline_phi = nullptr
 
std::vector< float > * m_offline_d0 = nullptr
 
std::vector< float > * m_offline_z0 = nullptr
 
std::vector< float > * m_offline_qoverpt = nullptr
 
std::vector< int > * m_offline_barcode = nullptr
 
std::vector< float > * m_offline_barcode_frac = nullptr
 
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 16 of file FPGATrackSimRawNtupleWrapperAlg.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

◆ FPGATrackSimRawNtupleWrapperAlg()

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

Definition at line 12 of file FPGATrackSimRawNtupleWrapperAlg.cxx.

12  :
13  AthAlgorithm(name, pSvcLocator)
14 {}

◆ ~FPGATrackSimRawNtupleWrapperAlg()

virtual FPGATrackSimRawNtupleWrapperAlg::~FPGATrackSimRawNtupleWrapperAlg ( )
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 FPGATrackSimRawNtupleWrapperAlg::execute ( )
overridevirtual

Definition at line 97 of file FPGATrackSimRawNtupleWrapperAlg.cxx.

97  {
98  ATH_MSG_DEBUG ( "Start execute");
99  bool last=false;
100  ATH_CHECK (m_hitInputTool->readData(m_eventHeader, last));
101  if (last) return StatusCode::SUCCESS;
103 
104 
105  // reset the branches
106  for (unsigned int ireg=0;ireg!=m_ntowers;++ireg) {
107  m_original_hits[ireg].clear();
108  }
109 
111  m_run_number = event.runNumber(); // event's run number
112  m_event_number = event.eventNumber(); // event number
113  m_LB = event.LB();
114  m_BCID = event.BCID();
115  m_averageInteractionsPerCrossing = event.averageInteractionsPerCrossing();
116  m_actualInteractionsPerCrossing = event.actualInteractionsPerCrossing();
117  m_level1TriggerType = event.level1TriggerType();
118  m_level1TriggerInfo = event.level1TriggerInfo();
119  m_extendedLevel1ID = event.extendedLevel1ID();
120  m_evtinfo->Fill();
121 
122  std::vector<FPGATrackSimHit> fulllist = m_eventHeader->hits();
123  ATH_MSG_VERBOSE("Going to run on "<< fulllist.size()<<" hits");
124 
125  std::vector<FPGATrackSimHit>::const_iterator ihit = fulllist.begin();
126  std::vector<FPGATrackSimHit>::const_iterator ihitE = fulllist.end();
127  for (;ihit!=ihitE;++ihit) { // hit loop
128  const FPGATrackSimHit &currawhit = *ihit;
129  for (unsigned int ireg=0;ireg!=m_ntowers;++ireg) {
130  // if the equivalent hit is compatible with this tower the hit is saved
131  m_original_hits[ireg].push_back(currawhit);
132  }
133  }
134 
135  m_hittree->Fill();
136 
137  //truth tracks
138  m_truth_tracks.clear();
139  const std::vector<FPGATrackSimTruthTrack> &truthtracks = m_eventHeader->optional().getTruthTracks();
140  m_truth_tracks.insert(m_truth_tracks.end(),truthtracks.begin(),truthtracks.end());
141  // Write the tracks
142  m_trackstree->Fill();
143 
144 
145  if (m_getOffline) {
146 
147  m_offline_locX->clear();
148  m_offline_locY->clear();
149  m_offline_isPixel->clear();
150  m_offline_isBarrel->clear();
151  m_offline_layer->clear();
152  m_offline_clustID->clear();
153  m_offline_trackNumber->clear();
154 
155  m_offline_qoverpt->clear();
156  m_offline_eta->clear();
157  m_offline_phi->clear();
158  m_offline_d0->clear();
159  m_offline_z0->clear();
160 
161  m_offline_barcode->clear();
162  m_offline_barcode_frac->clear();
163 
164  const std::vector<FPGATrackSimOfflineTrack> &offlinetracks = m_eventHeader->optional().getOfflineTracks();
165 
166  for (auto &offline_t: offlinetracks){
167 
168  m_offline_qoverpt->push_back(offline_t.getQOverPt());
169  m_offline_eta->push_back(offline_t.getEta());
170  m_offline_phi->push_back(offline_t.getPhi());
171  m_offline_d0->push_back(offline_t.getD0());
172  m_offline_z0->push_back(offline_t.getZ0());
173  m_offline_barcode->push_back(offline_t.getBarcode());
174  m_offline_barcode_frac->push_back(offline_t.getBarcodeFrac());
175 
176  for (auto &hit: offline_t.getOfflineHits()){
177  m_offline_isPixel->push_back(hit.isPixel());
178  m_offline_isBarrel->push_back(hit.isBarrel());
179  m_offline_clustID->push_back(hit.getClusterID());
180  m_offline_trackNumber->push_back(hit.getTrackNumber());
181  m_offline_layer->push_back(hit.getLayer());
182  m_offline_locX->push_back(hit.getLocX());
183  m_offline_locY->push_back(hit.getLocY());
184  }
185 
186  }
187 
188  m_offline_cluster_tree->Fill();
189  }
190 
191 
192  return StatusCode::SUCCESS;
193 }

◆ 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 FPGATrackSimRawNtupleWrapperAlg::finalize ( )
overridevirtual

Definition at line 196 of file FPGATrackSimRawNtupleWrapperAlg.cxx.

197 {
198  // close the output files, but check that it exists (for athenaMT)
199  if (m_outfile) {
200  m_outfile->Write();
201  m_outfile->Close();
202  }
203 
204  return StatusCode::SUCCESS;
205 }

◆ initialize()

StatusCode FPGATrackSimRawNtupleWrapperAlg::initialize ( )
overridevirtual

Definition at line 17 of file FPGATrackSimRawNtupleWrapperAlg.cxx.

18 {
19 
20  ATH_CHECK(m_hitInputTool.retrieve());
21  ATH_MSG_INFO ("Creating output file: " );
22  m_outfile = TFile::Open(m_outpath.value().c_str(),"recreate");
24 
25  // create a TTree to store the truth tracks
26  m_trackstree = new TTree("truthtracks","Truth tracks");
27  // add the branch related to the truth tracks
28  m_trackstree->Branch("TruthTracks",&m_truth_tracks);
29 
30  // create a TTree to store event information
31  m_evtinfo = new TTree("evtinfo","Events info");
32  m_evtinfo->Branch("RunNumber",&m_run_number,"RunNumber/I");
33  m_evtinfo->Branch("EventNumber",&m_event_number,"EventNumber/I");
34  m_evtinfo->Branch("LB",&m_LB,"LB/I");
35  m_evtinfo->Branch("BCID",&m_BCID,"BCID/I");
36  m_evtinfo->Branch("ExtendedLevel1ID",&m_extendedLevel1ID,"ExtendedLevel1ID/i");
37  m_evtinfo->Branch("Level1TriggerType",&m_level1TriggerType,"Level1TriggerType/i");
38  m_evtinfo->Branch("Level1TriggerInfo",&m_level1TriggerInfo);
39  m_evtinfo->Branch("AverageInteractionsPerCrossing",&m_averageInteractionsPerCrossing,"AverageInteractionsPerCrossing/F");
40  m_evtinfo->Branch("ActualInteractionsPerCrossing",&m_actualInteractionsPerCrossing,"ActualInteractionsPerCrossing/F");
41 
42  // create and populate the TTree
43  m_hittree = new TTree("htthits","Raw hits for the FPGATrackSim simulation");
44  // prepare a branch for each tower
45  m_original_hits = new std::vector<FPGATrackSimHit>[m_ntowers];
46  for (unsigned int ireg=0;ireg!=m_ntowers;++ireg) { // towers loop
47  m_hittree->Branch(Form("RawHits%d.",ireg),&m_original_hits[ireg], 32000, 1);
48  } // end towers loop
49 
50 
51  if (m_getOffline) {
52 
53  m_offline_locX = new std::vector<float>;
54  m_offline_locY = new std::vector<float>;
55  m_offline_isPixel = new std::vector<int>;
56  m_offline_isBarrel = new std::vector<int>;
57  m_offline_layer = new std::vector<int>;
58  m_offline_clustID = new std::vector<int>;
59  m_offline_trackNumber = new std::vector<int>;
60 
61  m_offline_qoverpt = new std::vector<float>;
62  m_offline_eta = new std::vector<float>;
63  m_offline_phi = new std::vector<float>;
64  m_offline_d0 = new std::vector<float>;
65  m_offline_z0 = new std::vector<float>;
66 
67  m_offline_barcode = new std::vector<int>;
68  m_offline_barcode_frac = new std::vector<float>;
69 
70 
71  m_offline_cluster_tree = new TTree("offline_cluster_tree","offline_cluster_tree");
72 
73  m_offline_cluster_tree->Branch("offline_locX",&m_offline_locX);
74  m_offline_cluster_tree->Branch("offline_locY",&m_offline_locY);
75  m_offline_cluster_tree->Branch("offline_is_Pixel",&m_offline_isPixel);
76  m_offline_cluster_tree->Branch("offline_is_Barrel",&m_offline_isBarrel);
77  m_offline_cluster_tree->Branch("offline_layer",&m_offline_layer);
78  m_offline_cluster_tree->Branch("offline_clustID",&m_offline_clustID);
79  m_offline_cluster_tree->Branch("offline_trackNumber",&m_offline_trackNumber);
80 
81  m_offline_cluster_tree->Branch("offline_qoverpt",&m_offline_qoverpt);
82  m_offline_cluster_tree->Branch("offline_eta",&m_offline_eta);
83  m_offline_cluster_tree->Branch("offline_phi",&m_offline_phi);
84  m_offline_cluster_tree->Branch("offline_d0",&m_offline_d0);
85  m_offline_cluster_tree->Branch("offline_z0",&m_offline_z0);
86 
87  m_offline_cluster_tree->Branch("offline_barcode",&m_offline_barcode);
88  m_offline_cluster_tree->Branch("offline_barcode_frac",&m_offline_barcode_frac);
89  }
90 
91  // eventually add some histograms for monitoring?
92  return StatusCode::SUCCESS;
93 }

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

float FPGATrackSimRawNtupleWrapperAlg::m_actualInteractionsPerCrossing = 0.0F
private

Definition at line 47 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_averageInteractionsPerCrossing

float FPGATrackSimRawNtupleWrapperAlg::m_averageInteractionsPerCrossing = 0.0F
private

event number

Definition at line 46 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_BCID

int FPGATrackSimRawNtupleWrapperAlg::m_BCID = 0
private

Definition at line 49 of file FPGATrackSimRawNtupleWrapperAlg.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_event_number

int FPGATrackSimRawNtupleWrapperAlg::m_event_number = 0
private

event's run number

Definition at line 45 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_eventHeader

FPGATrackSimEventInputHeader* FPGATrackSimRawNtupleWrapperAlg::m_eventHeader = nullptr
private

Definition at line 33 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_evtinfo

TTree* FPGATrackSimRawNtupleWrapperAlg::m_evtinfo = nullptr
private

Definition at line 39 of file FPGATrackSimRawNtupleWrapperAlg.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_extendedLevel1ID

unsigned int FPGATrackSimRawNtupleWrapperAlg::m_extendedLevel1ID = 0U
private

Definition at line 50 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_getOffline

BooleanProperty FPGATrackSimRawNtupleWrapperAlg::m_getOffline {this, "GetOffline", false, "flag to enable the offline tracking save"}
private

Definition at line 29 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_hitInputTool

ToolHandle<IFPGATrackSimEventInputHeaderTool> FPGATrackSimRawNtupleWrapperAlg::m_hitInputTool { this, "InputTool", "FPGATrackSimSGToRawHitsTool/FPGATrackSimSGToRawHitsTool", "Input Tool" }
private

Definition at line 27 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_hittree

TTree* FPGATrackSimRawNtupleWrapperAlg::m_hittree = nullptr
private

Definition at line 38 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_LB

int FPGATrackSimRawNtupleWrapperAlg::m_LB = 0
private

Definition at line 48 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_level1TriggerInfo

std::vector<unsigned int> FPGATrackSimRawNtupleWrapperAlg::m_level1TriggerInfo
private

Definition at line 52 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_level1TriggerType

unsigned int FPGATrackSimRawNtupleWrapperAlg::m_level1TriggerType = 0U
private

Definition at line 51 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_ntowers

unsigned int FPGATrackSimRawNtupleWrapperAlg::m_ntowers = 1
private

Definition at line 34 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_offline_barcode

std::vector<int>* FPGATrackSimRawNtupleWrapperAlg::m_offline_barcode = nullptr
private

Definition at line 70 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_offline_barcode_frac

std::vector<float>* FPGATrackSimRawNtupleWrapperAlg::m_offline_barcode_frac = nullptr
private

Definition at line 71 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_offline_cluster_tree

TTree* FPGATrackSimRawNtupleWrapperAlg::m_offline_cluster_tree = nullptr
private

Definition at line 41 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_offline_clustID

std::vector<int>* FPGATrackSimRawNtupleWrapperAlg::m_offline_clustID = nullptr
private

Definition at line 61 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_offline_d0

std::vector<float>* FPGATrackSimRawNtupleWrapperAlg::m_offline_d0 = nullptr
private

Definition at line 67 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_offline_eta

std::vector<float>* FPGATrackSimRawNtupleWrapperAlg::m_offline_eta = nullptr
private

Definition at line 65 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_offline_isBarrel

std::vector<int>* FPGATrackSimRawNtupleWrapperAlg::m_offline_isBarrel = nullptr
private

Definition at line 59 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_offline_isPixel

std::vector<int>* FPGATrackSimRawNtupleWrapperAlg::m_offline_isPixel = nullptr
private

Definition at line 58 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_offline_layer

std::vector<int>* FPGATrackSimRawNtupleWrapperAlg::m_offline_layer = nullptr
private

Definition at line 60 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_offline_locX

std::vector<float>* FPGATrackSimRawNtupleWrapperAlg::m_offline_locX = nullptr
private

Definition at line 56 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_offline_locY

std::vector<float>* FPGATrackSimRawNtupleWrapperAlg::m_offline_locY = nullptr
private

Definition at line 57 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_offline_phi

std::vector<float>* FPGATrackSimRawNtupleWrapperAlg::m_offline_phi = nullptr
private

Definition at line 66 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_offline_qoverpt

std::vector<float>* FPGATrackSimRawNtupleWrapperAlg::m_offline_qoverpt = nullptr
private

Definition at line 69 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_offline_trackNumber

std::vector<int>* FPGATrackSimRawNtupleWrapperAlg::m_offline_trackNumber = nullptr
private

Definition at line 62 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_offline_z0

std::vector<float>* FPGATrackSimRawNtupleWrapperAlg::m_offline_z0 = nullptr
private

Definition at line 68 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_original_hits

std::vector<FPGATrackSimHit>* FPGATrackSimRawNtupleWrapperAlg::m_original_hits = nullptr
private

Definition at line 53 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_outfile

TFile* FPGATrackSimRawNtupleWrapperAlg::m_outfile = nullptr
private

Definition at line 37 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_outpath

StringProperty FPGATrackSimRawNtupleWrapperAlg::m_outpath {this, "OutFileName", "httsim_smartwrapper.root", "output path"}
private

Definition at line 28 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_run_number

int FPGATrackSimRawNtupleWrapperAlg::m_run_number = 0
private

Definition at line 44 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_trackstree

TTree* FPGATrackSimRawNtupleWrapperAlg::m_trackstree = nullptr
private

TTree with general event information.

Definition at line 40 of file FPGATrackSimRawNtupleWrapperAlg.h.

◆ m_truth_tracks

std::vector<FPGATrackSimTruthTrack> FPGATrackSimRawNtupleWrapperAlg::m_truth_tracks
private

Definition at line 54 of file FPGATrackSimRawNtupleWrapperAlg.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:
FPGATrackSimRawNtupleWrapperAlg::m_offline_barcode_frac
std::vector< float > * m_offline_barcode_frac
Definition: FPGATrackSimRawNtupleWrapperAlg.h:71
FPGATrackSimEventInputHeader::hits
const std::vector< FPGATrackSimHit > & hits() const
Definition: FPGATrackSimEventInputHeader.h:36
FPGATrackSimOptionalEventInfo::getOfflineTracks
const std::vector< FPGATrackSimOfflineTrack > & getOfflineTracks() const
Definition: FPGATrackSimOptionalEventInfo.h:32
FPGATrackSimRawNtupleWrapperAlg::m_outpath
StringProperty m_outpath
Definition: FPGATrackSimRawNtupleWrapperAlg.h:28
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
FPGATrackSimRawNtupleWrapperAlg::m_getOffline
BooleanProperty m_getOffline
Definition: FPGATrackSimRawNtupleWrapperAlg.h:29
FPGATrackSimRawNtupleWrapperAlg::m_truth_tracks
std::vector< FPGATrackSimTruthTrack > m_truth_tracks
Definition: FPGATrackSimRawNtupleWrapperAlg.h:54
AthCommonDataStore::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
FPGATrackSimRawNtupleWrapperAlg::m_offline_locY
std::vector< float > * m_offline_locY
Definition: FPGATrackSimRawNtupleWrapperAlg.h:57
FPGATrackSimRawNtupleWrapperAlg::m_level1TriggerInfo
std::vector< unsigned int > m_level1TriggerInfo
Definition: FPGATrackSimRawNtupleWrapperAlg.h:52
FPGATrackSimRawNtupleWrapperAlg::m_hitInputTool
ToolHandle< IFPGATrackSimEventInputHeaderTool > m_hitInputTool
Definition: FPGATrackSimRawNtupleWrapperAlg.h:27
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
FPGATrackSimRawNtupleWrapperAlg::m_offline_d0
std::vector< float > * m_offline_d0
Definition: FPGATrackSimRawNtupleWrapperAlg.h:67
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
FPGATrackSimRawNtupleWrapperAlg::m_offline_isBarrel
std::vector< int > * m_offline_isBarrel
Definition: FPGATrackSimRawNtupleWrapperAlg.h:59
ATH_MSG_VERBOSE
#define ATH_MSG_VERBOSE(x)
Definition: AthMsgStreamMacros.h:28
AthenaPoolTestRead.sc
sc
Definition: AthenaPoolTestRead.py:27
FPGATrackSimOptionalEventInfo::getTruthTracks
const std::vector< FPGATrackSimTruthTrack > & getTruthTracks() const
Definition: FPGATrackSimOptionalEventInfo.h:37
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
FPGATrackSimHit
Definition: FPGATrackSimHit.h:38
FPGATrackSimRawNtupleWrapperAlg::m_trackstree
TTree * m_trackstree
TTree with general event information.
Definition: FPGATrackSimRawNtupleWrapperAlg.h:40
FPGATrackSimRawNtupleWrapperAlg::m_hittree
TTree * m_hittree
Definition: FPGATrackSimRawNtupleWrapperAlg.h:38
FPGATrackSimRawNtupleWrapperAlg::m_level1TriggerType
unsigned int m_level1TriggerType
Definition: FPGATrackSimRawNtupleWrapperAlg.h:51
FPGATrackSimRawNtupleWrapperAlg::m_offline_phi
std::vector< float > * m_offline_phi
Definition: FPGATrackSimRawNtupleWrapperAlg.h:66
FPGATrackSimEventInfo
Definition: FPGATrackSimEventInfo.h:14
FPGATrackSimRawNtupleWrapperAlg::m_offline_eta
std::vector< float > * m_offline_eta
Definition: FPGATrackSimRawNtupleWrapperAlg.h:65
FPGATrackSimRawNtupleWrapperAlg::m_offline_locX
std::vector< float > * m_offline_locX
Definition: FPGATrackSimRawNtupleWrapperAlg.h:56
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
FPGATrackSimRawNtupleWrapperAlg::m_averageInteractionsPerCrossing
float m_averageInteractionsPerCrossing
event number
Definition: FPGATrackSimRawNtupleWrapperAlg.h:46
AthCommonDataStore< AthCommonMsg< Algorithm > >::outputHandles
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
FPGATrackSimRawNtupleWrapperAlg::m_offline_isPixel
std::vector< int > * m_offline_isPixel
Definition: FPGATrackSimRawNtupleWrapperAlg.h:58
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
FPGATrackSimRawNtupleWrapperAlg::m_event_number
int m_event_number
event's run number
Definition: FPGATrackSimRawNtupleWrapperAlg.h:45
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
FPGATrackSimEventInputHeader
Definition: FPGATrackSimEventInputHeader.h:22
FPGATrackSimRawNtupleWrapperAlg::m_actualInteractionsPerCrossing
float m_actualInteractionsPerCrossing
Definition: FPGATrackSimRawNtupleWrapperAlg.h:47
AthCommonDataStore< AthCommonMsg< Algorithm > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
FPGATrackSimRawNtupleWrapperAlg::m_original_hits
std::vector< FPGATrackSimHit > * m_original_hits
Definition: FPGATrackSimRawNtupleWrapperAlg.h:53
FPGATrackSimRawNtupleWrapperAlg::m_offline_trackNumber
std::vector< int > * m_offline_trackNumber
Definition: FPGATrackSimRawNtupleWrapperAlg.h:62
FPGATrackSimEventInputHeader::event
FPGATrackSimEventInfo const & event() const
Definition: FPGATrackSimEventInputHeader.h:32
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
FPGATrackSimRawNtupleWrapperAlg::m_BCID
int m_BCID
Definition: FPGATrackSimRawNtupleWrapperAlg.h:49
FPGATrackSimRawNtupleWrapperAlg::m_outfile
TFile * m_outfile
Definition: FPGATrackSimRawNtupleWrapperAlg.h:37
FPGATrackSimRawNtupleWrapperAlg::m_offline_barcode
std::vector< int > * m_offline_barcode
Definition: FPGATrackSimRawNtupleWrapperAlg.h:70
FPGATrackSimRawNtupleWrapperAlg::m_eventHeader
FPGATrackSimEventInputHeader * m_eventHeader
Definition: FPGATrackSimRawNtupleWrapperAlg.h:33
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
FPGATrackSimRawNtupleWrapperAlg::m_extendedLevel1ID
unsigned int m_extendedLevel1ID
Definition: FPGATrackSimRawNtupleWrapperAlg.h:50
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
FPGATrackSimRawNtupleWrapperAlg::m_offline_clustID
std::vector< int > * m_offline_clustID
Definition: FPGATrackSimRawNtupleWrapperAlg.h:61
FPGATrackSimRawNtupleWrapperAlg::m_offline_qoverpt
std::vector< float > * m_offline_qoverpt
Definition: FPGATrackSimRawNtupleWrapperAlg.h:69
FPGATrackSimRawNtupleWrapperAlg::m_offline_layer
std::vector< int > * m_offline_layer
Definition: FPGATrackSimRawNtupleWrapperAlg.h:60
FPGATrackSimRawNtupleWrapperAlg::m_ntowers
unsigned int m_ntowers
Definition: FPGATrackSimRawNtupleWrapperAlg.h:34
FPGATrackSimEventInputHeader::optional
FPGATrackSimOptionalEventInfo const & optional() const
Definition: FPGATrackSimEventInputHeader.h:33
AthAlgorithm::m_extendedExtraObjects
DataObjIDColl m_extendedExtraObjects
Definition: AthAlgorithm.h:79
FPGATrackSimRawNtupleWrapperAlg::m_evtinfo
TTree * m_evtinfo
Definition: FPGATrackSimRawNtupleWrapperAlg.h:39
a
TList * a
Definition: liststreamerinfos.cxx:10
h
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
FPGATrackSimRawNtupleWrapperAlg::m_offline_cluster_tree
TTree * m_offline_cluster_tree
Definition: FPGATrackSimRawNtupleWrapperAlg.h:41
FPGATrackSimRawNtupleWrapperAlg::m_LB
int m_LB
Definition: FPGATrackSimRawNtupleWrapperAlg.h:48
SG::VarHandleBase::vhKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Definition: StoreGate/src/VarHandleBase.cxx:616
FPGATrackSimRawNtupleWrapperAlg::m_offline_z0
std::vector< float > * m_offline_z0
Definition: FPGATrackSimRawNtupleWrapperAlg.h:68
declareProperty
#define declareProperty(n, p, h)
Definition: BaseFakeBkgTool.cxx:15
FPGATrackSimRawNtupleWrapperAlg::m_run_number
int m_run_number
Definition: FPGATrackSimRawNtupleWrapperAlg.h:44
AthAlgorithm::AthAlgorithm
AthAlgorithm()
Default constructor:
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:790
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
ServiceHandle< ICondSvc >