ATLAS Offline Software
Public Member Functions | Protected Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
TauAnalysisTools::TauEfficiencyCorrectionsTool Class Referenceabstract

#include <TauEfficiencyCorrectionsTool.h>

Inheritance diagram for TauAnalysisTools::TauEfficiencyCorrectionsTool:
Collaboration diagram for TauAnalysisTools::TauEfficiencyCorrectionsTool:

Public Member Functions

 TauEfficiencyCorrectionsTool (const std::string &sName)
 Create a proper constructor for Athena. More...
 
 ~TauEfficiencyCorrectionsTool ()
 
virtual StatusCode initialize ()
 Function initialising the tool. More...
 
virtual StatusCode beginInputFile ()
 Function called when a new input file is opened. More...
 
virtual void printConfig () const
 Print tool configuration. More...
 
virtual CP::CorrectionCode getEfficiencyScaleFactor (const xAOD::TauJet &xTau, double &eff, unsigned int iRunNumber=0, unsigned int iMu=0)
 Get the tau efficiency scale factor. More...
 
virtual CP::CorrectionCode applyEfficiencyScaleFactor (const xAOD::TauJet &xTau, unsigned int iRunNumber=0, unsigned int iMu=0)
 Decorate the tau with its efficiency scale factor. More...
 
virtual bool isAffectedBySystematic (const CP::SystematicVariation &systematic) const
 returns: whether this tool is affected by the given systematics More...
 
virtual CP::SystematicSet affectingSystematics () const
 returns: the list of all systematics this tool can be affected by More...
 
virtual CP::SystematicSet recommendedSystematics () const
 returns: the list of all systematics this tool recommends to use More...
 
virtual StatusCode applySystematicVariation (const CP::SystematicSet &systConfig)
 effects: configure this tool for the given list of systematic variations. More...
 
virtual bool isSupportedRunNumber (int) const
 check if run number is supported in recommendations More...
 
virtual void print () const =0
 Print the state of the tool. More...
 
virtual StatusCode sysInitialize ()
 Function initialising the tool in the correct way in Athena. More...
 
virtual void print () const
 Print the state of the tool. 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

StatusCode firstEvent ()
 
StatusCode beginEvent ()
 Function called when a new events is loaded. More...
 
std::string ConvertJetIDToString (const int iLevel) const
 
std::string ConvertEleIDToString (const int iLevel) const
 
std::string ConvertTriggerIDToString (const int iLevel) const
 
std::string GetTriggerSFMeasurementString () const
 
StatusCode initializeWithTauSelectionTool (TauSelectionTool *tauSelectionTool)
 
StatusCode initializeTools_2022_prerec ()
 
StatusCode readRandomRunNumber ()
 
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::vector< int > m_vEfficiencyCorrectionTypes
 
std::vector< asg::AnaToolHandle< ITauEfficiencyCorrectionsTool > * > m_vCommonEfficiencyTools
 
std::vector< asg::AnaToolHandle< ITauEfficiencyCorrectionsTool > * > m_vTriggerEfficiencyTools
 
std::string m_sInputFilePathRecoHadTau
 
std::string m_sInputFilePathJetIDHadTau
 
std::string m_sInputFilePathDecayModeHadTau
 
std::string m_sInputFilePathEleIDHadTau
 
std::string m_sInputFilePathEleIDElectron
 
std::string m_sInputFilePathTriggerHadTau
 
std::string m_sVarNameBase
 
std::string m_sVarNameRecoHadTau
 
std::string m_sVarNameEleIDHadTau
 
std::string m_sVarNameEleIDElectron
 
std::string m_sVarNameJetIDHadTau
 
std::string m_sVarNameDecayModeHadTau
 
std::string m_sVarNameTriggerHadTau
 
std::string m_sRecommendationTag
 
std::string m_sTriggerName
 
std::string m_sTriggerSFMeasurement
 
bool m_bSkipTruthMatchCheck
 
bool m_bUseTauSubstructure
 
bool m_bUseHighPtUncert
 
bool m_bIsData
 
bool m_bIsConfigured
 
bool m_bReadRandomRunNumber
 
int m_iJetIDLevel
 
int m_iEleIDLevel
 
std::string m_sMCCampaign
 
bool m_sAFII
 
bool m_useFastSim
 
bool m_firstEvent = false
 
unsigned int m_iRunNumber
 
unsigned int m_iMu
 
ToolHandle< TauAnalysisTools::ITauSelectionToolm_tTauSelectionToolHandle
 
ToolHandle< CP::IPileupReweightingToolm_tPRWTool
 
MetaStore_t m_inputMetaStore
 Object accessing the input metadata store. More...
 
MetaStore_t m_outputMetaStore
 Object accessing the output metadata store. More...
 
bool m_beginInputFileCalled
 Flag helping to discover when the tool misses the opening of the first input file. More...
 
bool m_useIncidents
 
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 31 of file TauEfficiencyCorrectionsTool.h.

Member Typedef Documentation

◆ MetaStore_t

Type of the metadata store object in Athena.

Definition at line 66 of file AsgMetadataTool.h.

◆ MetaStorePtr_t

Type of the metadata store pointer in standalone mode.

Definition at line 68 of file AsgMetadataTool.h.

◆ StoreGateSvc_t

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

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ TauEfficiencyCorrectionsTool()

TauAnalysisTools::TauEfficiencyCorrectionsTool::TauEfficiencyCorrectionsTool ( const std::string &  sName)

Create a proper constructor for Athena.

Create a constructor for standalone usage

Definition at line 18 of file TauEfficiencyCorrectionsTool.cxx.

19  : asg::AsgMetadataTool( sName )
22  , m_bIsData(false)
23  , m_bIsConfigured(false)
24  , m_iRunNumber(0)
25  , m_iMu(0)
27  , m_tPRWTool("")
28 {
29  declareProperty( "EfficiencyCorrectionTypes", m_vEfficiencyCorrectionTypes = {} );
30  declareProperty( "InputFilePathRecoHadTau", m_sInputFilePathRecoHadTau = "" );
31  declareProperty( "InputFilePathEleIDHadTau", m_sInputFilePathEleIDHadTau = "" );
32  declareProperty( "InputFilePathEleIDElectron", m_sInputFilePathEleIDElectron = "" );
33  declareProperty( "InputFilePathJetIDHadTau", m_sInputFilePathJetIDHadTau = "" );
34  declareProperty( "InputFilePathTriggerHadTau", m_sInputFilePathTriggerHadTau = "" );
35  declareProperty( "VarNameRecoHadTau", m_sVarNameRecoHadTau = "" );
36  declareProperty( "VarNameEleIDHadTau", m_sVarNameEleIDHadTau = "" );
37  declareProperty( "VarNameEleIDElectron", m_sVarNameEleIDElectron = "" );
38  declareProperty( "VarNameJetIDHadTau", m_sVarNameJetIDHadTau = "" );
39  declareProperty( "VarNameDecayModeHadTau", m_sVarNameDecayModeHadTau = "" );
40  declareProperty( "VarNameTriggerHadTau", m_sVarNameTriggerHadTau = "" );
41  declareProperty( "RecommendationTag", m_sRecommendationTag = "2022-prerec" );
42  declareProperty( "TriggerName", m_sTriggerName = "" );
43  declareProperty( "AutoTriggerYear", m_bReadRandomRunNumber = false );
44  declareProperty( "TriggerSFMeasurement", m_sTriggerSFMeasurement = "combined" ); // "combined", "Ztautau" or "ttbar"
45  declareProperty( "UseTauSubstructure", m_bUseTauSubstructure = false );
46  declareProperty( "UseHighPtUncert", m_bUseHighPtUncert = false );
47  declareProperty( "JetIDLevel", m_iJetIDLevel = (int)JETIDNONE );
48  declareProperty( "EleIDLevel", m_iEleIDLevel = (int)ELEIDNONE );
49  declareProperty( "MCCampaign", m_sMCCampaign = "" ); // MC16a, MC16d or MC16e
50  declareProperty( "isAFII", m_sAFII = false );
51  declareProperty( "useFastSim", m_useFastSim = false );
52  declareProperty( "SkipTruthMatchCheck", m_bSkipTruthMatchCheck = false );
53  declareProperty( "TauSelectionTool", m_tTauSelectionToolHandle );
54  declareProperty( "PileupReweightingTool", m_tPRWTool );
55 }

◆ ~TauEfficiencyCorrectionsTool()

TauAnalysisTools::TauEfficiencyCorrectionsTool::~TauEfficiencyCorrectionsTool ( )

Definition at line 59 of file TauEfficiencyCorrectionsTool.cxx.

60 {
61  for (auto tTool : m_vCommonEfficiencyTools)
62  delete tTool;
63  for (auto tTool : m_vTriggerEfficiencyTools)
64  delete tTool;
65 }

Member Function Documentation

◆ affectingSystematics()

CP::SystematicSet TauAnalysisTools::TauEfficiencyCorrectionsTool::affectingSystematics ( ) const
virtual

returns: the list of all systematics this tool can be affected by

Implements CP::IReentrantSystematicsTool.

Definition at line 350 of file TauEfficiencyCorrectionsTool.cxx.

351 {
352  CP::SystematicSet sAffectingSystematics;
353  for (auto it = m_vCommonEfficiencyTools.begin(); it != m_vCommonEfficiencyTools.end(); it++)
354  sAffectingSystematics.insert((**it)->affectingSystematics());
355  for (auto it = m_vTriggerEfficiencyTools.begin(); it != m_vTriggerEfficiencyTools.end(); it++)
356  sAffectingSystematics.insert((**it)->affectingSystematics());
357  return sAffectingSystematics;
358 }

