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

#include <LArMinBiasAlg.h>

Inheritance diagram for LArMinBiasAlg:
Collaboration diagram for LArMinBiasAlg:

Classes

struct  CellInfo
 

Public Member Functions

 LArMinBiasAlg (const std::string &name, ISvcLocator *pSvcLocator)
 Standard Athena-Algorithm Constructor. More...
 
 ~LArMinBiasAlg ()
 Default Destructor. More...
 
virtual StatusCode initialize () override
 
virtual StatusCode execute () override
 
virtual StatusCode finalize () override
 
virtual StatusCode stop () 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

void fillNtuple ()
 
void addCell (int index, double e1, double e2, double wt=1.)
 
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_datasetID_lowPt
 
int m_datasetID_highPt
 
double m_weight_lowPt
 
double m_weight_highPt
 
SG::ReadCondHandleKey< LArMCSymm_mcSymKey { this, "MCSymKey", "LArMCSym", "SG Key of LArMCSym object" }
 
SG::ReadCondHandleKey< LArOnOffIdMappingm_cablingKey {this,"CablingKey","LArOnOffIdMap","SG Key of LArOnOffIdMapping object"}
 
SG::ReadCondHandleKey< CaloDetDescrManagerm_caloMgrKey
 
const LArEM_IDm_larem_id = nullptr
 
const CaloCell_IDm_calo_id = nullptr
 
std::vector< double > m_eCell
 
ITHistSvc * m_thistSvc = nullptr
 
TTree * m_tree = nullptr
 
int m_nevt_total = 0
 
int m_n1 = 0
 
int m_n2 = 0
 
int m_nsymcell = 0
 
double m_nevt [MAX_SYM_CELLS] {}
 
int m_layer [MAX_SYM_CELLS] {}
 
int m_region [MAX_SYM_CELLS] {}
 
int m_identifier [MAX_SYM_CELLS] {}
 
int m_ieta [MAX_SYM_CELLS] {}
 
float m_eta [MAX_SYM_CELLS] {}
 
float m_phi [MAX_SYM_CELLS] {}
 
double m_average [MAX_SYM_CELLS] {}
 
double m_rms [MAX_SYM_CELLS] {}
 
double m_offset [MAX_SYM_CELLS] {}
 
std::vector< CellInfom_CellList
 
std::vector< int > m_symCellIndex
 
float m_first
 
int m_ncell = 0
 
SG::ReadHandleKey< xAOD::EventInfom_eventInfoKey {this,"EvtInfo", "EventInfo", "EventInfo name"}
 
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 36 of file LArMinBiasAlg.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

◆ LArMinBiasAlg()

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

Standard Athena-Algorithm Constructor.

Definition at line 21 of file LArMinBiasAlg.cxx.

21  :
22  AthAlgorithm(name,pSvcLocator),
23  m_datasetID_lowPt(119995),
24  m_datasetID_highPt(119996),
25  m_weight_lowPt(39.8606),
26  m_weight_highPt(0.138128)
27  {
28  declareProperty("datasetID_lowPt",m_datasetID_lowPt);
29  declareProperty("datasetID_highPt",m_datasetID_highPt);
30  declareProperty("weight_highPt",m_weight_highPt);
31  declareProperty("weight_lowPt",m_weight_lowPt);
32  m_first=true;
33  }

◆ ~LArMinBiasAlg()

LArMinBiasAlg::~LArMinBiasAlg ( )
default

Default Destructor.

Member Function Documentation

◆ addCell()

void LArMinBiasAlg::addCell ( int  index,
double  e1,
double  e2,
double  wt = 1. 
)
private

Definition at line 247 of file LArMinBiasAlg.cxx.

248  {
249  if (index < m_ncell && index>=0) {
251  if (index2<0) return;
252  if (index2 >= ((int)(m_CellList.size())) ) {
253  ATH_MSG_INFO(" LArMinBiasAlg::addCell: for " << index << ", " << index2 << " is out-of bounds for list of size " << m_CellList.size());
254  return;
255  }
256  double oldN = m_CellList[index2].nevt;
257  double oldAverage = m_CellList[index2].average;
258  double oldRMS = m_CellList[index2].rms;
259  double oldAverage2 = m_CellList[index2].offset;
260 
261  double frac = oldN/(weight+oldN);
262  double Anew = weight+oldN;
263  double newAverage = frac*oldAverage + weight*energy/Anew;
264  double deltaE = energy-newAverage;
265  double newRMS = frac*(oldRMS + (newAverage-oldAverage)*(newAverage-oldAverage)) + weight*deltaE*deltaE/Anew;
266 
267  double newAverage2 = frac*oldAverage2 + weight*eshift/Anew;
268 
269  m_CellList[index2].nevt = Anew;
270  m_CellList[index2].average = newAverage;
271  m_CellList[index2].rms = newRMS;
272  m_CellList[index2].offset = newAverage2;
273 
274  }
275  }

