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

#include <CaloMuonLikelihoodTool.h>

Inheritance diagram for CaloMuonLikelihoodTool:
Collaboration diagram for CaloMuonLikelihoodTool:

Public Member Functions

 CaloMuonLikelihoodTool (const std::string &type, const std::string &name, const IInterface *parent)
 
virtual ~CaloMuonLikelihoodTool ()=default
 
virtual StatusCode initialize ()
 
double getLHR (const xAOD::TrackParticle *trk, const xAOD::CaloClusterContainer *ClusCollection=nullptr, const double dR_CUT=0.3) const
 
double getLHR (const xAOD::CaloClusterContainer *ClusCollection, const double eta_trk, const double p_trk, const double eta_trkAtCalo, const double phi_trkAtCalo, const double dR_CUT=0.3) const
 
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. More...
 
const ServiceHandle< StoreGateSvc > & evtStore () const
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. More...
 
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. More...
 
virtual StatusCode sysInitialize () override
 Perform system initialization for an algorithm. More...
 
virtual StatusCode sysStart () override
 Handle START transition. More...
 
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles. More...
 
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles. More...
 
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T > &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
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 

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

StatusCode retrieveHistograms ()
 
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

std::unique_ptr< const TH1Fm_TH1F_sig [9][11] {}
 
std::unique_ptr< const TH1Fm_TH1F_bkg [9][11] {}
 
std::string m_TH1F_key [9][11] {}
 
int m_numKeys [9] {}
 
std::atomic_int m_cnt_warn {0}
 
ToolHandle< Trk::IParticleCaloExtensionToolm_caloExtensionTool {this, "ParticleCaloExtensionTool", ""}
 
Gaudi::Property< std::string > m_calibRelease {this, "CalibRelease", "CaloTrkMuIdTools/cutBased_release21"}
 
std::vector< std::string > m_fileNames
 
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

Compares track energy deposition ratios found by CaloTopoClusters to single muon and single pion distributions to build a likelihood ratio discriminant.

Author
Luis..nosp@m.Flor.nosp@m.es.Ca.nosp@m.stil.nosp@m.lo@ce.nosp@m.rn.c.nosp@m.h

Definition at line 25 of file CaloMuonLikelihoodTool.h.

Member Typedef Documentation

◆ StoreGateSvc_t

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

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ CaloMuonLikelihoodTool()

CaloMuonLikelihoodTool::CaloMuonLikelihoodTool ( const std::string &  type,
const std::string &  name,
const IInterface *  parent 
)

Definition at line 27 of file CaloMuonLikelihoodTool.cxx.

27  :
29  declareInterface<ICaloMuonLikelihoodTool>(this);
30 }

◆ ~CaloMuonLikelihoodTool()

virtual CaloMuonLikelihoodTool::~CaloMuonLikelihoodTool ( )
virtualdefault

Member Function Documentation