◆ applyEfficiencyScaleFactor()

CP::CorrectionCode TauAnalysisTools::TauEfficiencyCorrectionsTool::applyEfficiencyScaleFactor ( const xAOD::TauJet xTau,
unsigned int  iRunNumber = 0,
unsigned int  iMu = 0 
)
virtual

Decorate the tau with its efficiency scale factor.

Implements TauAnalysisTools::ITauEfficiencyCorrectionsTool.

Definition at line 310 of file TauEfficiencyCorrectionsTool.cxx.

311 {
312  if (m_bIsData)
313  return CP::CorrectionCode::Ok;
314 
317 
318  for (auto it = m_vCommonEfficiencyTools.begin(); it != m_vCommonEfficiencyTools.end(); it++)
319  {
320  CP::CorrectionCode tmpCorrectionCode = (**it)->applyEfficiencyScaleFactor(xTau, m_iRunNumber, m_iMu);
321  if (tmpCorrectionCode != CP::CorrectionCode::Ok)
322  return tmpCorrectionCode;
323  }
324  for (auto it = m_vTriggerEfficiencyTools.begin(); it != m_vTriggerEfficiencyTools.end(); it++)
325  {
326  if ( !(**it)->isSupportedRunNumber(m_iRunNumber) )
327  continue;
328  CP::CorrectionCode tmpCorrectionCode = (**it)->applyEfficiencyScaleFactor(xTau, m_iRunNumber, m_iMu);
329  if (tmpCorrectionCode != CP::CorrectionCode::Ok)
330  return tmpCorrectionCode;
331  }
332  return CP::CorrectionCode::Ok;
333 }

◆ applySystematicVariation()

StatusCode TauAnalysisTools::TauEfficiencyCorrectionsTool::applySystematicVariation ( const CP::SystematicSet systConfig)
virtual

effects: configure this tool for the given list of systematic variations.

any requested systematics that are not affecting this tool will be silently ignored (unless they cause other errors). failures: systematic unknown failures: requesting multiple variations on the same systematic (e.g. up & down) failures: requesting an unsupported variation on an otherwise supported systematic (e.g. a 2 sigma variation and the tool only supports 1 sigma variations) failures: unsupported combination of supported systematic failures: other tool specific errors

Implements CP::ISystematicsTool.

Definition at line 373 of file TauEfficiencyCorrectionsTool.cxx.

374 {
375  for (auto it = m_vCommonEfficiencyTools.begin(); it != m_vCommonEfficiencyTools.end(); it++)
376  if ((**it)->applySystematicVariation(sSystematicSet) == StatusCode::FAILURE)
377  return StatusCode::FAILURE;
378  for (auto it = m_vTriggerEfficiencyTools.begin(); it != m_vTriggerEfficiencyTools.end(); it++)
379  if ((**it)->applySystematicVariation(sSystematicSet) == StatusCode::FAILURE)
380  return StatusCode::FAILURE;
381  return StatusCode::SUCCESS;
382 }

◆ beginEvent()

StatusCode TauAnalysisTools::TauEfficiencyCorrectionsTool::beginEvent ( )
privatevirtual

Function called when a new events is loaded.

Dummy implementation that can be overridden by the derived tool.

Reimplemented from asg::AsgMetadataTool.

Definition at line 208 of file TauEfficiencyCorrectionsTool.cxx.

209 {
210  if (!m_bIsConfigured)
211  {
212  const xAOD::EventInfo* xEventInfo = nullptr;
213  ATH_CHECK(evtStore()->retrieve(xEventInfo,"EventInfo"));
215  m_bIsConfigured = true;
216  }
217 
218  if (!m_firstEvent){
220  m_firstEvent = true;
221 
222  }
223  if (m_bIsData)
224  return StatusCode::SUCCESS;
225 
226  const xAOD::EventInfo* xEventInfo = nullptr;
227  ATH_CHECK(evtStore()->retrieve(xEventInfo, "EventInfo"));
228  m_iMu = xEventInfo->averageInteractionsPerCrossing();
229 
231  {
232  // Reset the number at the beginning of event
233  m_iRunNumber = 0;
234  return StatusCode::SUCCESS;
235  }
236 
237  if (m_tPRWTool.empty())
238  return StatusCode::SUCCESS;
239 
240  m_iRunNumber = m_tPRWTool->getRandomRunNumber(*xEventInfo);
241  return StatusCode::SUCCESS;
242 }

◆ beginInputFile()

StatusCode TauAnalysisTools::TauEfficiencyCorrectionsTool::beginInputFile ( )
virtual

Function called when a new input file is opened.

Dummy implementation that can be overridden by the derived tool.

Reimplemented from asg::AsgMetadataTool.

Definition at line 542 of file TauEfficiencyCorrectionsTool.cxx.

543 {
544  if (inputMetaStore()->contains<xAOD::FileMetaData>("FileMetaData")) {
545  const xAOD::FileMetaData* fmd = nullptr;
546  ATH_CHECK( inputMetaStore()->retrieve( fmd, "FileMetaData" ) );
547  std::string simType("");
548  bool result = fmd->value( xAOD::FileMetaData::simFlavour , simType );
549  // if no result -> no simFlavor metadata, so must be data
550  if(result) std::transform(simType.begin(), simType.end(), simType.begin(), ::toupper);
551 
552  if (simType.find("ATLFASTII")!=std::string::npos){
553  ATH_MSG_WARNING("Input file is AFII sample which should be replaced by AF3 as this will be the only atlas fast simulation supported by TauCP");
554  } else if( simType.find("ATLFAST3") != std::string::npos && !m_useFastSim){
555  ATH_MSG_WARNING("Input file is AF3 sample but you are _not_ using AF3 corrections and uncertainties, you should set \"useFastSim\" to \"true\"");
556  } else if (simType.find("FULLG4")!=std::string::npos && m_useFastSim){
557  ATH_MSG_WARNING("Input file is full simulation but you are using AF3 corrections and uncertainties, you should set \"useFastSim\" to \"false\"");
558  }
559  }
560 
561  return StatusCode::SUCCESS;
562 }

◆ ConvertEleIDToString()

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::ConvertEleIDToString ( const int  iLevel) const
private

Definition at line 586 of file TauEfficiencyCorrectionsTool.cxx.

587 {
588  switch(iLevel)
589  {
590  case ELEIDRNNTIGHT:
591  return "eleRNNTight";
592  case ELEIDRNNMEDIUM:
593  return "eleRNNMedium";
594  case ELEIDRNNLOOSE:
595  return "eleRNNLoose";
596  default:
597  ATH_MSG_WARNING("No valid EleID level passed.");
598  return "";
599  }
600 }

◆ ConvertJetIDToString()

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::ConvertJetIDToString ( const int  iLevel) const
private

Definition at line 565 of file TauEfficiencyCorrectionsTool.cxx.

566 {
567  switch(iLevel)
568  {
569  case JETIDNONE:
570  return "none";
571  case JETIDRNNVERYLOOSE:
572  ATH_MSG_WARNING("Efficiency corrections for JETIDRNNVERYLOOSE working point are not supported.");
573  return "";
574  case JETIDRNNLOOSE:
575  return "jetrnnsigloose";
576  case JETIDRNNMEDIUM:
577  return "jetrnnsigmedium";
578  case JETIDRNNTIGHT:
579  return "jetrnnsigtight";
580  default:
581  ATH_MSG_WARNING("No valid JetID level passed.");
582  return "";
583  }
584 }

◆ ConvertTriggerIDToString()

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::ConvertTriggerIDToString ( const int  iLevel) const
private

Definition at line 603 of file TauEfficiencyCorrectionsTool.cxx.

604 {
605  switch(iLevel)
606  {
607  case JETIDRNNLOOSE:
608  return "loose";
609  case JETIDRNNMEDIUM:
610  return "medium";
611  case JETIDRNNTIGHT:
612  return "tight";
613  default:
614  ATH_MSG_WARNING("No valid TriggerID level passed.");
615  return "";
616  }
617 }

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

◆ endInputFile()

StatusCode asg::AsgMetadataTool::endInputFile ( )
protectedvirtualinherited

Function called when the currently open input file got completely processed.

Dummy implementation that can be overridden by the derived tool.

Reimplemented in BookkeeperTool, HFORSelectionTool, xAODMaker::FileMetaDataTool, BookkeeperDumperTool, xAODMaker::TriggerMenuMetaDataTool, and xAODMaker::TruthMetaDataTool.

Definition at line 188 of file AsgMetadataTool.cxx.

188  {
189 
190  // Return gracefully:
191  return StatusCode::SUCCESS;
192  }

◆ 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

◆ firstEvent()

StatusCode TauAnalysisTools::TauEfficiencyCorrectionsTool::firstEvent ( )
private

Definition at line 192 of file TauEfficiencyCorrectionsTool.cxx.

193 {
194  const xAOD::EventInfo* xEventInfo = nullptr;
195  ATH_CHECK(evtStore()->retrieve(xEventInfo, "EventInfo"));
196 
197  if (xEventInfo->runNumber() != 284500 && xEventInfo->runNumber() != 300000 && xEventInfo->runNumber() != 310000) // mc21/2022: 410000
198  {
199  ANA_MSG_WARNING( "Could not determine MC campaign from run number! The mu dependent systematic of the trigger scale factors should not be trusted. Current (" << xEventInfo->runNumber() << "). Will only print this warning once." );
200  }
201  if (xEventInfo->runNumber() < 410000 && m_sRecommendationTag == "2022-prerec") // mc21/2022: 410000
202  {
203  ANA_MSG_WARNING( "TauEfficiency callibrations from 2022-prerec are not recommended for Run2 MC. Will only print this warning once." );
204  }
205  return StatusCode::SUCCESS;
206 }