◆ 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 LArMinBiasAlg::execute ( )
overridevirtual

Definition at line 106 of file LArMinBiasAlg.cxx.

107  {
108  //.............................................
109 
110  ATH_MSG_DEBUG(" LArMinBiasAlg execute()");
111 
112  const EventContext& ctx = Gaudi::Hive::currentContext();
113 
114  if (m_first) {
115 
117  ATH_CHECK(caloMgrHandle.isValid());
118 
121  const LArOnOffIdMapping* cabling{*cablingHdl};
122  if(!cabling) {
123  ATH_MSG_ERROR( "Do not have cabling mapping from key " << m_cablingKey.key() );
124  return StatusCode::FAILURE;
125  }
126 
128 
129  ATH_MSG_INFO(" --- first event " << m_ncell);
130  m_symCellIndex.resize(m_ncell,-1);
131  std::vector<int> doneCell;
132  doneCell.resize(m_ncell,-1);
133 
134  //m_readCell.resize(m_ncell,0);
135 
136  m_eCell.resize(m_ncell,0.);
137 
138  m_CellList.reserve(MAX_SYM_CELLS);
139  int nsym=0;
140  // loop over cells
141  // and find symmetry cells
142  for (unsigned int i=0;i<((unsigned int)(m_ncell));i++) {
143  IdentifierHash idHash=i;
144  Identifier id=m_calo_id->cell_id(idHash);
145  if (m_calo_id->is_tile(id)) continue;
146  // convert cell id to symmetric identifier
147  HWIdentifier hwid2 = mcsym->ZPhiSymOfl(id);
148  Identifier id2 = cabling->cnvToIdentifier(hwid2);
149  int i2 = (int) (m_calo_id->calo_cell_hash(id2));
150  if(i2>=m_ncell) {
151  ATH_MSG_WARNING("problem: i2: "<<i2<<" for id: "<<m_calo_id->print_to_string(id)<<" symmetrized: "<<m_calo_id->print_to_string(id2));
152  }
153  // we have already processed this hash => just need to associate cell i to the same symmetric cell
154  if (doneCell[i2]>=0) {
155  m_symCellIndex[i]=doneCell[i2];
156  }
157  // we have not already processed this hash, add an entry for this new symmetric cell
158  else {
159  doneCell[i2]=nsym;
160  m_symCellIndex[i] = nsym;
161  CellInfo cell;
162  const CaloDetDescrElement* calodde = (*caloMgrHandle)->get_element(id);
163  cell.eta = calodde->eta();
164  cell.phi = calodde->phi();
165  cell.region = m_calo_id->region(id);
166  cell.ieta = m_calo_id->eta(id);
167  cell.layer = m_calo_id->calo_sample(id);
168  cell.region = m_calo_id->region(id);
169  cell.ieta = m_calo_id->eta(id);
170  //cell.identifier = id2.get_identifier32().get_compact();
171  cell.identifier = id2;
172  cell.average=0.;
173  cell.offset=0.;
174  cell.rms=0.;
175  cell.nevt=0.;
176  m_CellList.push_back(cell);
177  nsym++;
178  }
179  }
180  ATH_MSG_INFO(" --- number of symmetric cells found " << nsym << " " << m_CellList.size());
181  if (nsym>=MAX_SYM_CELLS) ATH_MSG_ERROR(" More than "<<MAX_SYM_CELLS<<" number of symmetric cells... Fix array size for ntuple writing !!!! ");
182  m_nsymcell=nsym;
183  m_first=false;
184  }
185 
187  if (!eventInfo.isValid()) {
188  ATH_MSG_ERROR ("Could not retrieve EventInfo");
189  return StatusCode::FAILURE;
190  }
191  int channelNumber = eventInfo->mcChannelNumber();
192 
193  m_nevt_total++;
194 
195  double weight=1.;
196 
197 // Dataset ID for lowPt MinBias
198  if (channelNumber==m_datasetID_lowPt) {
200  m_n1+=1;
201  }
202 // Dataset ID for highPt MinBias
203  else if (channelNumber==m_datasetID_highPt) {
205  m_n2+=1;
206  }
207  else {
208  ATH_MSG_WARNING(" Neither low nor high Pt MinBias sample " << channelNumber << " set weight to 1.0 ");
209  weight=1.;
210  }
211 
212 
213  if ((m_nevt_total%100)==1) ATH_MSG_INFO(" ---- process event number " << m_nevt_total << " " << channelNumber << " weight " << weight);
214 
215  for (int i=0;i<m_ncell;i++) m_eCell[i]=0.;
216 
217  std::vector <std::string> HitContainer;
218  HitContainer.emplace_back("LArHitEMB");
219  HitContainer.emplace_back("LArHitEMEC");
220  HitContainer.emplace_back("LArHitHEC");
221  HitContainer.emplace_back("LArHitFCAL");
222  for (unsigned int iHitContainer=0;iHitContainer<HitContainer.size();iHitContainer++)
223  {
224  const LArHitContainer* hit_container ;
225  ATH_CHECK(evtStore()->retrieve(hit_container,HitContainer[iHitContainer]));
226  for (const LArHit* hit : *hit_container)
227  {
228  Identifier cellID=hit->cellID();
229  double energy = hit->energy();
230  double time =hit->time();
231  int index = (int) (m_calo_id->calo_cell_hash(cellID));
232  if (index < m_ncell && index>=0 && fabs(time)<25.) {
233  m_eCell[index] += energy;
234  }
235 
236  } // loop over hits in container
237  } // loop over containers
238 
239  for (int i=0;i<m_ncell;i++) {
240  addCell(i,m_eCell[i],0.,weight);
241  }
242 
243 
244  return StatusCode::SUCCESS;
245  }

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