◆ declareGaudiProperty() [1/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::declareProperty ( const std::string &  name,
SG::VarHandleBase hndl,
const std::string &  doc,
const SG::VarHandleType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
hndlObject holding the property value.
docDocumentation string for the property.

This is the version for types that derive from SG::VarHandleBase. The property value object is put on the input and output lists as appropriate; then we forward to the base class.

Definition at line 245 of file AthCommonDataStore.h.

249  {
250  this->declare(hndl.vhKey());
251  hndl.vhKey().setOwner(this);
252 
253  return PBASE::declareProperty(name,hndl,doc);
254  }

◆ declareProperty() [2/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
SG::VarHandleKey hndl,
const std::string &  doc,
const SG::VarHandleKeyType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
hndlObject holding the property value.
docDocumentation string for the property.

This is the version for types that derive from SG::VarHandleKey. The property value object is put on the input and output lists as appropriate; then we forward to the base class.

Definition at line 221 of file AthCommonDataStore.h.

225  {
226  this->declare(hndl);
227  hndl.setOwner(this);
228 
229  return PBASE::declareProperty(name,hndl,doc);
230  }

◆ declareProperty() [3/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
SG::VarHandleKeyArray hndArr,
const std::string &  doc,
const SG::VarHandleKeyArrayType  
)
inlineinherited

Definition at line 259 of file AthCommonDataStore.h.

263  {
264 
265  // std::ostringstream ost;
266  // ost << Algorithm::name() << " VHKA declareProp: " << name
267  // << " size: " << hndArr.keys().size()
268  // << " mode: " << hndArr.mode()
269  // << " vhka size: " << m_vhka.size()
270  // << "\n";
271  // debug() << ost.str() << endmsg;
272 
273  hndArr.setOwner(this);
274  m_vhka.push_back(&hndArr);
275 
276  Gaudi::Details::PropertyBase* p = PBASE::declareProperty(name, hndArr, doc);
277  if (p != 0) {
278  p->declareUpdateHandler(&AthCommonDataStore<PBASE>::updateVHKA, this);
279  } else {
280  ATH_MSG_ERROR("unable to call declareProperty on VarHandleKeyArray "
281  << name);
282  }
283 
284  return p;
285 
286  }

◆ declareProperty() [4/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
T &  property,
const std::string &  doc,
const SG::NotHandleType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
propertyObject holding the property value.
docDocumentation string for the property.

This is the generic version, for types that do not derive from SG::VarHandleKey. It just forwards to the base class version of declareProperty.

Definition at line 333 of file AthCommonDataStore.h.

337  {
338  return PBASE::declareProperty(name, property, doc);
339  }

◆ declareProperty() [5/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
T &  property,
const std::string &  doc = "none" 
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
propertyObject holding the property value.
docDocumentation string for the property.

This dispatches to either the generic declareProperty or the one for VarHandle/Key/KeyArray.

Definition at line 352 of file AthCommonDataStore.h.

355  {
356  typedef typename SG::HandleClassifier<T>::type htype;
357  return declareProperty (name, property, doc, htype());
358  }

◆ declareProperty() [6/6]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( Gaudi::Property< T > &  t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145  {
146  typedef typename SG::HandleClassifier<T>::type htype;
148  }

◆ detStore()

const ServiceHandle<StoreGateSvc>& AthCommonDataStore< AthCommonMsg< AlgTool > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

95 { return m_detStore; }

◆ evtStore() [1/2]

ServiceHandle<StoreGateSvc>& AthCommonDataStore< AthCommonMsg< AlgTool > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

85 { return m_evtStore; }

◆ evtStore() [2/2]

const ServiceHandle<StoreGateSvc>& AthCommonDataStore< AthCommonMsg< AlgTool > >::evtStore ( ) const
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 90 of file AthCommonDataStore.h.

90 { return m_evtStore; }

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase &  ExtraDeps)
protectedinherited

Add StoreName to extra input/output deps as needed.

use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given

◆ getLHR() [1/2]

double CaloMuonLikelihoodTool::getLHR ( const xAOD::CaloClusterContainer ClusCollection,
const double  eta_trk,
const double  p_trk,
const double  eta_trkAtCalo,
const double  phi_trkAtCalo,
const double  dR_CUT = 0.3 
) const
virtual

Implements ICaloMuonLikelihoodTool.

Definition at line 160 of file CaloMuonLikelihoodTool.cxx.

161  {
162  const double dR_CUT2 = dR_CUT * dR_CUT;
163 
164  double etot_em{0}, etot_hd{0}, etot{0};
165 
166  double s[24] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
167 
168  ATH_MSG_DEBUG("Loop over the CaloTopClusters...");
169  for (const xAOD::CaloCluster* theClus : *ClusCollection) {
170  double dphi = std::abs(theClus->phi() - phi_trkAtCalo);
171  if (dphi > M_PI) dphi = 2 * M_PI - dphi;
172  const double deta = std::abs(theClus->eta() - eta_trkAtCalo);
173  const double rij2 = deta * deta + dphi * dphi;
174  if (rij2 > dR_CUT2) continue;
175 
176  double eemb0 = theClus->eSample(CaloSampling::PreSamplerB);
177  double eemb1 = theClus->eSample(CaloSampling::EMB1);
178  double eemb2 = theClus->eSample(CaloSampling::EMB2);
179  double eemb3 = theClus->eSample(CaloSampling::EMB3);
180  double eeme0 = theClus->eSample(CaloSampling::PreSamplerE);
181  double eeme1 = theClus->eSample(CaloSampling::EME1);
182  double eeme2 = theClus->eSample(CaloSampling::EME2);
183  double eeme3 = theClus->eSample(CaloSampling::EME3);
184  double etileg1 = theClus->eSample(CaloSampling::TileGap1);
185  double etileg2 = theClus->eSample(CaloSampling::TileGap2);
186  double etileg3 = theClus->eSample(CaloSampling::TileGap3);
187 
188  s[0] += eemb0;
189  s[1] += eemb1;
190  s[2] += eemb2;
191  s[3] += eemb3;
192  s[4] += eeme0;
193  s[5] += eeme1;
194  s[6] += eeme2;
195  s[7] += eeme3;
196  s[8] += etileg1;
197  s[9] += etileg2;
198  s[10] += etileg3;
199 
200  etot_em += eemb0 + eemb1 + eemb2 + eemb3 + eeme0 + eeme1 + eeme2 + eeme3 + etileg1 + etileg2 + etileg3;
201 
202  double etileb0 = theClus->eSample(CaloSampling::TileBar0);
203  double etileb1 = theClus->eSample(CaloSampling::TileBar1);
204  double etileb2 = theClus->eSample(CaloSampling::TileBar2);
205  double etilee0 = theClus->eSample(CaloSampling::TileExt0);
206  double etilee1 = theClus->eSample(CaloSampling::TileExt1);
207  double etilee2 = theClus->eSample(CaloSampling::TileExt2);
208  double ehec0 = theClus->eSample(CaloSampling::HEC0);
209  double ehec1 = theClus->eSample(CaloSampling::HEC1);
210  double ehec2 = theClus->eSample(CaloSampling::HEC2);
211  double ehec3 = theClus->eSample(CaloSampling::HEC3);
212  double efcal0 = theClus->eSample(CaloSampling::FCAL0);
213  double efcal1 = theClus->eSample(CaloSampling::FCAL1);
214  double efcal2 = theClus->eSample(CaloSampling::FCAL2);
215 
216  s[11] += etileb0;
217  s[12] += etileb1;
218  s[13] += etileb2;
219  s[14] += etilee0;
220  s[15] += etilee1;
221  s[16] += etilee2;
222  s[17] += ehec0;
223  s[18] += ehec1;
224  s[19] += ehec2;
225  s[20] += ehec3;
226  s[21] += efcal0;
227  s[22] += efcal1;
228  s[23] += efcal2;
229 
230  etot_hd += etileb0 + etileb1 + etileb2 + etilee0 + etilee1 + etilee2 + ehec0 + ehec1 + ehec2 + ehec3 + efcal0 + efcal1 + efcal2;
231 
232  etot += eemb0 + eemb1 + eemb2 + eemb3 + eeme0 + eeme1 + eeme2 + eeme3 + etileg1 + etileg2 + etileg3 + etileb0 + etileb1 + etileb2 +
233  etilee0 + etilee1 + etilee2 + ehec0 + ehec1 + ehec2 + ehec3 + efcal0 + efcal1 + efcal2;
234  }
235 
236  ATH_MSG_VERBOSE("Values extracted from the CaloTopoClusters for a cone of: "
237  << dR_CUT << "\n"
238  << " - Energy in Calorimeter Total: " << etot << " EM: " << etot_em << " HAD: " << etot_hd
239  << "\n eemb0: " << s[0] << "\n eemb1: " << s[1] << "\n eemb2: " << s[2] << "\n eemb3: " << s[3]
240  << "\n eeme0: " << s[4] << "\n eeme1: " << s[5] << "\n eeme2: " << s[6] << "\n eeme3: " << s[7]
241  << "\n etileg1: " << s[8] << "\n etileg2: " << s[9] << "\n etileg3: " << s[10] << "\n etileb0: " << s[11]
242  << "\n etileb1: " << s[12] << "\n etileb2: " << s[13] << "\n etilee0: " << s[14] << "\n etilee1: " << s[15]
243  << "\n etilee2: " << s[16] << "\n ehec0: " << s[17] << "\n ehec1: " << s[18] << "\n ehec2: " << s[19]
244  << "\n ehec3: " << s[20] << "\n efcal0: " << s[21] << "\n efcal1: " << s[22]
245  << "\n efcal2: " << s[23]);
246 
247  for (int i = 0; i < 24; ++i) s[i] /= Gaudi::Units::GeV;
248  etot_em /= Gaudi::Units::GeV;
249  etot_hd /= Gaudi::Units::GeV;
250  etot /= Gaudi::Units::GeV;
251 
252  double tmp_mx(-999), tmp_mxH(-999), tmp_mxE(-999);
253  for (int i = 0; i < 24; ++i) {
254  if (s[i] > tmp_mx) { tmp_mx = s[i]; }
255  if (i < 11 && s[i] > tmp_mxE ) { tmp_mxE = s[i]; }
256  if (i >= 11 && s[i] > tmp_mxH ) { tmp_mxH = s[i]; }
257  }
258 
259  double emFr{999}, mxFr{999}, mxEM{999}, mxHad{999}, EoverEtrk{999}, eemb1_wrtTotal{999}, eemb2_wrtTotal{999}, eemb3_wrtGroup{999},
260  etileb0_wrtGroup{999}, etileb1_wrtTotal{999}, etileb2_wrtGroup{999}, eeme1_wrtGroup{999}, eeme1_wrtTotal{999}, eeme2_wrtTotal{999},
261  eeme3_wrtGroup{999}, ehec0_wrtTotal{999};
262 
263  if (etot > 0) {
264  mxFr = tmp_mx / etot;
265  mxEM = tmp_mxE / etot;
266  mxHad = tmp_mxH / etot;
267  emFr = etot_em / etot;
268  eemb1_wrtTotal = s[1] / etot;
269  eemb2_wrtTotal = s[2] / etot;
270  etileb1_wrtTotal = s[12] / etot;
271  eeme1_wrtTotal = s[5] / etot;
272  eeme2_wrtTotal = s[6] / etot;
273  ehec0_wrtTotal = s[17] / etot;
274  }
275 
276  // p_trk in MeV
277  if (p_trk) EoverEtrk = etot / (p_trk / Gaudi::Units::GeV);
278 
279  if (etot_em > 0) {
280  eemb3_wrtGroup = s[3] / etot_em;
281  eeme1_wrtGroup = s[5] / etot_em;
282  eeme3_wrtGroup = s[7] / etot_em;
283  }
284 
285  if (etot_hd > 0) {
286  etileb0_wrtGroup = s[11] / etot_hd;
287  etileb2_wrtGroup = s[13] / etot_hd;
288  }
289 
290  // likelihood discriminant variables
291  std::map<std::string, double> vars;
292  vars["emFr"] = emFr;
293  vars["EoverEtrk"] = EoverEtrk;
294  vars["mxFr"] = mxFr;
295  vars["mxEM"] = mxEM;
296  vars["mxHad"] = mxHad;
297  vars["eemb1_wrtTotal"] = eemb1_wrtTotal;
298  vars["eemb2_wrtTotal"] = eemb2_wrtTotal;
299  vars["eemb3_wrtGroup"] = eemb3_wrtGroup;
300  vars["etileb0_wrtGroup"] = etileb0_wrtGroup;
301  vars["etileb1_wrtTotal"] = etileb1_wrtTotal;
302  vars["etileb2_wrtGroup"] = etileb2_wrtGroup;
303  vars["eeme1_wrtGroup"] = eeme1_wrtGroup;
304  vars["eeme1_wrtTotal"] = eeme1_wrtTotal;
305  vars["eeme2_wrtTotal"] = eeme2_wrtTotal;
306  vars["eeme3_wrtGroup"] = eeme3_wrtGroup;
307  vars["ehec0_wrtTotal"] = ehec0_wrtTotal;
308 
309  ATH_MSG_DEBUG("likelihood discriminant variables values: " << dR_CUT);
310  if (msgLevel(MSG::DEBUG)) {
311  std::map<std::string, double>::const_iterator iter;
312  for (iter = vars.begin(); iter != vars.end(); ++iter) ATH_MSG_DEBUG(" - " << iter->first << ": " << iter->second);
313  }
314  double LR{0}, ProbS{1}, ProbB{1};
315 
316  int iFile = -1;
317  if (std::abs(eta_trk) < 1.4) {
318  if (p_trk / Gaudi::Units::GeV < 11.)
319  iFile = 0;
320  else if (p_trk / Gaudi::Units::GeV < 51.)
321  iFile = 1;
322  else
323  iFile = 2;
324  } else if (std::abs(eta_trk) >= 1.4 && std::abs(eta_trk) <= 1.6) {
325  if (p_trk / Gaudi::Units::GeV < 11.)
326  iFile = 3;
327  else if (p_trk / Gaudi::Units::GeV < 51.)
328  iFile = 4;
329  else
330  iFile = 5;
331  } else if (std::abs(eta_trk) > 1.6 && std::abs(eta_trk) < 2.5) {
332  if (p_trk / Gaudi::Units::GeV < 11.)
333  iFile = 6;
334  else if (p_trk / Gaudi::Units::GeV < 51.)
335  iFile = 7;
336  else
337  iFile = 8;
338  }
339 
340  if (iFile < 0) return LR;
341 
342  if (m_numKeys[iFile] == 0) {
343  ProbS = 0;
344  ProbB = 1;
345  } else {
346  for (int i = 0; i < m_numKeys[iFile]; i++) {
347  std::map<std::string, double>::const_iterator it = vars.find(m_TH1F_key[iFile][i]);
348 
349  ATH_MSG_VERBOSE("getLHR "
350  << ": m_TH1F_key[" << iFile << "][" << i << "(/" << m_numKeys[iFile] << ")] = " << m_TH1F_key[iFile][i] << ", "
351  << ((it != vars.end()) ? "found" : "not found"));
352 
353  if (it != vars.end()) {
354  int bin_sig = m_TH1F_sig[iFile][i]->GetXaxis()->FindFixBin(it->second);
355 
356  ATH_MSG_VERBOSE("getLHR sig "
357  << ": it->first = " << it->first << ", it->second = " << it->second << ", bin_sig = " << bin_sig
358  << ", NbinsX = " << m_TH1F_sig[iFile][i]->GetNbinsX());
359 
360  if (bin_sig >= 1 && bin_sig <= m_TH1F_sig[iFile][i]->GetNbinsX()) {
361  double SbinContent = m_TH1F_sig[iFile][i]->GetBinContent(bin_sig);
362  ATH_MSG_DEBUG("m_TH1F_sig Bin Content for " << it->first << ": " << SbinContent);
363  if (SbinContent)
364  ProbS *= SbinContent;
365  else {
366  ProbS *= 0.0000001;
367  ATH_MSG_DEBUG("BinContent in m_TH1F_sig was 0!" << ProbS);
368  }
369  } else {
370  ATH_MSG_DEBUG("Sbin:" << bin_sig << " and NBinMax: " << m_TH1F_sig[iFile][i]->GetNbinsX());
371  ProbS *= 1;
372  }
373  ATH_MSG_DEBUG("Temp ProbS : " << ProbS);
374  int bin_bkg = m_TH1F_bkg[iFile][i]->GetXaxis()->FindFixBin(it->second);
375 
376  ATH_MSG_VERBOSE("getLHR bkg "
377  << ": it->first = " << it->first << ", it->second = " << it->second << ", bin_bkg = " << bin_bkg
378  << ", NbinsX = " << m_TH1F_bkg[iFile][i]->GetNbinsX());
379 
380  if (bin_bkg >= 1 && bin_bkg <= m_TH1F_bkg[iFile][i]->GetNbinsX()) {
381  double BbinContent = m_TH1F_bkg[iFile][i]->GetBinContent(bin_bkg);
382  ATH_MSG_VERBOSE("m_TH1F_bkg Bin Content for " << it->first << ": " << BbinContent);
383  if (BbinContent)
384  ProbB *= BbinContent;
385  else {
386  ProbB *= 0.0000001;
387  ATH_MSG_DEBUG("BinContent in m_TH1F_bkg was 0! " << ProbB);
388  }
389  } else {
390  ATH_MSG_DEBUG("Bbin:" << bin_bkg << " and NBinMax: " << m_TH1F_bkg[iFile][i]->GetNbinsX());
391  ProbB *= 1;
392  }
393  ATH_MSG_DEBUG(" Temp ProbB: " << ProbB);
394  } else {
395  if (m_cnt_warn < 10) {
396  ATH_MSG_WARNING("Histogram variable <" << m_TH1F_key[iFile][i] << "> in file <" << m_fileNames[iFile]
397  << "> is not found in the calculated variable list");
398  m_cnt_warn++;
399  }
400  }
401  }
402  }
403 
404  if (ProbS == 0)
405  LR = 0;
406  else
407  LR = ProbS / (ProbS + ProbB);
408 
409  ATH_MSG_DEBUG("ProbS : " << ProbS);
410  ATH_MSG_DEBUG("ProbB : " << ProbB);
411  ATH_MSG_DEBUG("LR : " << LR);
412  return LR;
413 }

◆ getLHR() [2/2]

double CaloMuonLikelihoodTool::getLHR ( const xAOD::TrackParticle trk,
const xAOD::CaloClusterContainer ClusCollection = nullptr,
const double  dR_CUT = 0.3 
) const
virtual

Implements ICaloMuonLikelihoodTool.

Definition at line 129 of file CaloMuonLikelihoodTool.cxx.

130  {
131  ATH_MSG_DEBUG("in CaloMuonLikelihoodTool::getLHR()");
132  const EventContext& ctx = Gaudi::Hive::currentContext();
133  if (trk && ClusContainer) {
134  double eta_trk = trk->eta();
135  double p_trk = 0;
136  double qOverP = trk->qOverP();
137  if (qOverP != 0) p_trk = std::abs(1 / qOverP);
138 
139  std::unique_ptr<Trk::CaloExtension> caloExt = m_caloExtensionTool->caloExtension(ctx, *trk);
140 
141  if (!caloExt) return 0;
142  const Trk::TrackParameters* caloEntryInterSec = caloExt->caloEntryLayerIntersection();
143  if (!caloEntryInterSec) {
144  ATH_MSG_WARNING("getLHR() - caloEntryLayerIntersection is nullptr");
145  return 0;
146  }
147  double eta_trkAtCalo = caloEntryInterSec->eta();
148  double phi_trkAtCalo = caloEntryInterSec->parameters()[Trk::phi];
149 
150  double LR = getLHR(ClusContainer, eta_trk, p_trk, eta_trkAtCalo, phi_trkAtCalo, dR_CUT);
151  return LR;
152  }
153 
154  return 0;
155 }

◆ initialize()

StatusCode CaloMuonLikelihoodTool::initialize ( )
virtual

Definition at line 35 of file CaloMuonLikelihoodTool.cxx.

35  {
36  ATH_MSG_INFO("Initializing " << name());
37  ATH_CHECK(m_caloExtensionTool.retrieve());
38  m_fileNames = {PathResolverFindCalibFile(Form("%s/CaloMuonLikelihood.PDF.A0.root", m_calibRelease.value().c_str())),
39  PathResolverFindCalibFile(Form("%s/CaloMuonLikelihood.PDF.A1.root", m_calibRelease.value().c_str())),
40  PathResolverFindCalibFile(Form("%s/CaloMuonLikelihood.PDF.A2.root", m_calibRelease.value().c_str())),
41  PathResolverFindCalibFile(Form("%s/CaloMuonLikelihood.PDF.B0.root", m_calibRelease.value().c_str())),
42  PathResolverFindCalibFile(Form("%s/CaloMuonLikelihood.PDF.B1.root", m_calibRelease.value().c_str())),
43  PathResolverFindCalibFile(Form("%s/CaloMuonLikelihood.PDF.B2.root", m_calibRelease.value().c_str())),
44  PathResolverFindCalibFile(Form("%s/CaloMuonLikelihood.PDF.C0.root", m_calibRelease.value().c_str())),
45  PathResolverFindCalibFile(Form("%s/CaloMuonLikelihood.PDF.C1.root", m_calibRelease.value().c_str())),
46  PathResolverFindCalibFile(Form("%s/CaloMuonLikelihood.PDF.C2.root", m_calibRelease.value().c_str()))};
48  return StatusCode::SUCCESS;
49 }

◆ inputHandles()

virtual std::vector<Gaudi::DataHandle*> AthCommonDataStore< AthCommonMsg< AlgTool > >::inputHandles ( ) const
overridevirtualinherited

Return this algorithm's input handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ interfaceID()

static const InterfaceID& ICaloMuonLikelihoodTool::interfaceID ( )
inlinestaticinherited

Definition at line 20 of file ICaloMuonLikelihoodTool.h.

20 {return IID_ICaloMuonLikelihoodTool;}

◆ msg() [1/2]

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

Definition at line 24 of file AthCommonMsg.h.

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

◆ msg() [2/2]

MsgStream& AthCommonMsg< AlgTool >::msg ( const MSG::Level  lvl) const
inlineinherited

Definition at line 27 of file AthCommonMsg.h.

27  {
28  return this->msgStream(lvl);
29  }

◆ msgLvl()

bool AthCommonMsg< AlgTool >::msgLvl ( const MSG::Level  lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30  {
31  return this->msgLevel(lvl);
32  }

◆ outputHandles()

virtual std::vector<Gaudi::DataHandle*> AthCommonDataStore< AthCommonMsg< AlgTool > >::outputHandles ( ) const
overridevirtualinherited

Return this algorithm's output handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ renounce()

std::enable_if_t<std::is_void_v<std::result_of_t<decltype(&T::renounce)(T)> > && !std::is_base_of_v<SG::VarHandleKeyArray, T> && std::is_base_of_v<Gaudi::DataHandle, T>, void> AthCommonDataStore< AthCommonMsg< AlgTool > >::renounce ( T &  h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381  {
382  h.renounce();
383  PBASE::renounce (h);
384  }

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::renounceArray ( SG::VarHandleKeyArray handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364  {
365  handlesArray.renounce();
366  }

◆ retrieveHistograms()

StatusCode CaloMuonLikelihoodTool::retrieveHistograms ( )
private

Definition at line 54 of file CaloMuonLikelihoodTool.cxx.

54  {
55  ATH_MSG_DEBUG("in CaloMuonLikelihoodTool::retrieveHistograms()");
56 
57  for (int iFile = 0; iFile < 9; iFile++) {
58  m_numKeys[iFile] = 0;
59  const std::string& fileName = m_fileNames[iFile];
60 
61  // --- Retrieving root files and list of keys ---
62 
63  std::unique_ptr<TFile> rootFile{TFile::Open(fileName.c_str(), "READ")};
64  if (!rootFile) {
65  ATH_MSG_FATAL("Could not retrieve root file: " << fileName);
66  return StatusCode::FAILURE;
67  }
68  TList* listOfKeys = rootFile->GetListOfKeys();
69  if (!listOfKeys) {
70  ATH_MSG_FATAL("Could not retrieve key list: " << fileName);
71  return StatusCode::FAILURE;
72  }
73  ATH_MSG_DEBUG(listOfKeys->GetSize() << "histogram keys found in " << fileName);
74  if (listOfKeys->GetSize() > 22) {
75  ATH_MSG_FATAL("This exceeds the maximum allowed number of histograms");
76  return StatusCode::FAILURE;
77  }
78 
79  int numKeysSignal{0}, numKeysBkg{0};
80  // --- Retrieving individual histograms ---
81  for (int iHist = 0; iHist < listOfKeys->GetSize(); iHist++) {
82  const std::string histName = listOfKeys->At(iHist)->GetName();
83  TH1F* hist = nullptr;
84  rootFile->GetObject(histName.c_str(), hist);
85  if (!hist) {
86  ATH_MSG_ERROR("cannot retrieve hist " << histName);
87  return StatusCode::FAILURE;
88  }
89  std::unique_ptr<TH1F> unique_hist{hist};
90  unique_hist->SetDirectory(nullptr);
91  bool isSignal = false;
92  size_t endOfKey = histName.find("_signal", 0);
93  if (endOfKey != std::string::npos) {
94  isSignal = true;
95  } else {
96  endOfKey = histName.find("_bgnd", 0);
97  if (endOfKey == std::string::npos) {
98  ATH_MSG_ERROR("Histogram with name: " << histName << " does not following the naming convention.");
99  return StatusCode::FAILURE;
100  }
101  }
102  const std::string key = histName.substr(0, endOfKey);
103  ATH_MSG_DEBUG("Found histogram for " << (isSignal ? "signal" : "background") << " with key " << key);
104  if (isSignal) {
105  m_TH1F_key[iFile][numKeysSignal] = key;
106  m_TH1F_sig[iFile][numKeysSignal] = std::move(unique_hist);
107  ATH_MSG_VERBOSE(m_TH1F_sig[iFile][numKeysSignal]->GetNbinsX());
108  ++numKeysSignal;
109  } else {
110  m_TH1F_bkg[iFile][numKeysBkg] = std::move(unique_hist);
111  ++numKeysBkg;
112  }
113  }
114 
115  if (numKeysSignal != numKeysBkg) {
116  ATH_MSG_ERROR("The number of background histograms should be equal to the number of signal histograms.");
117  return StatusCode::FAILURE;
118  }
119  m_numKeys[iFile] = numKeysSignal;
120 
121  ATH_MSG_DEBUG("Retrieved histograms from " << fileName);
122  }
123  return StatusCode::SUCCESS;
124 }

◆ sysInitialize()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysInitialize ( )
overridevirtualinherited

Perform system initialization for an algorithm.

We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.

Reimplemented in DerivationFramework::CfAthAlgTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and asg::AsgMetadataTool.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::updateVHKA ( Gaudi::Details::PropertyBase &  )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308  {
309  // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310  // << " size: " << m_vhka.size() << endmsg;
311  for (auto &a : m_vhka) {
312  std::vector<SG::VarHandleKey*> keys = a->keys();
313  for (auto k : keys) {
314  k->setOwner(this);
315  }
316  }
317  }

Member Data Documentation

◆ m_calibRelease

Gaudi::Property<std::string> CaloMuonLikelihoodTool::m_calibRelease {this, "CalibRelease", "CaloTrkMuIdTools/cutBased_release21"}
private

Definition at line 47 of file CaloMuonLikelihoodTool.h.

◆ m_caloExtensionTool

ToolHandle<Trk::IParticleCaloExtensionTool> CaloMuonLikelihoodTool::m_caloExtensionTool {this, "ParticleCaloExtensionTool", ""}
private

Definition at line 46 of file CaloMuonLikelihoodTool.h.

◆ m_cnt_warn

std::atomic_int CaloMuonLikelihoodTool::m_cnt_warn {0}
mutableprivate

Definition at line 44 of file CaloMuonLikelihoodTool.h.

◆ m_detStore

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

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_evtStore

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

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_fileNames

std::vector<std::string> CaloMuonLikelihoodTool::m_fileNames
private

Definition at line 49 of file CaloMuonLikelihoodTool.h.

◆ m_numKeys

int CaloMuonLikelihoodTool::m_numKeys[9] {}
private

Definition at line 43 of file CaloMuonLikelihoodTool.h.

◆ m_TH1F_bkg

std::unique_ptr<const TH1F> CaloMuonLikelihoodTool::m_TH1F_bkg[9][11] {}
private

Definition at line 41 of file CaloMuonLikelihoodTool.h.

◆ m_TH1F_key

std::string CaloMuonLikelihoodTool::m_TH1F_key[9][11] {}
private

Definition at line 42 of file CaloMuonLikelihoodTool.h.

◆ m_TH1F_sig

std::unique_ptr<const TH1F> CaloMuonLikelihoodTool::m_TH1F_sig[9][11] {}
private

Definition at line 40 of file CaloMuonLikelihoodTool.h.

◆ m_varHandleArraysDeclared

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

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

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

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files:
ATH_MSG_FATAL
#define ATH_MSG_FATAL(x)
Definition: AthMsgStreamMacros.h:34
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
CaloCell_ID_FCS::TileExt2
@ TileExt2
Definition: FastCaloSim_CaloCell_ID.h:39
constants.EMB1
int EMB1
Definition: Calorimeter/CaloClusterCorrection/python/constants.py:53
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
AddEmptyComponent.histName
string histName
Definition: AddEmptyComponent.py:64
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
CaloMuonLikelihoodTool::m_numKeys
int m_numKeys[9]
Definition: CaloMuonLikelihoodTool.h:43
CaloMuonLikelihoodTool::m_cnt_warn
std::atomic_int m_cnt_warn
Definition: CaloMuonLikelihoodTool.h:44
AthCommonDataStore::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
CaloCell_ID_FCS::TileExt0
@ TileExt0
Definition: FastCaloSim_CaloCell_ID.h:37
xAOD::TrackParticle_v1::eta
virtual double eta() const override final
The pseudorapidity ( ) of the particle.
Definition: TrackParticle_v1.cxx:77
CaloCell_ID_FCS::TileBar1
@ TileBar1
Definition: FastCaloSim_CaloCell_ID.h:32
plotmaker.hist
hist
Definition: plotmaker.py:148
skel.it
it
Definition: skel.GENtoEVGEN.py:423
M_PI
#define M_PI
Definition: ActiveFraction.h:11
CaloCell_ID_FCS::FCAL1
@ FCAL1
Definition: FastCaloSim_CaloCell_ID.h:41
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
Definition: AthCommonDataStore.h:390
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_vhka
std::vector< SG::VarHandleKeyArray * > m_vhka
Definition: AthCommonDataStore.h:398
CaloMuonLikelihoodTool::retrieveHistograms
StatusCode retrieveHistograms()
Definition: CaloMuonLikelihoodTool.cxx:54
Trk::CaloExtension::caloEntryLayerIntersection
const TrackParameters * caloEntryLayerIntersection() const
access to intersection with the calorimeter entry layer return NULL if the intersection failed
Definition: CaloExtension.h:64
CaloCell_ID_FCS::HEC2
@ HEC2
Definition: FastCaloSim_CaloCell_ID.h:29
CaloMuonLikelihoodTool::getLHR
double getLHR(const xAOD::TrackParticle *trk, const xAOD::CaloClusterContainer *ClusCollection=nullptr, const double dR_CUT=0.3) const
Definition: CaloMuonLikelihoodTool.cxx:129
CaloMuonLikelihoodTool::m_TH1F_key
std::string m_TH1F_key[9][11]
Definition: CaloMuonLikelihoodTool.h:42
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
ATH_MSG_VERBOSE
#define ATH_MSG_VERBOSE(x)
Definition: AthMsgStreamMacros.h:28
InDetAccessor::qOverP
@ qOverP
perigee
Definition: InDetAccessor.h:35
CaloMuonLikelihoodTool::m_caloExtensionTool
ToolHandle< Trk::IParticleCaloExtensionTool > m_caloExtensionTool
Definition: CaloMuonLikelihoodTool.h:46
CaloCell_ID_FCS::TileGap3
@ TileGap3
Definition: FastCaloSim_CaloCell_ID.h:36
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
xAOD::CaloCluster_v1
Description of a calorimeter cluster.
Definition: CaloCluster_v1.h:59
FortranAlgorithmOptions.fileName
fileName
Definition: FortranAlgorithmOptions.py:13
AthCommonDataStore
Definition: AthCommonDataStore.h:52
CaloCell_ID_FCS::HEC1
@ HEC1
Definition: FastCaloSim_CaloCell_ID.h:28
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
constants.EMB2
int EMB2
Definition: Calorimeter/CaloClusterCorrection/python/constants.py:54
CaloMuonLikelihoodTool::m_fileNames
std::vector< std::string > m_fileNames
Definition: CaloMuonLikelihoodTool.h:49
lumiFormat.i
int i
Definition: lumiFormat.py:92
CaloCell_ID_FCS::TileBar0
@ TileBar0
Definition: FastCaloSim_CaloCell_ID.h:31
CaloMuonLikelihoodTool::m_TH1F_sig
std::unique_ptr< const TH1F > m_TH1F_sig[9][11]
Definition: CaloMuonLikelihoodTool.h:40
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
CaloCell_ID_FCS::TileGap2
@ TileGap2
Definition: FastCaloSim_CaloCell_ID.h:35
test_pyathena.parent
parent
Definition: test_pyathena.py:15
constants.EME1
int EME1
Definition: Calorimeter/CaloClusterCorrection/python/constants.py:55
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
makeComparison.rootFile
rootFile
Definition: makeComparison.py:27
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
Trk::ParametersBase
Definition: ParametersBase.h:55
CaloCell_ID_FCS::TileGap1
@ TileGap1
Definition: FastCaloSim_CaloCell_ID.h:34
AthAlgTool::AthAlgTool
AthAlgTool()
Default constructor:
SG::VarHandleKeyArray::renounce
virtual void renounce()=0
SG::HandleClassifier::type
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
Definition: HandleClassifier.h:54
CaloMuonLikelihoodTool::m_TH1F_bkg
std::unique_ptr< const TH1F > m_TH1F_bkg[9][11]
Definition: CaloMuonLikelihoodTool.h:41
xAOD::TrackParticle_v1::qOverP
float qOverP() const
Returns the parameter.
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
CaloCell_ID_FCS::TileExt1
@ TileExt1
Definition: FastCaloSim_CaloCell_ID.h:38
CaloCell_ID_FCS::EME3
@ EME3
Definition: FastCaloSim_CaloCell_ID.h:26
CaloCell_ID_FCS::HEC0
@ HEC0
Definition: FastCaloSim_CaloCell_ID.h:27
PathResolverFindCalibFile
std::string PathResolverFindCalibFile(const std::string &logical_file_name)
Definition: PathResolver.cxx:431
CaloMuonLikelihoodTool::m_calibRelease
Gaudi::Property< std::string > m_calibRelease
Definition: CaloMuonLikelihoodTool.h:47
a
TList * a
Definition: liststreamerinfos.cxx:10
h
TH1F
Definition: rootspy.cxx:320
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
CaloCell_ID_FCS::PreSamplerE
@ PreSamplerE
Definition: FastCaloSim_CaloCell_ID.h:23
CaloCell_ID_FCS::PreSamplerB
@ PreSamplerB
Definition: FastCaloSim_CaloCell_ID.h:19
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
DEBUG
#define DEBUG
Definition: page_access.h:11
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
Trk::ParametersBase::eta
double eta() const
Access method for pseudorapidity - from momentum.
CaloCell_ID_FCS::FCAL2
@ FCAL2
Definition: FastCaloSim_CaloCell_ID.h:42
Trk::phi
@ phi
Definition: ParamDefs.h:81
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:790
CaloCell_ID_FCS::HEC3
@ HEC3
Definition: FastCaloSim_CaloCell_ID.h:30
CaloCell_ID_FCS::FCAL0
@ FCAL0
Definition: FastCaloSim_CaloCell_ID.h:40
CaloCell_ID_FCS::EMB3
@ EMB3
Definition: FastCaloSim_CaloCell_ID.h:22
GeV
#define GeV
Definition: CaloTransverseBalanceVecMon.cxx:30
CaloCell_ID_FCS::TileBar2
@ TileBar2
Definition: FastCaloSim_CaloCell_ID.h:33
AthCommonDataStore::declareGaudiProperty
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition: AthCommonDataStore.h:156
constants.EME2
int EME2
Definition: Calorimeter/CaloClusterCorrection/python/constants.py:56
fitman.k
k
Definition: fitman.py:528
extractSporadic.listOfKeys
listOfKeys
Definition: extractSporadic.py:100
mapkey::key
key
Definition: TElectronEfficiencyCorrectionTool.cxx:37