◆ getEfficiencyScaleFactor()

CP::CorrectionCode TauAnalysisTools::TauEfficiencyCorrectionsTool::getEfficiencyScaleFactor ( const xAOD::TauJet xTau,
double &  eff,
unsigned int  iRunNumber = 0,
unsigned int  iMu = 0 
)
virtual

Get the tau efficiency scale factor.

Implements TauAnalysisTools::ITauEfficiencyCorrectionsTool.

Definition at line 275 of file TauEfficiencyCorrectionsTool.cxx.

277 {
278  eff = 1.;
279 
280  if (m_bIsData)
281  return CP::CorrectionCode::Ok;
282 
285 
286  for (auto it = m_vCommonEfficiencyTools.begin(); it != m_vCommonEfficiencyTools.end(); it++)
287  {
288  if ( !(**it)->isSupportedRunNumber(m_iRunNumber) )
289  continue;
290  double dToolEff = 1.;
291  CP::CorrectionCode tmpCorrectionCode = (**it)->getEfficiencyScaleFactor(xTau, dToolEff, m_iRunNumber, m_iMu);
292  if (tmpCorrectionCode != CP::CorrectionCode::Ok)
293  return tmpCorrectionCode;
294  eff *= dToolEff;
295  }
296  for (auto it = m_vTriggerEfficiencyTools.begin(); it != m_vTriggerEfficiencyTools.end(); it++)
297  {
298  if ( !(**it)->isSupportedRunNumber(m_iRunNumber) )
299  continue;
300  double dToolEff = 1.;
301  CP::CorrectionCode tmpCorrectionCode = (**it)->getEfficiencyScaleFactor(xTau, dToolEff);
302  if (tmpCorrectionCode != CP::CorrectionCode::Ok)
303  return tmpCorrectionCode;
304  eff *= dToolEff;
305  }
306  return CP::CorrectionCode::Ok;
307 }

◆ getKey()

SG::sgkey_t asg::AsgTool::getKey ( const void *  ptr) const
inherited

Get the (hashed) key of an object that is in the event store.

This is a bit of a special one. StoreGateSvc and xAOD::TEvent both provide ways for getting the SG::sgkey_t key for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.

In order to allow tools to efficiently perform this operation, they can use this helper function.

See also
asg::AsgTool::getName
Parameters
ptrThe bare pointer to the object that the event store should know about
Returns
The hashed key of the object in the store. If not found, an invalid (zero) key.

Definition at line 119 of file AsgTool.cxx.

119  {
120 
121 #ifdef XAOD_STANDALONE
122  // In case we use @c xAOD::TEvent, we have a direct function call
123  // for this.
124  return evtStore()->event()->getKey( ptr );
125 #else
126  const SG::DataProxy* proxy = evtStore()->proxy( ptr );
127  return ( proxy == nullptr ? 0 : proxy->sgkey() );
128 #endif // XAOD_STANDALONE
129  }

◆ getName()

const std::string & asg::AsgTool::getName ( const void *  ptr) const
inherited

Get the name of an object that is / should be in the event store.

This is a bit of a special one. StoreGateSvc and xAOD::TEvent both provide ways for getting the std::string name for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.

In order to allow tools to efficiently perform this operation, they can use this helper function.

See also
asg::AsgTool::getKey
Parameters
ptrThe bare pointer to the object that the event store should know about
Returns
The string name of the object in the store. If not found, an empty string.

Definition at line 106 of file AsgTool.cxx.

106  {
107 
108 #ifdef XAOD_STANDALONE
109  // In case we use @c xAOD::TEvent, we have a direct function call
110  // for this.
111  return evtStore()->event()->getName( ptr );
112 #else
113  const SG::DataProxy* proxy = evtStore()->proxy( ptr );
114  static const std::string dummy = "";
115  return ( proxy == nullptr ? dummy : proxy->name() );
116 #endif // XAOD_STANDALONE
117  }

◆ getProperty()

template<class T >
const T* asg::AsgTool::getProperty ( const std::string &  name) const
inherited

Get one of the tool's properties.

◆ GetTriggerSFMeasurementString()

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::GetTriggerSFMeasurementString ( ) const
private

Definition at line 620 of file TauEfficiencyCorrectionsTool.cxx.

621 {
622  std::string sMeasurement = "_comb_";
623 
624  if (m_sTriggerSFMeasurement == "Ztautau")
625  sMeasurement = "_Ztt_";
626  else if (m_sTriggerSFMeasurement == "ttbar")
627  sMeasurement = "_ttbar_";
628  else if (m_sTriggerSFMeasurement != "combined")
629  ATH_MSG_WARNING("Trigger scale factor measurement \'" << m_sTriggerSFMeasurement << "\' is not supported. \'combined\' is used instead.");
630 
631  return sMeasurement;
632 }

◆ handle()

void asg::AsgMetadataTool::handle ( const Incident &  inc)
protectedvirtualinherited

Function receiving incidents from IncidentSvc/TEvent.

Reimplemented in Trig::TrigDecisionTool.

Definition at line 130 of file AsgMetadataTool.cxx.

130  {
131 
132  // Tell the user what's happening:
133  ATH_MSG_VERBOSE( "Callback received with incident: " << inc.type() );
134 
135  // Call the appropriate member function:
136  if( inc.type() == IncidentType::BeginInputFile ) {
137  m_beginInputFileCalled = true;
138  if( beginInputFile().isFailure() ) {
139  ATH_MSG_FATAL( "Failed to call beginInputFile()" );
140  throw std::runtime_error( "Couldn't call beginInputFile()" );
141  }
142  } else if( inc.type() == IncidentType::EndInputFile ) {
143  if( endInputFile().isFailure() ) {
144  ATH_MSG_FATAL( "Failed to call endInputFile()" );
145  throw std::runtime_error( "Couldn't call endInputFile()" );
146  }
147  } else if( inc.type() == IncidentType::BeginEvent ) {
148  // If the tool didn't catch the begin input file incident for the
149  // first input file of the job, then call the appropriate function
150  // now.
151  if( ! m_beginInputFileCalled ) {
152  m_beginInputFileCalled = true;
153  if( beginInputFile().isFailure() ) {
154  ATH_MSG_FATAL( "Failed to call beginInputFile()" );
155  throw std::runtime_error( "Couldn't call beginInputFile()" );
156  }
157  }
158  if( beginEvent().isFailure() ) {
159  ATH_MSG_FATAL( "Failed to call beginEvent()" );
160  throw std::runtime_error( "Couldn't call beginEvent()" );
161  }
162 
163  #ifdef XAOD_STANDALONE
164  } else if( inc.type() == IncidentType::MetaDataStop ) {
165  if( metaDataStop().isFailure() ) {
166  ATH_MSG_FATAL( "Failed to call metaDataStop()" );
167  throw std::runtime_error( "Couldn't call metaDataStop()" );
168  }
169 
170  #endif // XAOD_STANDALONE
171  } else {
172  ATH_MSG_WARNING( "Unknown incident type received in AsgMetaDataTool: " << inc.type() );
173  }
174 
175  return;
176  }

◆ initialize()

StatusCode TauAnalysisTools::TauEfficiencyCorrectionsTool::initialize ( )
virtual

Function initialising the tool.

Reimplemented from asg::AsgTool.

Definition at line 122 of file TauEfficiencyCorrectionsTool.cxx.

123 {
124  ATH_MSG_INFO( "Initializing TauEfficiencyCorrectionsTool" );
125 
127  ATH_MSG_WARNING("Truth match check will be skipped. This is ONLY FOR TESTING PURPOSE!");
128 
129  if (!m_tPRWTool.empty())
130  ATH_CHECK(m_tPRWTool.retrieve());
131 
132  // determine set of scale factors using TauSelectionTool
133  if (!m_tTauSelectionToolHandle.empty())
134  {
135  if (!m_vEfficiencyCorrectionTypes.empty()) {
136  ATH_MSG_ERROR("Either use a TauSelectionTool handle or EfficiencyCorrectionTypes, not both.");
137  return StatusCode::FAILURE;
138  }
141  if(tauSelectionTool == nullptr) {
142  ATH_MSG_ERROR("Could not retrieve TauSelectionTool");
143  return StatusCode::FAILURE;
144  }
145  if (initializeWithTauSelectionTool(tauSelectionTool).isFailure()) {
146  ATH_MSG_ERROR("Failed to determine scale factors using TauSelectionTool");
147  return StatusCode::FAILURE;
148  }
149  }
150 
151  // check efficiency correction type
152  if (m_vEfficiencyCorrectionTypes.empty())
153  {
154  ATH_MSG_ERROR("Could not retrieve any EfficiencyCorrectionType");
155  return StatusCode::FAILURE;
156  }
157 
158  if (m_sRecommendationTag == "2022-prerec") {
159  ATH_MSG_WARNING("2022-prerec tag are pre-recommendations and still under development.");
161  }
162  else {
163  ATH_MSG_ERROR("Unknown RecommendationTag " << m_sRecommendationTag);
164  return StatusCode::FAILURE;
165  }
166 
167  // for (auto tCommonEfficiencyTool : m_vCommonEfficiencyTools)
168  for (auto it = m_vCommonEfficiencyTools.begin(); it != m_vCommonEfficiencyTools.end(); it++)
169  {
170  ATH_CHECK((**it).setProperty("OutputLevel", this->msg().level()));
171  ATH_CHECK((**it).initialize());
172  }
173  for (auto it = m_vTriggerEfficiencyTools.begin(); it != m_vTriggerEfficiencyTools.end(); it++)
174  {
175  ATH_CHECK((**it).setProperty("OutputLevel", this->msg().level()));
176  ATH_CHECK((**it).initialize());
177  }
178 
179  // Add the affecting systematics to the global registry
181  if (!registry.registerSystematics(*this))
182  {
183  ATH_MSG_ERROR ("Unable to register the systematics");
184  return StatusCode::FAILURE;
185  }
186 
187  printConfig();
188 
189  return StatusCode::SUCCESS;
190 }