◆ fillNtuple()

void LArMinBiasAlg::fillNtuple ( )
private

Definition at line 277 of file LArMinBiasAlg.cxx.

278  {
279 
280  ATH_MSG_INFO(" in fillNtuple " << m_nsymcell);
281  for (int i=0;i<m_nsymcell;i++) {
282  m_identifier[i] = m_CellList[i].identifier.get_identifier32().get_compact();
283  m_layer[i] = m_CellList[i].layer;
284  m_region[i] = m_CellList[i].region;
285  m_ieta[i] = m_CellList[i].ieta;
286  m_eta[i] = m_CellList[i].eta;
287  m_phi[i] = m_CellList[i].phi;
288  m_nevt[i] = m_CellList[i].nevt;
289  m_offset[i] = (float) (m_CellList[i].offset);
291  m_rms[i] = (float) (sqrt(m_CellList[i].rms));
292  }
293  m_tree->Fill();
294  ATH_MSG_INFO(" after tree fill ");
295 
296  for (int i=0;i<m_nsymcell;i++) {
297  m_CellList[i].nevt=0;
298  m_CellList[i].offset=0.;
299  m_CellList[i].average=0;
300  m_CellList[i].rms=0;
301  }
302  ATH_MSG_INFO(" end of fillNtuple ");
303 
304  }

◆ finalize()

StatusCode LArMinBiasAlg::finalize ( )
overridevirtual

Definition at line 99 of file LArMinBiasAlg.cxx.

100  {
101  ATH_MSG_INFO(" finalize()");
102  return StatusCode::SUCCESS;
103  }

◆ initialize()

StatusCode LArMinBiasAlg::initialize ( )
overridevirtual

Definition at line 39 of file LArMinBiasAlg.cxx.