◆ initializeTools_2022_prerec()

StatusCode TauAnalysisTools::TauEfficiencyCorrectionsTool::initializeTools_2022_prerec ( )
private

Definition at line 389 of file TauEfficiencyCorrectionsTool.cxx.

390 {
391  std::string sDirectory = "TauAnalysisTools/" + std::string(sSharedFilesVersion) + "/EfficiencyCorrections/";
392 
393  // initialise paths and SF names unless they have been configured by the user
394  for (auto iEfficiencyCorrectionType : m_vEfficiencyCorrectionTypes)
395  {
396  if (iEfficiencyCorrectionType == SFJetIDHadTau)
397  {
398  if (m_sInputFilePathJetIDHadTau.empty()) {
399  if (m_sAFII) {
400  ATH_MSG_ERROR("isAFII property is now deprecated, please use useFastSim property and AF3 samples");
401  return StatusCode::FAILURE;
402  } else if(m_useFastSim) {
403  ATH_MSG_WARNING("No fast-sim recommendation for Tau RNN, using full sim");
404  }
405 
406  m_sInputFilePathJetIDHadTau = sDirectory + "RNNID_TrueHadTau_2022-prerecommendation_v2.root";
407  }
408  if (m_sVarNameJetIDHadTau.empty()) m_sVarNameJetIDHadTau = "TauScaleFactorJetIDHadTau";
409 
410  std::string sJetIDWP = ConvertJetIDToString(m_iJetIDLevel);
411  if (sJetIDWP.empty()) {
412  ATH_MSG_WARNING("Could not find valid ID working point. Skip ID efficiency corrections.");
413  continue;
414  }
415 
416  asg::AnaToolHandle<ITauEfficiencyCorrectionsTool>* tTool = new asg::AnaToolHandle<ITauEfficiencyCorrectionsTool>("TauAnalysisTools::CommonEfficiencyTool/JetIDHadTauTool", this);
417  m_vCommonEfficiencyTools.push_back(tTool);
418  ATH_CHECK(tTool->setProperty("InputFilePath", m_sInputFilePathJetIDHadTau));
419  ATH_CHECK(tTool->setProperty("VarName", m_sVarNameJetIDHadTau));
420  //ATH_CHECK(tTool->setProperty("UseTauSubstructure", m_bUseTauSubstructure));
421  ATH_CHECK(tTool->setProperty("SkipTruthMatchCheck", m_bSkipTruthMatchCheck));
422  ATH_CHECK(tTool->setProperty("WP", sJetIDWP));
423  }
424  else if (iEfficiencyCorrectionType == SFEleIDHadTau)
425  {
426  // the path must be updated once RNN eVeto SFs are available
427  if (m_sInputFilePathEleIDHadTau.empty()) m_sInputFilePathEleIDHadTau = sDirectory + "EleOLR_TrueHadTau_2016-ichep.root";
428  if (m_sVarNameEleIDHadTau.empty()) m_sVarNameEleIDHadTau = "TauScaleFactorEleIDHadTau";
429 
430  asg::AnaToolHandle<ITauEfficiencyCorrectionsTool>* tTool = new asg::AnaToolHandle<ITauEfficiencyCorrectionsTool>("TauAnalysisTools::CommonEfficiencyTool/EleIDHadTauTool", this);
431  m_vCommonEfficiencyTools.push_back(tTool);
432  ATH_CHECK(tTool->setProperty("InputFilePath", m_sInputFilePathEleIDHadTau));
433  ATH_CHECK(tTool->setProperty("VarName", m_sVarNameEleIDHadTau));
434  ATH_CHECK(tTool->setProperty("SkipTruthMatchCheck", m_bSkipTruthMatchCheck));
435  }
436  else if (iEfficiencyCorrectionType == SFEleIDElectron)
437  {
438  // the path must be updated once RNN eVeto SFs are available
439  if (m_sInputFilePathEleIDElectron.empty()) {
440  if (m_sAFII) {
441  ATH_MSG_ERROR("isAFII property is now deprecated, please use useFastSim property and AF3 samples");
442  return StatusCode::FAILURE;
443  } else if(m_useFastSim) {
444  ATH_MSG_WARNING("No fast-sim recommendation for tau electron veto, using full sim");
445  }
446 
447  m_sInputFilePathEleIDElectron = sDirectory+ "EleRNN_TrueElectron_2022-mc20-prerec-v2.root";
448  }
449  if (m_sVarNameEleIDElectron.empty()) m_sVarNameEleIDElectron = "TauScaleFactorEleIDElectron";
450 
451  asg::AnaToolHandle<ITauEfficiencyCorrectionsTool>* tTool = new asg::AnaToolHandle<ITauEfficiencyCorrectionsTool>("TauAnalysisTools::CommonEfficiencyTool/EleIDElectronTool", this);
452  m_vCommonEfficiencyTools.push_back(tTool);
453  ATH_CHECK(tTool->setProperty("InputFilePath", m_sInputFilePathEleIDElectron));
454  ATH_CHECK(tTool->setProperty("VarName", m_sVarNameEleIDElectron));
455  ATH_CHECK(tTool->setProperty("SkipTruthMatchCheck", m_bSkipTruthMatchCheck));
457  ATH_CHECK(tTool->setProperty("UseTauSubstructure", false));
458  }
459  else if (iEfficiencyCorrectionType == SFRecoHadTau)
460  {
461  if (m_sInputFilePathRecoHadTau.empty()) m_sInputFilePathRecoHadTau = sDirectory + "Reco_TrueHadTau_2019-summer_v2.root";
462  if (m_sVarNameRecoHadTau.empty()) m_sVarNameRecoHadTau = "TauScaleFactorReconstructionHadTau";
463 
464  asg::AnaToolHandle<ITauEfficiencyCorrectionsTool>* tTool = new asg::AnaToolHandle<ITauEfficiencyCorrectionsTool>("TauAnalysisTools::CommonEfficiencyTool/RecoHadTauTool", this);
465  m_vCommonEfficiencyTools.push_back(tTool);
466  ATH_CHECK(tTool->setProperty("InputFilePath", m_sInputFilePathRecoHadTau));
467  ATH_CHECK(tTool->setProperty("VarName", m_sVarNameRecoHadTau));
468  ATH_CHECK(tTool->setProperty("SkipTruthMatchCheck", m_bSkipTruthMatchCheck));
469  }
470  else if (iEfficiencyCorrectionType == SFDecayModeHadTau)
471  {
472  if (m_sInputFilePathDecayModeHadTau.empty()) m_sInputFilePathDecayModeHadTau = sDirectory + "DecayModeSubstructure_TrueHadTau_2019-summer.root";
473  if (m_sVarNameDecayModeHadTau.empty()) m_sVarNameDecayModeHadTau = "TauScaleFactorDecayModeHadTau";
474 
475  std::string sJetIDWP = ConvertJetIDToString(m_iJetIDLevel);
476  if (sJetIDWP.empty()) {
477  ATH_MSG_WARNING("Could not find valid ID working point. Skip ID efficiency corrections.");
478  continue;
479  }
480 
482  m_vCommonEfficiencyTools.push_back(tTool);
484  ATH_CHECK(tTool->setProperty("InputFilePath", m_sInputFilePathDecayModeHadTau));
485  ATH_CHECK(tTool->setProperty("VarName", m_sVarNameDecayModeHadTau));
486  ATH_CHECK(tTool->setProperty("UseTauSubstructure", true));
487  ATH_CHECK(tTool->setProperty("SkipTruthMatchCheck", m_bSkipTruthMatchCheck));
488  ATH_CHECK(tTool->setProperty("WP", sJetIDWP));
489  }
490  else if (iEfficiencyCorrectionType == SFTriggerHadTau)
491  {
492  if (m_sTriggerName.empty()) {
493  ATH_MSG_ERROR("Property \"Trigger\" was not set, please provide a trigger name.");
494  return StatusCode::FAILURE;
495  }
496  if (m_sInputFilePathTriggerHadTau.empty()) {
497  // Determine the input file name from the given trigger name.
498  // Triggers having "mediumRNN_tracktwoMVA are only part of 2018aftTS1.
499  // Every other trigger having "tracktwoEF" is only part of 2018.
500  // Every other trigger having "tau160_medium1" is only part of 2016.
501  // Every other trigger having "tau160" is only part of 2017/2018.
502  // Lastly check for other possible triggers, if this is not fulfilled the passed trigger is not supported.
503  if (m_sTriggerName.find("mediumRNN_tracktwoMVA") != std::string::npos) {
504  m_sInputFilePathTriggerHadTau = sDirectory+"Trigger/RNN/Trigger_TrueHadTau_2019-summer_data2018aftTS1"+GetTriggerSFMeasurementString()+m_sTriggerName+".root";
505  }
506  else if (m_sTriggerName.find("tracktwoEF") != std::string::npos) {
507  m_sInputFilePathTriggerHadTau = sDirectory+"Trigger/RNN/Trigger_TrueHadTau_2019-summer_data2018"+GetTriggerSFMeasurementString()+m_sTriggerName+".root";
508  }
509  else if (m_sTriggerName.find("tau160_medium1") != std::string::npos) {
510  m_sInputFilePathTriggerHadTau = sDirectory+"Trigger/RNN/Trigger_TrueHadTau_2019-summer_data2016"+GetTriggerSFMeasurementString()+m_sTriggerName+".root";
511  }
512  else if ((m_sTriggerName.find("tau160") != std::string::npos) || (m_sTriggerName.find("tau60") != std::string::npos)) {
513  m_sInputFilePathTriggerHadTau = sDirectory+"Trigger/RNN/Trigger_TrueHadTau_2019-summer_data1718"+GetTriggerSFMeasurementString()+m_sTriggerName+".root";
514  }
515  else if ((m_sTriggerName.find("tau125") != std::string::npos) || (m_sTriggerName.find("tau25") != std::string::npos) || (m_sTriggerName.find("tau35") != std::string::npos) || (m_sTriggerName.find("tau50") != std::string::npos) || (m_sTriggerName.find("tau80") != std::string::npos) ) {
516  m_sInputFilePathTriggerHadTau = sDirectory+"Trigger/RNN/Trigger_TrueHadTau_2019-summer_data161718"+GetTriggerSFMeasurementString()+m_sTriggerName+".root";
517  }
518  else {
519  ATH_MSG_ERROR("Trigger " << m_sTriggerName << " is not supported. Please fix \"TriggerName\" property.");
520  return StatusCode::FAILURE;
521  }
522  }
523  if (m_sVarNameTriggerHadTau.empty()) m_sVarNameTriggerHadTau = "TauScaleFactorTriggerHadTau";
524 
525  asg::AnaToolHandle<ITauEfficiencyCorrectionsTool>* tTool = new asg::AnaToolHandle<ITauEfficiencyCorrectionsTool>("TauAnalysisTools::TauEfficiencyTriggerTool/TriggerHadTauTool", this);
526  m_vTriggerEfficiencyTools.push_back(tTool);
527  ATH_CHECK(tTool->setProperty("InputFilePath", m_sInputFilePathTriggerHadTau));
528  ATH_CHECK(tTool->setProperty("VarName", m_sVarNameTriggerHadTau));
529  ATH_CHECK(tTool->setProperty("SkipTruthMatchCheck", m_bSkipTruthMatchCheck));
531  }
532  else {
533  ATH_MSG_WARNING("unsupported EfficiencyCorrectionsType with enum " << iEfficiencyCorrectionType);
534  }
535  }
536 
537  return StatusCode::SUCCESS;
538 }

◆ initializeWithTauSelectionTool()

StatusCode TauAnalysisTools::TauEfficiencyCorrectionsTool::initializeWithTauSelectionTool ( TauSelectionTool tauSelectionTool)
private

Definition at line 68 of file TauEfficiencyCorrectionsTool.cxx.

69 {
70  ATH_MSG_DEBUG( "Initializing TauEfficiencyCorrectionsTool using TauSelectionTool" );
71 
72  // add reco systematics in any case
74  ATH_MSG_VERBOSE( "added SFRecoHadTau" );
75 
76  // use jet ID scale factors if TauSelectionTool applies jet ID cut
77  if (tauSelectionTool->m_iSelectionCuts & CutJetIDWP) {
78  m_iJetIDLevel = tauSelectionTool->m_iJetIDWP;
79 
82  ATH_MSG_VERBOSE( "added SFJetIDHadTau" );
83  }
84  else {
85  ATH_MSG_WARNING( "No JetID scale factor for working point " << m_iJetIDLevel );
86  }
87  }
88 
89  // use electron veto scale factors if TauSelectionTool applies electron veto
90  if (tauSelectionTool->m_iSelectionCuts & CutEleIDWP) {
91  m_iEleIDLevel = tauSelectionTool->m_iEleIDWP;
92 
93  // force m_iEleIDLevel to ELEIDNONE until RNN eVeto SFs are available
95  ATH_MSG_WARNING("Scale factors for RNN eVeto (TIGHT) are not available yet");
97  }
98 
101  ATH_MSG_VERBOSE( "added SFEleIDHadTau" );
103  ATH_MSG_VERBOSE( "added SFEleIDElectron" );
104  }
105  // commented out until RNN eVeto SFs are available, to avoid double warnings
106  /*
107  else {
108  ATH_MSG_WARNING( "No EleID scale factor for working point " << m_iEleIDLevel );
109  }
110  */
111  }
112 
113  if (m_bUseTauSubstructure) {
114  ATH_MSG_WARNING("Scale factors for decay mode ID are not available yet");
115  //m_vEfficiencyCorrectionTypes.push_back(SFDecayModeHadTau);
116  }
117 
118  return StatusCode::SUCCESS;
119 }

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

◆ inputMetaStore()

AsgMetadataTool::MetaStorePtr_t asg::AsgMetadataTool::inputMetaStore ( ) const
inherited

Accessor for the input metadata store.

Definition at line 88 of file AsgMetadataTool.cxx.

88  {
89 
90 #ifdef XAOD_STANDALONE
91  return &m_inputMetaStore;
92 #else // XAOD_STANDALONE
93  return m_inputMetaStore;
94 #endif // XAOD_STANDALONE
95  }

◆ isAffectedBySystematic()

bool TauAnalysisTools::TauEfficiencyCorrectionsTool::isAffectedBySystematic ( const CP::SystematicVariation systematic) const
virtual

returns: whether this tool is affected by the given systematics

Implements CP::ISystematicsTool.

Definition at line 337 of file TauEfficiencyCorrectionsTool.cxx.

338 {
339  for (auto it = m_vCommonEfficiencyTools.begin(); it != m_vCommonEfficiencyTools.end(); it++)
340  if ((**it)->isAffectedBySystematic(systematic))
341  return true;
342  for (auto it = m_vTriggerEfficiencyTools.begin(); it != m_vTriggerEfficiencyTools.end(); it++)
343  if ((**it)->isAffectedBySystematic(systematic))
344  return true;
345  return false;
346 }

◆ isSupportedRunNumber()

virtual bool TauAnalysisTools::TauEfficiencyCorrectionsTool::isSupportedRunNumber ( int  iRunNumber) const
inlinevirtual

check if run number is supported in recommendations

Implements TauAnalysisTools::ITauEfficiencyCorrectionsTool.

Definition at line 71 of file TauEfficiencyCorrectionsTool.h.

72  {
73  return true;
74  };

◆ metaDataStop()

StatusCode asg::AsgMetadataTool::metaDataStop ( )
protectedvirtualinherited

Function called when the tool should write out its metadata.

Dummy implementation that can be overridden by the derived tool.

Reimplemented in xAODMaker::FileMetaDataTool, BookkeeperTool, BookkeeperDumperTool, xAODMaker::TriggerMenuMetaDataTool, and xAODMaker::TruthMetaDataTool.

Definition at line 204 of file AsgMetadataTool.cxx.

204  {
205 
206  // Return gracefully:
207  return StatusCode::SUCCESS;
208  }

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

◆ msg_level_name()

const std::string & asg::AsgTool::msg_level_name ( ) const
inherited

A deprecated function for getting the message level's name.

Instead of using this, weirdly named function, user code should get the string name of the current minimum message level (in case they really need it...), with:

MSG::name( msg().level() )

This function's name doesn't follow the ATLAS coding rules, and as such will be removed in the not too distant future.

Returns
The string name of the current minimum message level that's printed

Definition at line 101 of file AsgTool.cxx.

101  {
102 
103  return MSG::name( msg().level() );
104  }

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

◆ outputMetaStore()

AsgMetadataTool::MetaStorePtr_t asg::AsgMetadataTool::outputMetaStore ( ) const
inherited

Accessor for the output metadata store.

Definition at line 97 of file AsgMetadataTool.cxx.

97  {
98 
99 #ifdef XAOD_STANDALONE
100  return &m_outputMetaStore;
101 #else // XAOD_STANDALONE
102  return m_outputMetaStore;
103 #endif // XAOD_STANDALONE
104  }

◆ print() [1/2]

void asg::AsgTool::print ( ) const
virtualinherited

◆ print() [2/2]

virtual void asg::IAsgTool::print ( ) const
pure virtualinherited

◆ printConfig()

void TauAnalysisTools::TauEfficiencyCorrectionsTool::printConfig ( ) const
virtual

Print tool configuration.

Definition at line 245 of file TauEfficiencyCorrectionsTool.cxx.