40  {
41 
42  ATH_MSG_INFO ( " LArMinBiasAlg initialize() " );
43 
44  ATH_CHECK( service("THistSvc",m_thistSvc) );
45 
46 
47  m_tree = new TTree("m_tree","Offset ntuple");
48  m_tree->Branch("ncell",&m_nsymcell,"ncell/I");
49  m_tree->Branch("nevt_total",&m_nevt_total,"nevt_total/I");
50  m_tree->Branch("identifier",m_identifier,"identifier[ncell]/I");
51  m_tree->Branch("region",m_region,"region[ncell]/I");
52  m_tree->Branch("ieta",m_ieta,"ieta[ncell]/I");
53  m_tree->Branch("layer",m_layer,"layer[ncell]/I");
54  m_tree->Branch("region",m_region,"region[ncell]/I");
55  m_tree->Branch("ieta",m_ieta,"ieta[ncell]/I");
56  m_tree->Branch("eta",m_eta,"eta[ncell]/F");
57  m_tree->Branch("phi",m_phi,"phi[ncell]/F");
58  m_tree->Branch("nevt",m_nevt,"nevt[ncell]/D");
59  m_tree->Branch("average",m_average,"average[ncell]/D");
60  m_tree->Branch("rms",m_rms,"rms[ncell]/D");
61  m_tree->Branch("reference",m_offset,"offset[ncell]/D");
62 
63  if( m_thistSvc->regTree("/file1/offset",m_tree).isFailure()) {
64  ATH_MSG_WARNING(" cannot register ntuple " );
65  return StatusCode::SUCCESS;
66  }
67 
68  const CaloIdManager* mgr = nullptr;
69  ATH_CHECK( detStore()->retrieve( mgr ) );
70  m_larem_id = mgr->getEM_ID();
71  m_calo_id = mgr->getCaloCell_ID();
72 
73 
75 
77 
79 
81 
82  m_n1=0;
83  m_n2=0;
84 
85  m_nevt_total=0;
86 
87  return StatusCode::SUCCESS;
88 
89  }

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

◆ stop()

StatusCode LArMinBiasAlg::stop ( )
overridevirtual

Definition at line 91 of file LArMinBiasAlg.cxx.

92  {
93  ATH_MSG_INFO("number of events in the two samples " << m_n1 << " " << m_n2);
94  this->fillNtuple();
95  ATH_MSG_INFO(" stop after fill ntuple");
96  return StatusCode::SUCCESS;
97  }

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

double LArMinBiasAlg::m_average[MAX_SYM_CELLS] {}
private

Definition at line 91 of file LArMinBiasAlg.h.

◆ m_cablingKey

SG::ReadCondHandleKey<LArOnOffIdMapping> LArMinBiasAlg::m_cablingKey {this,"CablingKey","LArOnOffIdMap","SG Key of LArOnOffIdMapping object"}
private

Definition at line 64 of file LArMinBiasAlg.h.

◆ m_calo_id

const CaloCell_ID* LArMinBiasAlg::m_calo_id = nullptr
private

Definition at line 72 of file LArMinBiasAlg.h.

◆ m_caloMgrKey

SG::ReadCondHandleKey<CaloDetDescrManager> LArMinBiasAlg::m_caloMgrKey
private
Initial value:
{ this
, "CaloDetDescrManager"
, "CaloDetDescrManager"
, "SG Key for CaloDetDescrManager in the Condition Store" }

Definition at line 66 of file LArMinBiasAlg.h.

◆ m_CellList

std::vector<CellInfo> LArMinBiasAlg::m_CellList
private

Definition at line 108 of file LArMinBiasAlg.h.

◆ m_datasetID_highPt

int LArMinBiasAlg::m_datasetID_highPt
private

Definition at line 59 of file LArMinBiasAlg.h.

◆ m_datasetID_lowPt

int LArMinBiasAlg::m_datasetID_lowPt
private

Definition at line 58 of file LArMinBiasAlg.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_eCell

std::vector<double> LArMinBiasAlg::m_eCell
private

Definition at line 73 of file LArMinBiasAlg.h.

◆ m_eta

float LArMinBiasAlg::m_eta[MAX_SYM_CELLS] {}
private

Definition at line 89 of file LArMinBiasAlg.h.

◆ m_eventInfoKey

SG::ReadHandleKey<xAOD::EventInfo> LArMinBiasAlg::m_eventInfoKey {this,"EvtInfo", "EventInfo", "EventInfo name"}
private

Definition at line 112 of file LArMinBiasAlg.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_first

float LArMinBiasAlg::m_first
private

Definition at line 110 of file LArMinBiasAlg.h.

◆ m_identifier

int LArMinBiasAlg::m_identifier[MAX_SYM_CELLS] {}
private

Definition at line 87 of file LArMinBiasAlg.h.

◆ m_ieta

int LArMinBiasAlg::m_ieta[MAX_SYM_CELLS] {}
private

Definition at line 88 of file LArMinBiasAlg.h.

◆ m_larem_id

const LArEM_ID* LArMinBiasAlg::m_larem_id = nullptr
private

Definition at line 71 of file LArMinBiasAlg.h.

◆ m_layer

int LArMinBiasAlg::m_layer[MAX_SYM_CELLS] {}
private

Definition at line 85 of file LArMinBiasAlg.h.

◆ m_mcSymKey

SG::ReadCondHandleKey<LArMCSym> LArMinBiasAlg::m_mcSymKey { this, "MCSymKey", "LArMCSym", "SG Key of LArMCSym object" }
private

Definition at line 62 of file LArMinBiasAlg.h.

◆ m_n1

int LArMinBiasAlg::m_n1 = 0
private

Definition at line 79 of file LArMinBiasAlg.h.

◆ m_n2

int LArMinBiasAlg::m_n2 = 0
private

Definition at line 80 of file LArMinBiasAlg.h.

◆ m_ncell

int LArMinBiasAlg::m_ncell = 0
private

Definition at line 111 of file LArMinBiasAlg.h.

◆ m_nevt

double LArMinBiasAlg::m_nevt[MAX_SYM_CELLS] {}
private

Definition at line 84 of file LArMinBiasAlg.h.

◆ m_nevt_total

int LArMinBiasAlg::m_nevt_total = 0
private

Definition at line 78 of file LArMinBiasAlg.h.

◆ m_nsymcell

int LArMinBiasAlg::m_nsymcell = 0
private

Definition at line 83 of file LArMinBiasAlg.h.

◆ m_offset

double LArMinBiasAlg::m_offset[MAX_SYM_CELLS] {}
private

Definition at line 93 of file LArMinBiasAlg.h.

◆ m_phi

float LArMinBiasAlg::m_phi[MAX_SYM_CELLS] {}
private

Definition at line 90 of file LArMinBiasAlg.h.

◆ m_region

int LArMinBiasAlg::m_region[MAX_SYM_CELLS] {}
private

Definition at line 86 of file LArMinBiasAlg.h.

◆ m_rms

double LArMinBiasAlg::m_rms[MAX_SYM_CELLS] {}
private

Definition at line 92 of file LArMinBiasAlg.h.

◆ m_symCellIndex

std::vector<int> LArMinBiasAlg::m_symCellIndex
private

Definition at line 109 of file LArMinBiasAlg.h.

◆ m_thistSvc

ITHistSvc* LArMinBiasAlg::m_thistSvc = nullptr
private

Definition at line 76 of file LArMinBiasAlg.h.

◆ m_tree

TTree* LArMinBiasAlg::m_tree = nullptr
private

Definition at line 77 of file LArMinBiasAlg.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.

◆ m_weight_highPt

double LArMinBiasAlg::m_weight_highPt
private

Definition at line 61 of file LArMinBiasAlg.h.

◆ m_weight_lowPt

double LArMinBiasAlg::m_weight_lowPt
private

Definition at line 60 of file LArMinBiasAlg.h.