246 {
247  ATH_MSG_DEBUG( "TauEfficiencyCorrectionsTool with name " << name() << " is configured as follows:" );
248  for (auto iEfficiencyCorrectionType : m_vEfficiencyCorrectionTypes) {
249  ATH_MSG_DEBUG( " EfficiencyCorrectionTypes " << iEfficiencyCorrectionType );
250  }
251  ATH_MSG_DEBUG( " InputFilePathRecoHadTau " << m_sInputFilePathRecoHadTau );
252  ATH_MSG_DEBUG( " InputFilePathEleIDHadTau " << m_sInputFilePathEleIDHadTau );
253  ATH_MSG_DEBUG( " InputFilePathEleIDElectron " << m_sInputFilePathEleIDElectron );
254  ATH_MSG_DEBUG( " InputFilePathJetIDHadTau " << m_sInputFilePathJetIDHadTau );
255  ATH_MSG_DEBUG( " InputFilePathDecayModeHadTau " << m_sInputFilePathDecayModeHadTau );
256  ATH_MSG_DEBUG( " InputFilePathTriggerHadTau " << m_sInputFilePathTriggerHadTau );
257  ATH_MSG_DEBUG( " VarNameRecoHadTau " << m_sVarNameRecoHadTau );
258  ATH_MSG_DEBUG( " VarNameEleIDHadTau " << m_sVarNameEleIDHadTau );
259  ATH_MSG_DEBUG( " VarNameEleIDElectron " << m_sVarNameEleIDElectron );
260  ATH_MSG_DEBUG( " VarNameJetIDHadTau " << m_sVarNameJetIDHadTau );
261  ATH_MSG_DEBUG( " VarNameDecayModeHadTau " << m_sVarNameDecayModeHadTau );
262  ATH_MSG_DEBUG( " VarNameTriggerHadTau " << m_sVarNameTriggerHadTau );
263  ATH_MSG_DEBUG( " RecommendationTag " << m_sRecommendationTag );
264  ATH_MSG_DEBUG( " TriggerName " << m_sTriggerName );
265  ATH_MSG_DEBUG( " UseTauSubstructure " << m_bUseTauSubstructure );
266  ATH_MSG_DEBUG( " UseHighPtUncert " << m_bUseHighPtUncert );
267  ATH_MSG_DEBUG( " JetIDLevel " << m_iJetIDLevel );
268  ATH_MSG_DEBUG( " EleIDLevel " << m_iEleIDLevel );
269  ATH_MSG_DEBUG( " MCCampaign " << m_sMCCampaign );
270  ATH_MSG_DEBUG( " isAFII " << m_sAFII );
271  ATH_MSG_DEBUG( " useFastSim " << m_useFastSim);
272 }

◆ readRandomRunNumber()

StatusCode TauAnalysisTools::TauEfficiencyCorrectionsTool::readRandomRunNumber ( )
private

Definition at line 634 of file TauEfficiencyCorrectionsTool.cxx.

635 {
637  {
638  static const SG::AuxElement::ConstAccessor<unsigned int> acc_rnd("RandomRunNumber");
639  const xAOD::EventInfo* eventInfo = nullptr;
640  if (!evtStore()->contains<xAOD::EventInfo>("EventInfo") || !evtStore()->retrieve(eventInfo, "EventInfo").isSuccess())
641  {
642  ANA_MSG_ERROR("Could not retrieve EventInfo");
643  return StatusCode::FAILURE;
644  }
645 
646  if (!acc_rnd.isAvailable(*eventInfo))
647  {
648  ANA_MSG_ERROR("Failed to find the RandomRunNumber decoration. Call the apply() method from the PileupReweightingTool beforehand to get period dependent SFs.");
649  return StatusCode::FAILURE;
650  }
651 
652  m_iRunNumber = acc_rnd(*eventInfo);
653 
654  ANA_MSG_VERBOSE("Read RandomRunNumber as " << m_iRunNumber);
655  }
656 
657  return StatusCode::SUCCESS;
658 }

◆ recommendedSystematics()

CP::SystematicSet TauAnalysisTools::TauEfficiencyCorrectionsTool::recommendedSystematics ( ) const
virtual

returns: the list of all systematics this tool recommends to use

Implements CP::IReentrantSystematicsTool.

Definition at line 362 of file TauEfficiencyCorrectionsTool.cxx.

363 {
364  CP::SystematicSet sRecommendedSystematics;
365  for (auto it = m_vCommonEfficiencyTools.begin(); it != m_vCommonEfficiencyTools.end(); it++)
366  sRecommendedSystematics.insert((**it)->recommendedSystematics());
367  for (auto it = m_vTriggerEfficiencyTools.begin(); it != m_vTriggerEfficiencyTools.end(); it++)
368  sRecommendedSystematics.insert((**it)->recommendedSystematics());
369  return sRecommendedSystematics;
370 }

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

◆ setUseIncidents()

void asg::AsgMetadataTool::setUseIncidents ( const bool  flag)
inlineprotectedinherited

Definition at line 132 of file AsgMetadataTool.h.

133  {
135  }

◆ sysInitialize()

StatusCode asg::AsgMetadataTool::sysInitialize ( )
virtualinherited

Function initialising the tool in the correct way in Athena.

This function is used to set up the callbacks from IncidentSvc in Athena at the right time during initialisation, without the user having to do anything special in his/her code.

Reimplemented from AthCommonDataStore< AthCommonMsg< AlgTool > >.

Definition at line 110 of file AsgMetadataTool.cxx.

110  {
111 
112 #ifndef XAOD_STANDALONE
113  if (m_useIncidents) {
114  // Connect to the IncidentSvc:
115  ServiceHandle< IIncidentSvc > incSvc( "IncidentSvc", name() );
116  ATH_CHECK( incSvc.retrieve() );
117 
118  // Set up the right callbacks: don't rethrow exceptions, any failure and we should end
119  incSvc->addListener( this, IncidentType::BeginEvent, 0, false );
120  }
121  // Let the base class do its thing:
122  ATH_CHECK( AlgTool::sysInitialize() );
123 
124 #endif // not XAOD_STANDALONE
125 
126  // Return gracefully:
127  return StatusCode::SUCCESS;
128  }

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

bool asg::AsgMetadataTool::m_beginInputFileCalled
privateinherited

Flag helping to discover when the tool misses the opening of the first input file.

Definition at line 126 of file AsgMetadataTool.h.

◆ m_bIsConfigured

bool TauAnalysisTools::TauEfficiencyCorrectionsTool::m_bIsConfigured
private

Definition at line 119 of file TauEfficiencyCorrectionsTool.h.

◆ m_bIsData

bool TauAnalysisTools::TauEfficiencyCorrectionsTool::m_bIsData
private

Definition at line 118 of file TauEfficiencyCorrectionsTool.h.

◆ m_bReadRandomRunNumber

bool TauAnalysisTools::TauEfficiencyCorrectionsTool::m_bReadRandomRunNumber
private

Definition at line 120 of file TauEfficiencyCorrectionsTool.h.

◆ m_bSkipTruthMatchCheck

bool TauAnalysisTools::TauEfficiencyCorrectionsTool::m_bSkipTruthMatchCheck
private

Definition at line 115 of file TauEfficiencyCorrectionsTool.h.

◆ m_bUseHighPtUncert

bool TauAnalysisTools::TauEfficiencyCorrectionsTool::m_bUseHighPtUncert
private

Definition at line 117 of file TauEfficiencyCorrectionsTool.h.

◆ m_bUseTauSubstructure

bool TauAnalysisTools::TauEfficiencyCorrectionsTool::m_bUseTauSubstructure
private

Definition at line 116 of file TauEfficiencyCorrectionsTool.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_firstEvent

bool TauAnalysisTools::TauEfficiencyCorrectionsTool::m_firstEvent = false
private

Definition at line 126 of file TauEfficiencyCorrectionsTool.h.

◆ m_iEleIDLevel

int TauAnalysisTools::TauEfficiencyCorrectionsTool::m_iEleIDLevel
private

Definition at line 122 of file TauEfficiencyCorrectionsTool.h.

◆ m_iJetIDLevel

int TauAnalysisTools::TauEfficiencyCorrectionsTool::m_iJetIDLevel
private

Definition at line 121 of file TauEfficiencyCorrectionsTool.h.

◆ m_iMu

unsigned int TauAnalysisTools::TauEfficiencyCorrectionsTool::m_iMu
private

Definition at line 128 of file TauEfficiencyCorrectionsTool.h.

◆ m_inputMetaStore

MetaStore_t asg::AsgMetadataTool::m_inputMetaStore
privateinherited

Object accessing the input metadata store.

Definition at line 119 of file AsgMetadataTool.h.

◆ m_iRunNumber

unsigned int TauAnalysisTools::TauEfficiencyCorrectionsTool::m_iRunNumber
private

Definition at line 127 of file TauEfficiencyCorrectionsTool.h.

◆ m_outputMetaStore

MetaStore_t asg::AsgMetadataTool::m_outputMetaStore
privateinherited

Object accessing the output metadata store.

Definition at line 121 of file AsgMetadataTool.h.

◆ m_sAFII

bool TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sAFII
private

Definition at line 124 of file TauEfficiencyCorrectionsTool.h.

◆ m_sInputFilePathDecayModeHadTau

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sInputFilePathDecayModeHadTau
private

Definition at line 101 of file TauEfficiencyCorrectionsTool.h.

◆ m_sInputFilePathEleIDElectron

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sInputFilePathEleIDElectron
private

Definition at line 103 of file TauEfficiencyCorrectionsTool.h.

◆ m_sInputFilePathEleIDHadTau

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sInputFilePathEleIDHadTau
private

Definition at line 102 of file TauEfficiencyCorrectionsTool.h.

◆ m_sInputFilePathJetIDHadTau

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sInputFilePathJetIDHadTau
private

Definition at line 100 of file TauEfficiencyCorrectionsTool.h.

◆ m_sInputFilePathRecoHadTau

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sInputFilePathRecoHadTau
private

Definition at line 99 of file TauEfficiencyCorrectionsTool.h.

◆ m_sInputFilePathTriggerHadTau

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sInputFilePathTriggerHadTau
private

Definition at line 104 of file TauEfficiencyCorrectionsTool.h.

◆ m_sMCCampaign

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sMCCampaign
private

Definition at line 123 of file TauEfficiencyCorrectionsTool.h.

◆ m_sRecommendationTag

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sRecommendationTag
private

Definition at line 112 of file TauEfficiencyCorrectionsTool.h.

◆ m_sTriggerName

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sTriggerName
private

Definition at line 113 of file TauEfficiencyCorrectionsTool.h.

◆ m_sTriggerSFMeasurement

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sTriggerSFMeasurement
private

Definition at line 114 of file TauEfficiencyCorrectionsTool.h.

◆ m_sVarNameBase

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sVarNameBase
private

Definition at line 105 of file TauEfficiencyCorrectionsTool.h.

◆ m_sVarNameDecayModeHadTau

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sVarNameDecayModeHadTau
private

Definition at line 110 of file TauEfficiencyCorrectionsTool.h.

◆ m_sVarNameEleIDElectron

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sVarNameEleIDElectron
private

Definition at line 108 of file TauEfficiencyCorrectionsTool.h.

◆ m_sVarNameEleIDHadTau

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sVarNameEleIDHadTau
private

Definition at line 107 of file TauEfficiencyCorrectionsTool.h.

◆ m_sVarNameJetIDHadTau

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sVarNameJetIDHadTau
private

Definition at line 109 of file TauEfficiencyCorrectionsTool.h.

◆ m_sVarNameRecoHadTau

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sVarNameRecoHadTau
private

Definition at line 106 of file TauEfficiencyCorrectionsTool.h.

◆ m_sVarNameTriggerHadTau

std::string TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sVarNameTriggerHadTau
private

Definition at line 111 of file TauEfficiencyCorrectionsTool.h.

◆ m_tPRWTool

ToolHandle<CP::IPileupReweightingTool> TauAnalysisTools::TauEfficiencyCorrectionsTool::m_tPRWTool
private

Definition at line 131 of file TauEfficiencyCorrectionsTool.h.

◆ m_tTauSelectionToolHandle

ToolHandle<TauAnalysisTools::ITauSelectionTool> TauAnalysisTools::TauEfficiencyCorrectionsTool::m_tTauSelectionToolHandle
private

Definition at line 130 of file TauEfficiencyCorrectionsTool.h.

◆ m_useFastSim

bool TauAnalysisTools::TauEfficiencyCorrectionsTool::m_useFastSim
private

Definition at line 125 of file TauEfficiencyCorrectionsTool.h.

◆ m_useIncidents

bool asg::AsgMetadataTool::m_useIncidents
privateinherited

Definition at line 128 of file AsgMetadataTool.h.

◆ m_varHandleArraysDeclared

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

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vCommonEfficiencyTools

std::vector< asg::AnaToolHandle<ITauEfficiencyCorrectionsTool>* > TauAnalysisTools::TauEfficiencyCorrectionsTool::m_vCommonEfficiencyTools
private

Definition at line 97 of file TauEfficiencyCorrectionsTool.h.

◆ m_vEfficiencyCorrectionTypes

std::vector<int> TauAnalysisTools::TauEfficiencyCorrectionsTool::m_vEfficiencyCorrectionTypes
private

Definition at line 96 of file TauEfficiencyCorrectionsTool.h.

◆ m_vhka

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

Definition at line 398 of file AthCommonDataStore.h.

◆ m_vTriggerEfficiencyTools

std::vector< asg::AnaToolHandle<ITauEfficiencyCorrectionsTool>* > TauAnalysisTools::TauEfficiencyCorrectionsTool::m_vTriggerEfficiencyTools
private

Definition at line 98 of file TauEfficiencyCorrectionsTool.h.