The documentation for this class was generated from the following files:
python.PyKernel.retrieve
def retrieve(aClass, aKey=None)
Definition: PyKernel.py:110
LArMinBiasAlg::m_mcSymKey
SG::ReadCondHandleKey< LArMCSym > m_mcSymKey
Definition: LArMinBiasAlg.h:63
LArMinBiasAlg::m_nsymcell
int m_nsymcell
Definition: LArMinBiasAlg.h:83
LArMinBiasAlg::m_eCell
std::vector< double > m_eCell
Definition: LArMinBiasAlg.h:73
CaloCell_Base_ID::calo_cell_hash
IdentifierHash calo_cell_hash(const Identifier cellId) const
create hash id from 'global' cell id
CaloCell_Base_ID::region
int region(const Identifier id) const
LAr field values (NOT_VALID == invalid request)
ReadCellNoiseFromCool.cell
cell
Definition: ReadCellNoiseFromCool.py:53
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
drawFromPickle.average
def average(lst)
Definition: drawFromPickle.py:38
SG::ReadCondHandle
Definition: ReadCondHandle.h:44
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
CaloCellPos2Ntuple.int
int
Definition: CaloCellPos2Ntuple.py:24
LArMinBiasAlg::addCell
void addCell(int index, double e1, double e2, double wt=1.)
Definition: LArMinBiasAlg.cxx:247
SG::ReadHandle
Definition: StoreGate/StoreGate/ReadHandle.h:70
index
Definition: index.py:1
AthCommonDataStore< AthCommonMsg< Algorithm > >::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
LArMinBiasAlg::m_datasetID_lowPt
int m_datasetID_lowPt
Definition: LArMinBiasAlg.h:58
LArMinBiasAlg::m_nevt
double m_nevt[MAX_SYM_CELLS]
Definition: LArMinBiasAlg.h:84
CaloDetDescrElement
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:66
LArMinBiasAlg::m_offset
double m_offset[MAX_SYM_CELLS]
Definition: LArMinBiasAlg.h:93
LArMinBiasAlg::m_nevt_total
int m_nevt_total
Definition: LArMinBiasAlg.h:78
ReadCellNoiseFromCool.cabling
cabling
Definition: ReadCellNoiseFromCool.py:154
LArMinBiasAlg::m_tree
TTree * m_tree
Definition: LArMinBiasAlg.h:77
HitContainer
vector< DHit > HitContainer
Definition: PerfMonTestVectorAlg.cxx:17
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
LArMinBiasAlg::m_eventInfoKey
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
Definition: LArMinBiasAlg.h:112
LArHitContainer
Hit collection.
Definition: LArHitContainer.h:26
LArMinBiasAlg::m_larem_id
const LArEM_ID * m_larem_id
Definition: LArMinBiasAlg.h:71
CaloCell_Base_ID::calo_sample
int calo_sample(const Identifier id) const
returns an int taken from Sampling enum and describing the subCalo to which the Id belongs.
Definition: CaloCell_Base_ID.cxx:141
LArMinBiasAlg::m_n2
int m_n2
Definition: LArMinBiasAlg.h:80
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
LArMinBiasAlg::m_rms
double m_rms[MAX_SYM_CELLS]
Definition: LArMinBiasAlg.h:92
SG::VarHandleKey::key
const std::string & key() const
Return the StoreGate ID for the referenced object.
Definition: AthToolSupport/AsgDataHandles/Root/VarHandleKey.cxx:141
CaloCell_Base_ID::is_tile
bool is_tile(const Identifier id) const
test if the id belongs to the Tiles
LArMinBiasAlg::m_n1
int m_n1
Definition: LArMinBiasAlg.h:79
HWIdentifier
Definition: HWIdentifier.h:13
AthenaPoolTestRead.sc
sc
Definition: AthenaPoolTestRead.py:27
LArMinBiasAlg::m_weight_lowPt
double m_weight_lowPt
Definition: LArMinBiasAlg.h:60
AthCommonDataStore< AthCommonMsg< Algorithm > >::detStore
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
Definition: AthCommonDataStore.h:95
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
dqt_zlumi_pandas.weight
int weight
Definition: dqt_zlumi_pandas.py:200
LArMinBiasAlg::m_weight_highPt
double m_weight_highPt
Definition: LArMinBiasAlg.h:61
BchCleanup.mgr
mgr
Definition: BchCleanup.py:294
AthCommonDataStore< AthCommonMsg< Algorithm > >::evtStore
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition: AthCommonDataStore.h:85
LArMinBiasAlg::m_CellList
std::vector< CellInfo > m_CellList
Definition: LArMinBiasAlg.h:108
LArMinBiasAlg::m_identifier
int m_identifier[MAX_SYM_CELLS]
Definition: LArMinBiasAlg.h:87
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
CaloIdManager
This class initializes the Calo (LAr and Tile) offline identifiers.
Definition: CaloIdManager.h:45
ParticleGun_FastCalo_ChargeFlip_Config.energy
energy
Definition: ParticleGun_FastCalo_ChargeFlip_Config.py:78
id2
HWIdentifier id2
Definition: LArRodBlockPhysicsV0.cxx:564
AthCommonDataStore< AthCommonMsg< Algorithm > >::outputHandles
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
MAX_SYM_CELLS
#define MAX_SYM_CELLS
Definition: LArMinBiasAlg.h:34
LArMinBiasAlg::fillNtuple
void fillNtuple()
Definition: LArMinBiasAlg.cxx:277
lumiFormat.i
int i
Definition: lumiFormat.py:92
LArMinBiasAlg::m_caloMgrKey
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
Definition: LArMinBiasAlg.h:66
LArMinBiasAlg::m_average
double m_average[MAX_SYM_CELLS]
Definition: LArMinBiasAlg.h:91
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
LArMinBiasAlg::m_thistSvc
ITHistSvc * m_thistSvc
Definition: LArMinBiasAlg.h:76
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
vector
Definition: MultiHisto.h:13
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
checkxAOD.frac
frac
Definition: Tools/PyUtils/bin/checkxAOD.py:256
LArMinBiasAlg::m_calo_id
const CaloCell_ID * m_calo_id
Definition: LArMinBiasAlg.h:72
LArMinBiasAlg::m_ncell
int m_ncell
Definition: LArMinBiasAlg.h:111
CaloCell_Base_ID::eta
int eta(const Identifier id) const
LAr field values (NOT_VALID == invalid request)
CellInfo
Definition: TileMuonFitter.h:63
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
AthCommonDataStore< AthCommonMsg< Algorithm > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
LArMinBiasAlg::m_symCellIndex
std::vector< int > m_symCellIndex
Definition: LArMinBiasAlg.h:109
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
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
AtlasDetectorID::print_to_string
std::string print_to_string(Identifier id, const IdContext *context=0) const
or provide the printout in string form
Definition: AtlasDetectorID.cxx:655
Trk::index2
@ index2
Definition: BoundarySurfaceFace.h:49
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
SG::CondHandleKey::initialize
StatusCode initialize(bool used=true)
LArMinBiasAlg::m_first
float m_first
Definition: LArMinBiasAlg.h:110
LArHit
Class to store hit energy and time in LAr cell from G4 simulation.
Definition: LArHit.h:25
CaloCell_Base_ID::cell_id
Identifier cell_id(const int subCalo, const int barec_or_posneg, const int sampling_or_fcalmodule, const int region_or_dummy, const int eta, const int phi) const
Make a cell (== channel) ID from constituting fields and subCalo index; for (Mini)FCAL,...
LArMinBiasAlg::m_phi
float m_phi[MAX_SYM_CELLS]
Definition: LArMinBiasAlg.h:90
AthAlgorithm::m_extendedExtraObjects
DataObjIDColl m_extendedExtraObjects
Definition: AthAlgorithm.h:79
DeMoScan.index
string index
Definition: DeMoScan.py:362
a
TList * a
Definition: liststreamerinfos.cxx:10
h
CaloSwCorrections.time
def time(flags, cells_name, *args, **kw)
Definition: CaloSwCorrections.py:242
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
LArMinBiasAlg::m_region
int m_region[MAX_SYM_CELLS]
Definition: LArMinBiasAlg.h:86
LArMinBiasAlg::m_ieta
int m_ieta[MAX_SYM_CELLS]
Definition: LArMinBiasAlg.h:88
LArMinBiasAlg::m_layer
int m_layer[MAX_SYM_CELLS]
Definition: LArMinBiasAlg.h:85
beamspotnt.rms
rms
Definition: bin/beamspotnt.py:1266
convertTimingResiduals.offset
offset
Definition: convertTimingResiduals.py:71
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
CaloDetDescrElement::eta
float eta() const
cell eta
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:344
AthAlgorithm::AthAlgorithm
AthAlgorithm()
Default constructor:
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:790
CaloDetDescrElement::phi
float phi() const
cell phi
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:346
LHEF::Writer
Pythia8::Writer Writer
Definition: Prophecy4fMerger.cxx:12
IdentifierHash
Definition: IdentifierHash.h:38
LArMinBiasAlg::m_cablingKey
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
Definition: LArMinBiasAlg.h:64
AthCommonDataStore::declareGaudiProperty
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition: AthCommonDataStore.h:156
readCCLHist.float
float
Definition: readCCLHist.py:83
LArMinBiasAlg::m_eta
float m_eta[MAX_SYM_CELLS]
Definition: LArMinBiasAlg.h:89
LArMinBiasAlg::m_datasetID_highPt
int m_datasetID_highPt
Definition: LArMinBiasAlg.h:59
fitman.k
k
Definition: fitman.py:528
CaloCell_Base_ID::calo_cell_hash_max
size_type calo_cell_hash_max(void) const
cell 'global' hash table max size
ServiceHandle< ICondSvc >
LArOnOffIdMapping
Definition: LArOnOffIdMapping.h:20