The documentation for this class was generated from the following files:
python.PyKernel.retrieve
def retrieve(aClass, aKey=None)
Definition: PyKernel.py:110
python.Dso.registry
registry
Definition: Control/AthenaServices/python/Dso.py:159
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_bIsConfigured
bool m_bIsConfigured
Definition: TauEfficiencyCorrectionsTool.h:119
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_bReadRandomRunNumber
bool m_bReadRandomRunNumber
Definition: TauEfficiencyCorrectionsTool.h:120
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_tPRWTool
ToolHandle< CP::IPileupReweightingTool > m_tPRWTool
Definition: TauEfficiencyCorrectionsTool.h:131
TauAnalysisTools::SFTriggerHadTau
@ SFTriggerHadTau
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:80
ATH_MSG_FATAL
#define ATH_MSG_FATAL(x)
Definition: AthMsgStreamMacros.h:34
asg::AnaToolHandle
a modified tool handle that allows its owner to configure new tools from the C++ side
Definition: AnaToolHandle.h:34
asg::AsgMetadataTool::beginEvent
virtual StatusCode beginEvent()
Function called when a new events is loaded.
Definition: AsgMetadataTool.cxx:196
get_generator_info.result
result
Definition: get_generator_info.py:21
StateLessPT_NewConfig.proxy
proxy
Definition: StateLessPT_NewConfig.py:392
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
TauAnalysisTools::JETIDRNNTIGHT
@ JETIDRNNTIGHT
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:22
TauAnalysisTools::TauSelectionTool
Definition: TauSelectionTool.h:53
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sVarNameJetIDHadTau
std::string m_sVarNameJetIDHadTau
Definition: TauEfficiencyCorrectionsTool.h:109
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sInputFilePathJetIDHadTau
std::string m_sInputFilePathJetIDHadTau
Definition: TauEfficiencyCorrectionsTool.h:100
TauAnalysisTools::TauEfficiencyCorrectionsTool::GetTriggerSFMeasurementString
std::string GetTriggerSFMeasurementString() const
Definition: TauEfficiencyCorrectionsTool.cxx:620
AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
TauAnalysisTools::JETIDRNNMEDIUM
@ JETIDRNNMEDIUM
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:21
TauAnalysisTools::TauEfficiencyCorrectionsTool::ConvertEleIDToString
std::string ConvertEleIDToString(const int iLevel) const
Definition: TauEfficiencyCorrectionsTool.cxx:586
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_firstEvent
bool m_firstEvent
Definition: TauEfficiencyCorrectionsTool.h:126
TauAnalysisTools::SFDecayModeHadTau
@ SFDecayModeHadTau
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:85
skel.it
it
Definition: skel.GENtoEVGEN.py:423
CP::SystematicSet
Class to wrap a set of SystematicVariations.
Definition: SystematicSet.h:31
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
asg::AsgMetadataTool::inputMetaStore
MetaStorePtr_t inputMetaStore() const
Accessor for the input metadata store.
Definition: AsgMetadataTool.cxx:88
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sVarNameTriggerHadTau
std::string m_sVarNameTriggerHadTau
Definition: TauEfficiencyCorrectionsTool.h:111
TauAnalysisTools::JETIDRNNLOOSE
@ JETIDRNNLOOSE
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:20
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sVarNameEleIDHadTau
std::string m_sVarNameEleIDHadTau
Definition: TauEfficiencyCorrectionsTool.h:107
ANA_MSG_ERROR
#define ANA_MSG_ERROR(xmsg)
Macro printing error messages.
Definition: Control/AthToolSupport/AsgMessaging/AsgMessaging/MessageCheck.h:294
ANA_CHECK
#define ANA_CHECK(EXP)
check whether the given expression was successful
Definition: Control/AthToolSupport/AsgMessaging/AsgMessaging/MessageCheck.h:324
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sTriggerSFMeasurement
std::string m_sTriggerSFMeasurement
Definition: TauEfficiencyCorrectionsTool.h:114
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sInputFilePathTriggerHadTau
std::string m_sInputFilePathTriggerHadTau
Definition: TauEfficiencyCorrectionsTool.h:104
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sInputFilePathEleIDElectron
std::string m_sInputFilePathEleIDElectron
Definition: TauEfficiencyCorrectionsTool.h:103
asg::AsgMetadataTool::m_beginInputFileCalled
bool m_beginInputFileCalled
Flag helping to discover when the tool misses the opening of the first input file.
Definition: AsgMetadataTool.h:126
SG::ConstAccessor
Helper class to provide constant type-safe access to aux data.
Definition: ConstAccessor.h:54
asg::AsgMetadataTool::endInputFile
virtual StatusCode endInputFile()
Function called when the currently open input file got completely processed.
Definition: AsgMetadataTool.cxx:188
asg::AsgMetadataTool::m_outputMetaStore
MetaStore_t m_outputMetaStore
Object accessing the output metadata store.
Definition: AsgMetadataTool.h:121
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
ATH_MSG_VERBOSE
#define ATH_MSG_VERBOSE(x)
Definition: AthMsgStreamMacros.h:28
ASG_MAKE_ANA_TOOL
#define ASG_MAKE_ANA_TOOL(handle, type)
create the tool in the given tool handle
Definition: AnaToolHandle.h:690
TauAnalysisTools::JETIDNONE
@ JETIDNONE
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:14
asg::AnaToolHandle::setProperty
StatusCode setProperty(const std::string &property, const T2 &value)
set the given property of the tool.
TauAnalysisTools::CutJetIDWP
@ CutJetIDWP
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:47
xAOD::EventInfo_v1::IS_SIMULATION
@ IS_SIMULATION
true: simulation, false: data
Definition: EventInfo_v1.h:151
TauAnalysisTools::SFEleIDElectron
@ SFEleIDElectron
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:77
xAOD::EventInfo_v1::runNumber
uint32_t runNumber() const
The current event's run number.
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sAFII
bool m_sAFII
Definition: TauEfficiencyCorrectionsTool.h:124
python.iconfTool.models.loaders.level
level
Definition: loaders.py:20
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_vTriggerEfficiencyTools
std::vector< asg::AnaToolHandle< ITauEfficiencyCorrectionsTool > * > m_vTriggerEfficiencyTools
Definition: TauEfficiencyCorrectionsTool.h:98
TauAnalysisTools::ELEIDRNNLOOSE
@ ELEIDRNNLOOSE
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:33
xAOD::FileMetaData_v1::value
bool value(MetaDataType type, std::string &val) const
Get a pre-defined string value out of the object.
Definition: FileMetaData_v1.cxx:195
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
xAOD::FileMetaData_v1::simFlavour
@ simFlavour
Fast or Full sim [string].
Definition: FileMetaData_v1.h:76
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_vEfficiencyCorrectionTypes
std::vector< int > m_vEfficiencyCorrectionTypes
Definition: TauEfficiencyCorrectionsTool.h:96
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sVarNameEleIDElectron
std::string m_sVarNameEleIDElectron
Definition: TauEfficiencyCorrectionsTool.h:108
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_iRunNumber
unsigned int m_iRunNumber
Definition: TauEfficiencyCorrectionsTool.h:127
AthCommonDataStore< AthCommonMsg< AlgTool > >::evtStore
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition: AthCommonDataStore.h:85
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_vCommonEfficiencyTools
std::vector< asg::AnaToolHandle< ITauEfficiencyCorrectionsTool > * > m_vCommonEfficiencyTools
Definition: TauEfficiencyCorrectionsTool.h:97
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_bUseTauSubstructure
bool m_bUseTauSubstructure
Definition: TauEfficiencyCorrectionsTool.h:116
AthCommonDataStore
Definition: AthCommonDataStore.h:52
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_bUseHighPtUncert
bool m_bUseHighPtUncert
Definition: TauEfficiencyCorrectionsTool.h:117
TauAnalysisTools::TauEfficiencyCorrectionsTool::readRandomRunNumber
StatusCode readRandomRunNumber()
Definition: TauEfficiencyCorrectionsTool.cxx:634
TauAnalysisTools::ELEIDNONE
@ ELEIDNONE
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:32
TauAnalysisTools::TauEfficiencyCorrectionsTool::initializeWithTauSelectionTool
StatusCode initializeWithTauSelectionTool(TauSelectionTool *tauSelectionTool)
Definition: TauEfficiencyCorrectionsTool.cxx:68
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sTriggerName
std::string m_sTriggerName
Definition: TauEfficiencyCorrectionsTool.h:113
asg::AsgMetadataTool::beginInputFile
virtual StatusCode beginInputFile()
Function called when a new input file is opened.
Definition: AsgMetadataTool.cxx:180
master.flag
bool flag
Definition: master.py:29
ANA_MSG_WARNING
#define ANA_MSG_WARNING(xmsg)
Macro printing warning messages.
Definition: Control/AthToolSupport/AsgMessaging/AsgMessaging/MessageCheck.h:292
Amg::transform
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
Definition: GeoPrimitivesHelpers.h:156
TauAnalysisTools::CommonEfficiencyTool
Definition: CommonEfficiencyTool.h:39
asg::AsgMetadataTool::metaDataStop
virtual StatusCode metaDataStop()
Function called when the tool should write out its metadata.
Definition: AsgMetadataTool.cxx:204
python.xAODType.dummy
dummy
Definition: xAODType.py:4
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_tTauSelectionToolHandle
ToolHandle< TauAnalysisTools::ITauSelectionTool > m_tTauSelectionToolHandle
Definition: TauEfficiencyCorrectionsTool.h:130
MSG::name
const std::string & name(Level lvl)
Convenience function for translating message levels to strings.
Definition: MsgLevel.cxx:19
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_iEleIDLevel
int m_iEleIDLevel
Definition: TauEfficiencyCorrectionsTool.h:122
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_bSkipTruthMatchCheck
bool m_bSkipTruthMatchCheck
Definition: TauEfficiencyCorrectionsTool.h:115
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
TauAnalysisTools::TauEfficiencyCorrectionsTool::ConvertTriggerIDToString
std::string ConvertTriggerIDToString(const int iLevel) const
Definition: TauEfficiencyCorrectionsTool.cxx:603
TauAnalysisTools::ELEIDRNNMEDIUM
@ ELEIDRNNMEDIUM
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:34
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sInputFilePathEleIDHadTau
std::string m_sInputFilePathEleIDHadTau
Definition: TauEfficiencyCorrectionsTool.h:102
xAOD::FileMetaData_v1
Class holding file-level metadata about an xAOD file.
Definition: FileMetaData_v1.h:34
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
TauAnalysisTools::TauEfficiencyCorrectionsTool::printConfig
virtual void printConfig() const
Print tool configuration.
Definition: TauEfficiencyCorrectionsTool.cxx:245
xAOD::EventInfo_v1::averageInteractionsPerCrossing
float averageInteractionsPerCrossing() const
Average interactions per crossing for all BCIDs - for out-of-time pile-up.
Definition: EventInfo_v1.cxx:397
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sMCCampaign
std::string m_sMCCampaign
Definition: TauEfficiencyCorrectionsTool.h:123
asg::AsgMetadataTool::m_inputMetaStore
MetaStore_t m_inputMetaStore
Object accessing the input metadata store.
Definition: AsgMetadataTool.h:119
TauAnalysisTools::ELEIDRNNTIGHT
@ ELEIDRNNTIGHT
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:35
CP::SystematicSet::insert
void insert(const SystematicVariation &systematic)
description: insert a systematic into the set
Definition: SystematicSet.cxx:88
ANA_MSG_VERBOSE
#define ANA_MSG_VERBOSE(xmsg)
Macro printing verbose messages.
Definition: Control/AthToolSupport/AsgMessaging/AsgMessaging/MessageCheck.h:286
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
TauAnalysisTools::SFJetIDHadTau
@ SFJetIDHadTau
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:70
TauAnalysisTools::SFRecoHadTau
@ SFRecoHadTau
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:65
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_iMu
unsigned int m_iMu
Definition: TauEfficiencyCorrectionsTool.h:128
TauAnalysisTools::CutEleIDWP
@ CutEleIDWP
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:49
xAOD::EventInfo_v1
Class describing the basic event information.
Definition: EventInfo_v1.h:43
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sRecommendationTag
std::string m_sRecommendationTag
Definition: TauEfficiencyCorrectionsTool.h:112
TauAnalysisTools::TauEfficiencyCorrectionsTool::initializeTools_2022_prerec
StatusCode initializeTools_2022_prerec()
Definition: TauEfficiencyCorrectionsTool.cxx:389
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sInputFilePathDecayModeHadTau
std::string m_sInputFilePathDecayModeHadTau
Definition: TauEfficiencyCorrectionsTool.h:101
CP::CorrectionCode::Ok
@ Ok
The correction was done successfully.
Definition: CorrectionCode.h:38
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sVarNameDecayModeHadTau
std::string m_sVarNameDecayModeHadTau
Definition: TauEfficiencyCorrectionsTool.h:110
a
TList * a
Definition: liststreamerinfos.cxx:10
TauAnalysisTools::SFEleIDHadTau
@ SFEleIDHadTau
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:75
h
asg::AsgMetadataTool
Base class for dual-use tools that provide file metadata access.
Definition: AsgMetadataTool.h:48
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
ANA_CHECK_SET_TYPE
#define ANA_CHECK_SET_TYPE(TYPE)
set the type for ANA_CHECK to report failures
Definition: Control/AthToolSupport/AsgMessaging/AsgMessaging/MessageCheck.h:314
CP::SystematicRegistry
This module implements the central registry for handling systematic uncertainties with CP tools.
Definition: SystematicRegistry.h:25
AthCommonMsg< AlgTool >::msg
MsgStream & msg() const
Definition: AthCommonMsg.h:24
CP::CorrectionCode
Return value from object correction CP tools.
Definition: CorrectionCode.h:31
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
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_iJetIDLevel
int m_iJetIDLevel
Definition: TauEfficiencyCorrectionsTool.h:121
dqt_zlumi_alleff_HIST.eff
int eff
Definition: dqt_zlumi_alleff_HIST.py:113
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:790
TauAnalysisTools::JETIDRNNVERYLOOSE
@ JETIDRNNVERYLOOSE
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:19
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sInputFilePathRecoHadTau
std::string m_sInputFilePathRecoHadTau
Definition: TauEfficiencyCorrectionsTool.h:99
SG::DataProxy
Definition: DataProxy.h:44
TauAnalysisTools::TauEfficiencyCorrectionsTool::firstEvent
StatusCode firstEvent()
Definition: TauEfficiencyCorrectionsTool.cxx:192
AthCommonDataStore::declareGaudiProperty
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition: AthCommonDataStore.h:156
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_sVarNameRecoHadTau
std::string m_sVarNameRecoHadTau
Definition: TauEfficiencyCorrectionsTool.h:106
TauAnalysisTools::TauEfficiencyCorrectionsTool::ConvertJetIDToString
std::string ConvertJetIDToString(const int iLevel) const
Definition: TauEfficiencyCorrectionsTool.cxx:565
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_useFastSim
bool m_useFastSim
Definition: TauEfficiencyCorrectionsTool.h:125
fitman.k
k
Definition: fitman.py:528
xAOD::EventInfo_v1::eventType
bool eventType(EventType type) const
Check for one particular bitmask value.
CP::SystematicRegistry::getInstance
static SystematicRegistry & getInstance()
Get the singleton instance of the registry for the curren thread.
Definition: SystematicRegistry.cxx:25
ServiceHandle< IIncidentSvc >
TauAnalysisTools::TauEfficiencyCorrectionsTool::m_bIsData
bool m_bIsData
Definition: TauEfficiencyCorrectionsTool.h:118
asg::AsgMetadataTool::m_useIncidents
bool m_useIncidents
Definition: AsgMetadataTool.h:128