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

#include <TauSelectionTool.h>

Inheritance diagram for TauAnalysisTools::TauSelectionTool:
Collaboration diagram for TauAnalysisTools::TauSelectionTool:

Public Member Functions

 TauSelectionTool (const std::string &name)
 Constructor for standalone usage. More...
 
virtual ~TauSelectionTool ()
 
virtual StatusCode initialize () override
 Function initialising the tool. More...
 
virtual const asg::AcceptInfogetAcceptInfo () const override
 Get an object describing the "selection steps" of the tool. More...
 
virtual asg::AcceptData accept (const xAOD::IParticle *p) const override
 Get the decision using a generic IParticle pointer. More...
 
virtual asg::AcceptData accept (const xAOD::TauJet &tau) const override
 Get the decision for a specific TauJet object. More...
 
virtual void setOutFile (TFile *fOutFile) override
 Set output file for control histograms. More...
 
virtual void writeControlHistograms () override
 Write control histograms to output file. 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...
 

Protected Attributes

TFile * m_fOutFile
 
std::shared_ptr< TH1Fm_hCutFlow
 
bool m_bCreateControlPlots
 
asg::AcceptInfo m_aAccept
 Object used to store selection information. More...
 

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t
 

Private Member Functions

 ASG_TOOL_CLASS2 (TauSelectionTool, IAsgSelectionTool, TauAnalysisTools::ITauSelectionTool) friend class TauEfficiencyCorrectionsTool
 Create a proper constructor for Athena. More...
 
virtual StatusCode beginEvent () override
 Function called when a new events is loaded. More...
 
template<typename T , typename U >
void FillRegionVector (std::vector< T > &vRegion, U tMin, U tMax) const
 
template<typename T , typename U >
void FillValueVector (std::vector< T > &vRegion, U tVal) const
 
template<typename T >
void PrintConfigRegion (const std::string &sCutName, std::vector< T > &vRegion) const
 
template<typename T >
void PrintConfigValue (const std::string &sCutName, std::vector< T > &vRegion) const
 
template<typename T >
void PrintConfigValue (const std::string &sCutName, T &sVal) const
 
void setupCutFlowHistogram ()
 
int convertStrToJetIDWP (const std::string &sJetIDWP) const
 
int convertStrToEleIDWP (const std::string &sEleIDWP) const
 
std::string convertJetIDWPToStr (int iJetIDWP) const
 
std::string convertEleIDWPToStr (int iEleIDWP) const
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &)
 specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &)
 specialization for handling Gaudi::Property<SG::VarHandleBase> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &)
 specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
 

Private Attributes

int m_iSelectionCuts
 
std::vector< float > m_vPtRegion
 
std::vector< float > m_vAbsEtaRegion
 
std::vector< int > m_vAbsCharges
 
std::vector< unsigned > m_vNTracks
 
std::vector< float > m_vJetRNNSigTransRegion
 
std::vector< float > m_vGNTauSigTransRegion
 
std::string m_sJetIDWP
 
int m_iJetIDWP
 
std::vector< float > m_vEleRNNRegion
 
std::string m_sEleIDWP
 
int m_iEleIDWP
 
int m_iEleIDVersion
 
bool m_bMuonOLR
 
float m_dPtMin
 
float m_dPtMax
 
float m_dAbsEtaMin
 
float m_dAbsEtaMax
 
float m_iAbsCharge
 
float m_iNTrack
 
float m_dJetRNNSigTransMin
 
float m_dJetRNNSigTransMax
 
float m_dGNTauSigTransMin
 
float m_dGNTauSigTransMax
 
float m_dEleRNNMin
 
float m_dEleRNNMax
 
std::string m_sConfigPath
 
SG::ReadHandleKey< xAOD::MuonContainerm_muonContainerKey {this, "MuonContainerName", "Muons", "Muon container name"}
 
SG::ReadHandleKey< xAOD::TauJetContainerm_tauContainerKey {this, "TauContainerName", "TauJets", "Tau container name"}
 
SG::ReadDecorHandleKey< xAOD::TauJetContainerm_eVetoDecorKey {this, "eVetoDecorName", "", "Name of eVeto decoration"}
 
SG::ReadDecorHandleKey< xAOD::TauJetContainerm_GNTauDecorKey {this, "GNTauDecorName", "", "Name of GnTauID decoration"}
 
std::map< SelectionCuts, std::unique_ptr< TauAnalysisTools::TauSelectionCut > > m_cMap
 
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
 

Friends

class TauSelectionCut
 need to define cut classes to be friends to access protected variables, needed for access of cut thresholds More...
 
class TauSelectionCutPt
 
class TauSelectionCutAbsEta
 
class TauSelectionCutAbsCharge
 
class TauSelectionCutNTracks
 
class TauSelectionCutJetIDWP
 
class TauSelectionCutRNNJetScoreSigTrans
 
class TauSelectionCutGNTauScoreSigTrans
 
class TauSelectionCutRNNEleScore
 
class TauSelectionCutEleIDWP
 
class TauSelectionCutMuonOLR
 

Callback functions helping in metadata reading/writing

void setUseIncidents (const bool flag)
 
virtual void handle (const Incident &inc)
 Function receiving incidents from IncidentSvc/TEvent. More...
 
virtual StatusCode beginInputFile ()
 Function called when a new input file is opened. More...
 
virtual StatusCode endInputFile ()
 Function called when the currently open input file got completely processed. More...
 
virtual StatusCode metaDataStop ()
 Function called when the tool should write out its metadata. More...
 

Detailed Description

Definition at line 50 of file TauSelectionTool.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

◆ TauSelectionTool()

TauSelectionTool::TauSelectionTool ( const std::string &  name)

Constructor for standalone usage.

Definition at line 24 of file TauSelectionTool.cxx.

26  , m_sJetIDWP("JETIDNONE")
27  , m_sEleIDWP("ELEIDNONE")
28  , m_fOutFile(nullptr)
29  , m_aAccept( "TauSelection" )
30 {
31  declareProperty( "CreateControlPlots", m_bCreateControlPlots = false);
32  /*
33  Baseline properties declaration:
34  properties containing 'Region' are a vector of lower and upper bounds
35  other properties named in plural are a list of exact values to cut on
36  other properties are single cuts
37  */
38  declareProperty( "ConfigPath", m_sConfigPath = "TauAnalysisTools/"+std::string(sSharedFilesVersion)+"/Selection/recommended_selection_r22.conf");
39  declareProperty( "SelectionCuts", m_iSelectionCuts = NoCut); // initialize with 'no' cuts
40  declareProperty( "PtRegion", m_vPtRegion = {}); // in GeV
41  declareProperty( "PtMin", m_dPtMin = NAN); // in GeV
42  declareProperty( "PtMax", m_dPtMax = NAN); // in GeV
43  declareProperty( "AbsEtaRegion", m_vAbsEtaRegion = {});
44  declareProperty( "AbsEtaMin", m_dAbsEtaMin = NAN);
45  declareProperty( "AbsEtaMax", m_dAbsEtaMax = NAN);
46  declareProperty( "AbsCharges", m_vAbsCharges = {});
47  declareProperty( "AbsCharge", m_iAbsCharge = NAN);
48  declareProperty( "NTracks", m_vNTracks = {});
49  declareProperty( "NTrack", m_iNTrack = NAN);
50  declareProperty( "JetRNNSigTransRegion", m_vJetRNNSigTransRegion = {});
51  declareProperty( "JetRNNSigTransMin", m_dJetRNNSigTransMin = NAN);
52  declareProperty( "JetRNNSigTransMax", m_dJetRNNSigTransMax = NAN);
53  declareProperty( "GNTauSigTransRegion", m_vGNTauSigTransRegion = {});
54  declareProperty( "GNTauSigTransMin", m_dGNTauSigTransMin = NAN);
55  declareProperty( "GNTauSigTransMax", m_dGNTauSigTransMax = NAN);
56  declareProperty( "JetIDWP", m_iJetIDWP = 0);
57  declareProperty( "EleRNNRegion", m_vEleRNNRegion = {});
58  declareProperty( "EleRNNMin", m_dEleRNNMin = NAN);
59  declareProperty( "EleRNNMax", m_dEleRNNMax = NAN);
60  declareProperty( "EleIDWP", m_iEleIDWP = 0);
61  declareProperty( "EleIDVersion", m_iEleIDVersion = 1);
62  declareProperty( "MuonOLR", m_bMuonOLR = false);
63 }

◆ ~TauSelectionTool()

TauSelectionTool::~TauSelectionTool ( )
virtual

Definition at line 66 of file TauSelectionTool.cxx.

67 {
68  m_cMap.clear();
69 }

Member Function Documentation

◆ accept() [1/2]

asg::AcceptData TauSelectionTool::accept ( const xAOD::IParticle p) const
overridevirtual

Get the decision using a generic IParticle pointer.

Implements IAsgSelectionTool.

Definition at line 383 of file TauSelectionTool.cxx.

384 {
385  // Check if this is a tau:
386  if( xP->type() != xAOD::Type::Tau )
387  {
388  ATH_MSG_ERROR( "accept(...) Function received a non-tau" );
389  return asg::AcceptData (&m_aAccept);
390  }
391 
392  // Cast it to a tau:
393  const xAOD::TauJet* xTau = dynamic_cast< const xAOD::TauJet* >( xP );
394  if( ! xTau )
395  {
396  ATH_MSG_FATAL( "accept(...) Failed to cast particle to tau" );
397  return asg::AcceptData (&m_aAccept);
398  }
399 
400  // Let the specific function do the work:
401  return accept( *xTau );
402 }

◆ accept() [2/2]

asg::AcceptData TauSelectionTool::accept ( const xAOD::TauJet tau) const
overridevirtual

Get the decision for a specific TauJet object.

Implements TauAnalysisTools::ITauSelectionTool.

Definition at line 405 of file TauSelectionTool.cxx.

406 {
407  asg::AcceptData acceptData (&m_aAccept);
408 
409  int iNBin = 0;
410 
412  {
413  // fill cutflow 'All' bin
414  m_hCutFlow->Fill(iNBin);
415  // fill main distributions before all cuts
416  for (const auto& entry : m_cMap)
417  entry.second->fillHistogramCutPre(xTau);
418  }
419  try
420  {
421  for (const auto& entry : m_cMap)
422  {
423  if (m_iSelectionCuts & entry.first)
424  {
425  if (!entry.second->accept(xTau, acceptData))
426  return acceptData;
427  else
428  {
430  {
431  // fill cutflow after each passed cut
432  iNBin++;
433  m_hCutFlow->Fill(iNBin);
434  }
435  }
436  }
437  }
438  }
439  catch (const std::runtime_error& error)
440  {
441  // LEGACY: In practical terms this should probably just throw, not
442  // print a warning/error and then continue on. However, I leave
443  // that to the experts who probably had a reason not to let the
444  // exception escape. For now I just downgraded it from error to
445  // warning and limited the number of warnings (04 Jan 22).
446  static std::atomic<uint64_t> warning_count (0u);
447  auto mycount = ++ warning_count;
448  if (mycount < 10u)
449  {
450  ATH_MSG_WARNING(error.what());
451  if (mycount == 9u)
452  ATH_MSG_WARNING ("this is your last warning");
453  }
454  }
455 
456  // fill main distributions after all cuts
458  {
459  for (const auto& entry : m_cMap)
460  entry.second->fillHistogramCut(xTau);
461  }
462 
463  // // Return the result:
464  return acceptData;
465 }

◆ ASG_TOOL_CLASS2()

TauAnalysisTools::TauSelectionTool::ASG_TOOL_CLASS2 ( TauSelectionTool  ,
IAsgSelectionTool  ,
TauAnalysisTools::ITauSelectionTool   
)
private

Create a proper constructor for Athena.

◆ beginEvent()

StatusCode TauSelectionTool::beginEvent ( )
overrideprivatevirtual

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 371 of file TauSelectionTool.cxx.

372 {
373  return StatusCode::SUCCESS;
374 }

◆ beginInputFile()

StatusCode asg::AsgMetadataTool::beginInputFile ( )
protectedvirtualinherited

Function called when a new input file is opened.

Dummy implementation that can be overridden by the derived tool.

Reimplemented in AsgElectronEfficiencyCorrectionTool, TrigConf::xAODConfigTool, PMGTools::PMGTruthWeightTool, BookkeeperTool, HFORSelectionTool, xAODMaker::FileMetaDataTool, BookkeeperDumperTool, Trig::TrigDecisionTool, xAODMaker::TriggerMenuMetaDataTool, xAODMaker::TruthMetaDataTool, Trig::xAODBunchCrossingTool, TauAnalysisTools::TauEfficiencyCorrectionsTool, and TauAnalysisTools::TauSmearingTool.

Definition at line 180 of file AsgMetadataTool.cxx.

180  {
181 
182  // Return gracefully:
183  return StatusCode::SUCCESS;
184  }

◆ convertEleIDWPToStr()

std::string TauSelectionTool::convertEleIDWPToStr ( int  iEleIDWP) const
private

Definition at line 630 of file TauSelectionTool.cxx.

631 {
632  switch (iEleIDWP)
633  {
635  return "ELEIDNONE";
636  case ELEIDNONE:
637  return "ELEIDNONE";
638  case ELEIDRNNLOOSE:
639  return "ELEIDRNNLOOSE";
640  case ELEIDRNNMEDIUM:
641  return "ELEIDRNNMEDIUM";
642  case ELEIDRNNTIGHT:
643  return "ELEIDRNNTIGHT";
644  default:
645  ATH_MSG_WARNING( "EleID working point with enum " << iEleIDWP << " is unknown, the EleIDWP cut will not accept any tau!" );
646  return "";
647  }
648 }

◆ convertJetIDWPToStr()

std::string TauSelectionTool::convertJetIDWPToStr ( int  iJetIDWP) const
private

Definition at line 598 of file TauSelectionTool.cxx.

599 {
600  switch (iJetIDWP)
601  {
603  return "JETIDNONE";
604  case JETIDNONE:
605  return "JETIDNONE";
606  case JETIDRNNVERYLOOSE:
607  return "JETIDRNNVERYLOOSE";
608  case JETIDRNNLOOSE:
609  return "JETIDRNNLOOSE";
610  case JETIDRNNMEDIUM:
611  return "JETIDRNNMEDIUM";
612  case JETIDRNNTIGHT:
613  return "JETIDRNNTIGHT";
614  case JETIDGNTAUVERYLOOSE:
615  return "JETIDGNTAUVERYLOOSE";
616  case JETIDGNTAULOOSE:
617  return "JETIDGNTAULOOSE";
618  case JETIDGNTAUMEDIUM:
619  return "JETIDGNTAUMEDIUM";
620  case JETIDGNTAUTIGHT:
621  return "JETIDGNTAUTIGHT";
622 
623  default:
624  ATH_MSG_WARNING( "JetID working point with enum " << iJetIDWP << " is unknown, the JetIDWP cut will not accept any tau!" );
625  return "";
626  }
627 }

◆ convertStrToEleIDWP()

int TauSelectionTool::convertStrToEleIDWP ( const std::string &  sEleIDWP) const
private

Definition at line 586 of file TauSelectionTool.cxx.

587 {
588  if (sEleIDWP == "ELEIDNONE") return int(ELEIDNONE);
589  else if (sEleIDWP == "ELEIDRNNLOOSE") return int(ELEIDRNNLOOSE);
590  else if (sEleIDWP == "ELEIDRNNMEDIUM") return int(ELEIDRNNMEDIUM);
591  else if (sEleIDWP == "ELEIDRNNTIGHT") return int(ELEIDRNNTIGHT);
592 
593  ATH_MSG_ERROR( "electron ID working point " << sEleIDWP << " is unknown, the EleIDWP cut will not accept any tau!" );
594  return -1;
595 }

◆ convertStrToJetIDWP()

int TauSelectionTool::convertStrToJetIDWP ( const std::string &  sJetIDWP) const
private

Definition at line 569 of file TauSelectionTool.cxx.

570 {
571  if (sJetIDWP == "JETIDNONE") return int(JETIDNONE);
572  else if (sJetIDWP == "JETIDRNNVERYLOOSE") return int(JETIDRNNVERYLOOSE);
573  else if (sJetIDWP == "JETIDRNNLOOSE") return int(JETIDRNNLOOSE);
574  else if (sJetIDWP == "JETIDRNNMEDIUM") return int(JETIDRNNMEDIUM);
575  else if (sJetIDWP == "JETIDRNNTIGHT") return int(JETIDRNNTIGHT);
576  else if (sJetIDWP == "JETIDGNTAUVERYLOOSE") return int(JETIDGNTAUVERYLOOSE);
577  else if (sJetIDWP == "JETIDGNTAULOOSE") return int(JETIDGNTAULOOSE);
578  else if (sJetIDWP == "JETIDGNTAUMEDIUM") return int(JETIDGNTAUMEDIUM);
579  else if (sJetIDWP == "JETIDGNTAUTIGHT") return int(JETIDGNTAUTIGHT);
580 
581  ATH_MSG_ERROR( "jet ID working point "<<sJetIDWP<<" is unknown, the JetIDWP cut will not accept any tau!" );
582  return -1;
583 }

◆ 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

◆ FillRegionVector()

template<typename T , typename U >
void TauSelectionTool::FillRegionVector ( std::vector< T > &  vRegion,
tMin,
tMax 
) const
private

Definition at line 517 of file TauSelectionTool.cxx.

518 {
519  if (!vRegion.empty())
520  return;
521  if (tMin == tMin) // if tMin is NAN, then this assumption fails and -inf is added to the vector
522  vRegion.push_back(tMin);
523  else
524  vRegion.push_back(-std::numeric_limits<T>::infinity());
525 
526  if (tMax == tMax) // if tMax is NAN, then this assumption fails and inf is added to the vector
527  vRegion.push_back(tMax);
528  else
529  vRegion.push_back(std::numeric_limits<T>::infinity());
530 }

◆ FillValueVector()

template<typename T , typename U >
void TauSelectionTool::FillValueVector ( std::vector< T > &  vRegion,
tVal 
) const
private

Definition at line 534 of file TauSelectionTool.cxx.

535 {
536  if (!vRegion.empty())
537  return;
538  if (tVal == tVal) // if tMax is NAN, then this assumption fails and nothing is added to the vector
539  vRegion.push_back(tVal);
540 }

◆ getAcceptInfo()

const asg::AcceptInfo & TauSelectionTool::getAcceptInfo ( ) const
overridevirtual

Get an object describing the "selection steps" of the tool.

Implements IAsgSelectionTool.

Definition at line 377 of file TauSelectionTool.cxx.

378 {
379  return m_aAccept;
380 }

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

◆ 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 TauSelectionTool::initialize ( )
overridevirtual

Function initialising the tool.

Implements TauAnalysisTools::ITauSelectionTool.

Definition at line 72 of file TauSelectionTool.cxx.

73 {
74  bool bConfigViaConfigFile = !m_sConfigPath.empty();
75  bool bConfigViaProperties = false;
76  if (!bConfigViaProperties and !m_vPtRegion.empty()) bConfigViaProperties = true;
77  if (!bConfigViaProperties and m_dPtMin == m_dPtMin) bConfigViaProperties = true;
78  if (!bConfigViaProperties and m_dPtMax == m_dPtMax) bConfigViaProperties = true;
79  if (!bConfigViaProperties and !m_vAbsEtaRegion.empty()) bConfigViaProperties = true;
80  if (!bConfigViaProperties and m_dAbsEtaMin == m_dAbsEtaMin) bConfigViaProperties = true;
81  if (!bConfigViaProperties and m_dAbsEtaMax == m_dAbsEtaMax) bConfigViaProperties = true;
82  if (!bConfigViaProperties and !m_vAbsCharges.empty()) bConfigViaProperties = true;
83  if (!bConfigViaProperties and m_iAbsCharge == m_iAbsCharge) bConfigViaProperties = true;
84  if (!bConfigViaProperties and !m_vNTracks.empty()) bConfigViaProperties = true;
85  if (!bConfigViaProperties and m_iNTrack == m_iNTrack) bConfigViaProperties = true;
86  if (!bConfigViaProperties and !m_vJetRNNSigTransRegion.empty()) bConfigViaProperties = true;
87  if (!bConfigViaProperties and m_dJetRNNSigTransMin == m_dJetRNNSigTransMin) bConfigViaProperties = true;
88  if (!bConfigViaProperties and m_dJetRNNSigTransMax == m_dJetRNNSigTransMax) bConfigViaProperties = true;
89  if (!bConfigViaProperties and !m_vGNTauSigTransRegion.empty()) bConfigViaProperties = true;
90  if (!bConfigViaProperties and m_dGNTauSigTransMin == m_dGNTauSigTransMin) bConfigViaProperties = true;
91  if (!bConfigViaProperties and m_dGNTauSigTransMax == m_dGNTauSigTransMax) bConfigViaProperties = true;
92  if (!bConfigViaProperties and m_iJetIDWP != 0) bConfigViaProperties = true;
93  if (!bConfigViaProperties and !m_vEleRNNRegion.empty()) bConfigViaProperties = true;
94  if (!bConfigViaProperties and m_dEleRNNMin == m_dEleRNNMin) bConfigViaProperties = true;
95  if (!bConfigViaProperties and m_dEleRNNMax == m_dEleRNNMax) bConfigViaProperties = true;
96  if (!bConfigViaProperties and m_iEleIDWP != 0) bConfigViaProperties = true;
97  if (!bConfigViaProperties and m_bMuonOLR) bConfigViaProperties = true;
98 
99  if (bConfigViaConfigFile and bConfigViaProperties)
100  {
101  ATH_MSG_WARNING("Configured tool via setProperty and configuration file, which may lead to unexpected configuration.");
102  ATH_MSG_WARNING("In doubt check the configuration that is printed when the tool is initialized and the message level is set to debug");
103  ATH_MSG_WARNING("For further details please refer to the documentation:");
104  ATH_MSG_WARNING("https://gitlab.cern.ch/atlas/athena/blob/master/PhysicsAnalysis/TauID/TauAnalysisTools/doc/README-TauSelectionTool.rst");
105  }
106  if (!bConfigViaConfigFile and !bConfigViaProperties)
107  {
108  ATH_MSG_WARNING("No cut configuration provided, the tool will not do anything. For further details please refer to the documentation:");
109  ATH_MSG_WARNING("https://gitlab.cern.ch/atlas/athena/blob/master/PhysicsAnalysis/TauID/TauAnalysisTools/doc/README-TauSelectionTool.rst");
110  }
111 
112  if (bConfigViaConfigFile)
113  {
114  TEnv rEnv;
115  std::string sInputFilePath = PathResolverFindCalibFile(m_sConfigPath);
116 
117  if (!testFileForEOFContainsCharacters(sInputFilePath))
118  ATH_MSG_WARNING("Config file for TauSelectionTool with path "<<sInputFilePath<<" does not contain an empty last line. The tool might not be properly configured!");
119 
120  rEnv.ReadFile(sInputFilePath.c_str(),
121  kEnvAll);
122 
123  std::vector<std::string> vCuts;
124  // if Cuts are specified in the config file take these ones, if not take all
125  // specified in the config
126  if (rEnv.Defined("SelectionCuts"))
127  TauAnalysisTools::split(rEnv, "SelectionCuts", ' ', vCuts);
128  else
129  {
130  auto lList = rEnv.GetTable();
131  for( Int_t i = 0; i < lList->GetEntries(); ++i )
132  {
133  vCuts.push_back( lList->At( i )->GetName() );
134  }
135  }
136 
137  int iSelectionCuts = 0;
138 
139  for (const std::string& sCut : vCuts)
140  {
141  if (sCut == "PtRegion")
142  {
143  iSelectionCuts = iSelectionCuts | CutPt;
144  if (m_vPtRegion.empty())
145  TauAnalysisTools::split(rEnv,"PtRegion", ';', m_vPtRegion);
146  }
147  else if (sCut == "PtMin")
148  {
149  iSelectionCuts = iSelectionCuts | CutPt;
150  if (m_dPtMin != m_dPtMin)
151  m_dPtMin = rEnv.GetValue("PtMin",NAN);
152  }
153  else if (sCut == "PtMax")
154  {
155  iSelectionCuts = iSelectionCuts | CutPt;
156  if (m_dPtMax != m_dPtMax)
157  m_dPtMax = rEnv.GetValue("PtMax",NAN);
158  }
159  else if (sCut == "AbsEtaRegion")
160  {
161  iSelectionCuts = iSelectionCuts | CutAbsEta;
162  if (m_vAbsEtaRegion.empty())
163  TauAnalysisTools::split(rEnv,"AbsEtaRegion", ';', m_vAbsEtaRegion);
164  }
165  else if (sCut == "AbsEtaMin")
166  {
167  iSelectionCuts = iSelectionCuts | CutAbsEta;
168  if (m_dAbsEtaMin != m_dAbsEtaMin)
169  m_dAbsEtaMin = rEnv.GetValue("AbsEtaMin",NAN);
170  }
171  else if (sCut == "AbsEtaMax")
172  {
173  iSelectionCuts = iSelectionCuts | CutAbsEta;
174  if (m_dAbsEtaMax != m_dAbsEtaMax)
175  m_dAbsEtaMax = rEnv.GetValue("AbsEtaMax",NAN);
176  }
177  else if (sCut == "AbsCharges")
178  {
179  iSelectionCuts = iSelectionCuts | CutAbsCharge;
180  if (m_vAbsCharges.empty())
181  TauAnalysisTools::split(rEnv,"AbsCharges", ';', m_vAbsCharges);
182  }
183  else if (sCut == "AbsCharge")
184  {
185  iSelectionCuts = iSelectionCuts | CutAbsCharge;
186  if (m_iAbsCharge != m_iAbsCharge)
187  m_iAbsCharge = rEnv.GetValue("AbsCharge",NAN);
188  }
189  else if (sCut == "NTracks")
190  {
191  iSelectionCuts = iSelectionCuts | CutNTrack;
192  if (m_vNTracks.empty())
193  TauAnalysisTools::split(rEnv,"NTracks", ';', m_vNTracks);
194  }
195  else if (sCut == "NTrack")
196  {
197  iSelectionCuts = iSelectionCuts | CutNTrack;
198  if (m_iNTrack != m_iNTrack)
199  m_iNTrack = rEnv.GetValue("NTrack",NAN);
200  }
201  else if (sCut == "JetRNNSigTransRegion")
202  {
203  iSelectionCuts = iSelectionCuts | CutJetRNNScoreSigTrans;
204  if (m_vJetRNNSigTransRegion.empty())
205  TauAnalysisTools::split(rEnv,"JetRNNSigTransRegion", ';', m_vJetRNNSigTransRegion);
206  }
207  else if (sCut == "JetRNNSigTransMin")
208  {
209  iSelectionCuts = iSelectionCuts | CutJetRNNScoreSigTrans;
211  m_dJetRNNSigTransMin = rEnv.GetValue("JetRNNSigTransMin",NAN);
212  }
213  else if (sCut == "JetRNNSigTransMax")
214  {
215  iSelectionCuts = iSelectionCuts | CutJetRNNScoreSigTrans;
217  m_dJetRNNSigTransMax = rEnv.GetValue("JetRNNSigTransMax",NAN);
218  }
219  else if (sCut == "GNTauSigTransRegion")
220  {
221  iSelectionCuts = iSelectionCuts | CutGNTauScoreSigTrans;
222  if (m_vGNTauSigTransRegion.empty())
223  TauAnalysisTools::split(rEnv,"GNTauSigTransRegion", ';', m_vGNTauSigTransRegion);
224  }
225  else if (sCut == "GNTauSigTransMin")
226  {
227  iSelectionCuts = iSelectionCuts | CutGNTauScoreSigTrans;
229  m_dGNTauSigTransMin = rEnv.GetValue("GNTauSigTransMin",NAN);
230  }
231  else if (sCut == "GNTauSigTransMax")
232  {
233  iSelectionCuts = iSelectionCuts | CutGNTauScoreSigTrans;
235  m_dGNTauSigTransMax = rEnv.GetValue("GNTauSigTransMax",NAN);
236  }
237  else if (sCut == "EleRNNRegion")
238  {
239  iSelectionCuts = iSelectionCuts | CutEleRNNScore;
240  if (m_vEleRNNRegion.empty())
241  TauAnalysisTools::split(rEnv,"EleRNNRegion", ';', m_vEleRNNRegion);
242  }
243  else if (sCut == "EleRNNMin")
244  {
245  iSelectionCuts = iSelectionCuts | CutEleRNNScore;
246  if (m_dEleRNNMin != m_dEleRNNMin)
247  m_dEleRNNMin = rEnv.GetValue("EleRNNMin",NAN);
248  }
249  else if (sCut == "EleRNNMax")
250  {
251  iSelectionCuts = iSelectionCuts | CutEleRNNScore;
252  if (m_dEleRNNMax != m_dEleRNNMax)
253  m_dEleRNNMax = rEnv.GetValue("EleRNNMax",NAN);
254  }
255  else if (sCut == "JetIDWP")
256  {
257  iSelectionCuts = iSelectionCuts | CutJetIDWP;
259  m_iJetIDWP = convertStrToJetIDWP(rEnv.GetValue("JetIDWP","JETIDNONE"));
260  }
261  else if (sCut == "EleIDWP")
262  {
263  iSelectionCuts = iSelectionCuts | CutEleIDWP;
265  m_iEleIDWP = convertStrToEleIDWP(rEnv.GetValue("EleIDWP","ELEIDNONE"));
266  }
267  else if (sCut == "MuonOLR")
268  {
269  iSelectionCuts = iSelectionCuts | CutMuonOLR;
270  if (!m_bMuonOLR)
271  m_bMuonOLR = rEnv.GetValue("MuonOLR",false);
272  }
273  else ATH_MSG_WARNING("Cut " << sCut << " is not available");
274  }
275 
276  if (m_iSelectionCuts == NoCut)
277  m_iSelectionCuts = iSelectionCuts;
278  }
279 
282 
283  // initialise the ReadHandleKey of the muon container when the muon veto is applied
285 
286  ATH_CHECK( m_tauContainerKey.initialize() );
287 
288  // initialise the ReadDecorHandleKey if GNTau is applied
290  ATH_CHECK( m_GNTauDecorKey.assign(m_tauContainerKey.key()+".GNTauScoreSigTrans_v0"));
291  }
293 
294  // initialise the ReadDecorHandleKey if eVeto is applied
296  ATH_CHECK( m_eVetoDecorKey.assign(m_tauContainerKey.key()+".RNNEleScoreSigTrans_v"+std::to_string(m_iEleIDVersion)) );
297  }
299 
300  // specify all available cut descriptions
301  using map_type = std::map<SelectionCuts, std::unique_ptr<TauAnalysisTools::TauSelectionCut>>;
302  using pair_type = map_type::value_type;
303 
304  pair_type elements[] =
305  {
306  {CutPt, std::make_unique<TauAnalysisTools::TauSelectionCutPt>(this)},
307  {CutAbsEta, std::make_unique<TauAnalysisTools::TauSelectionCutAbsEta>(this)},
308  {CutAbsCharge, std::make_unique<TauAnalysisTools::TauSelectionCutAbsCharge>(this)},
309  {CutNTrack, std::make_unique<TauAnalysisTools::TauSelectionCutNTracks>(this)},
310  {CutJetRNNScoreSigTrans, std::make_unique<TauAnalysisTools::TauSelectionCutRNNJetScoreSigTrans>(this)},
311  {CutGNTauScoreSigTrans, std::make_unique<TauAnalysisTools::TauSelectionCutGNTauScoreSigTrans>(this)},
312  {CutJetIDWP, std::make_unique<TauAnalysisTools::TauSelectionCutJetIDWP>(this)},
313  {CutEleRNNScore, std::make_unique<TauAnalysisTools::TauSelectionCutRNNEleScore>(this)},
314  {CutEleIDWP, std::make_unique<TauAnalysisTools::TauSelectionCutEleIDWP>(this)},
315  {CutMuonOLR, std::make_unique<TauAnalysisTools::TauSelectionCutMuonOLR>(this)}
316  };
317 
318  m_cMap = { std::make_move_iterator( begin(elements) ), std::make_move_iterator( end(elements) ) };
319 
320  ATH_MSG_INFO( "Initializing TauSelectionTool" );
328 
331  PrintConfigValue ("AbsCharge", m_vAbsCharges);
332  PrintConfigValue ("NTrack", m_vNTracks);
333  PrintConfigRegion ("RNNJetScoreSigTrans", m_vJetRNNSigTransRegion);
334  PrintConfigRegion ("GNTauScoreSigTrans", m_vGNTauSigTransRegion);
335  PrintConfigRegion ("RNNEleScore", m_vEleRNNRegion);
336  PrintConfigValue ("JetIDWP", m_sJetIDWP);
337  PrintConfigValue ("JetIDWP ENUM",m_iJetIDWP);
338  PrintConfigValue ("EleIDWP", m_sEleIDWP);
339  PrintConfigValue ("EleIDWP ENUM",m_iEleIDWP);
340  PrintConfigValue ("EleIDVersion",m_iEleIDVersion);
341  PrintConfigValue ("MuonOLR", m_bMuonOLR);
342 
343  std::string sCuts = "";
344  if (m_iSelectionCuts & CutPt) sCuts += "Pt ";
345  if (m_iSelectionCuts & CutAbsEta) sCuts += "AbsEta ";
346  if (m_iSelectionCuts & CutAbsCharge) sCuts += "AbsCharge ";
347  if (m_iSelectionCuts & CutNTrack) sCuts += "NTrack ";
348  if (m_iSelectionCuts & CutJetRNNScoreSigTrans) sCuts += "JetRNNScoreSigTrans ";
349  if (m_iSelectionCuts & CutGNTauScoreSigTrans) sCuts += "GNTauScoreSigTrans ";
350  if (m_iSelectionCuts & CutJetIDWP) sCuts += "JetIDWP ";
351  if (m_iSelectionCuts & CutEleRNNScore) sCuts += "EleRNNScore ";
352  if (m_iSelectionCuts & CutEleIDWP) sCuts += "EleIDWP ";
353  if (m_iSelectionCuts & CutMuonOLR) sCuts += "MuonOLR ";
354 
355  ATH_MSG_DEBUG( "cuts: " << sCuts);
356 
359 
360  for ( const auto& entry : m_cMap ) {
361  if ( m_iSelectionCuts &entry.first ) {
362  entry.second->setAcceptInfo(m_aAccept);
363  }
364  }
365 
366  return StatusCode::SUCCESS;
367 }

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

◆ 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

◆ PrintConfigRegion()

template<typename T >
void TauSelectionTool::PrintConfigRegion ( const std::string &  sCutName,
std::vector< T > &  vRegion 
) const
private

Definition at line 544 of file TauSelectionTool.cxx.

545 {
546  unsigned int iNumRegion = vRegion.size()/2;
547  for( unsigned int iRegion = 0; iRegion < iNumRegion; iRegion++ )
548  {
549  ATH_MSG_DEBUG( sCutName<<": " << vRegion.at(iRegion*2) << " to " << vRegion.at(iRegion*2+1) );
550  }
551 }

◆ PrintConfigValue() [1/2]

template<typename T >
void TauSelectionTool::PrintConfigValue ( const std::string &  sCutName,
std::vector< T > &  vRegion 
) const
private

Definition at line 555 of file TauSelectionTool.cxx.

556 {
557  for (auto tVal : vRegion)
558  ATH_MSG_DEBUG( sCutName<<": " << tVal );
559 }

◆ PrintConfigValue() [2/2]

template<typename T >
void TauSelectionTool::PrintConfigValue ( const std::string &  sCutName,
T &  sVal 
) const
private

Definition at line 563 of file TauSelectionTool.cxx.

564 {
565  ATH_MSG_DEBUG( sCutName<<": " << tVal );
566 }

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

◆ setOutFile()

void TauSelectionTool::setOutFile ( TFile *  fOutFile)
overridevirtual

Set output file for control histograms.

Implements TauAnalysisTools::ITauSelectionTool.

Definition at line 468 of file TauSelectionTool.cxx.

469 {
470  m_fOutFile = fOutFile;
471 }

◆ setupCutFlowHistogram()

void TauSelectionTool::setupCutFlowHistogram ( )
private

Definition at line 493 of file TauSelectionTool.cxx.

494 {
495  // count number of cuts
496  int iNBins = 0;
497  for (const auto& entry : m_cMap)
498  if (m_iSelectionCuts & entry.first)
499  iNBins++;
500  // create cutflow histogram with iNBins+1 bins, where first bin is 'All' bin
501  m_hCutFlow = std::make_shared<TH1F>("hCutFlow","CutFlow;; events",iNBins+1,0,iNBins+1);
502  m_hCutFlow->GetXaxis()->SetBinLabel(1,"All");
503 
504  // reusing this variable to reduce overhead
505  iNBins = 2;
506  // set bin labels
507  for (const auto& entry : m_cMap)
508  if (m_iSelectionCuts & entry.first)
509  {
510  m_hCutFlow->GetXaxis()->SetBinLabel(iNBins, entry.second->getName().c_str());
511  iNBins++;
512  }
513 }

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

◆ writeControlHistograms()

void TauSelectionTool::writeControlHistograms ( )
overridevirtual

Write control histograms to output file.

create output directory

write cutflow histogram

Implements TauAnalysisTools::ITauSelectionTool.

Definition at line 474 of file TauSelectionTool.cxx.

475 {
477  ATH_MSG_WARNING("CreateControlPlots was set to true, but no valid file pointer was provided");
479  {
481  m_fOutFile->mkdir((this->name()+"_control").c_str());
482  m_fOutFile->cd((this->name()+"_control").c_str());
484  m_hCutFlow->Write();
485 
486  for (const auto& entry : m_cMap)
487  entry.second->writeControlHistograms();
488  }
489 }

Friends And Related Function Documentation

◆ TauSelectionCut

friend class TauSelectionCut
friend

need to define cut classes to be friends to access protected variables, needed for access of cut thresholds

Definition at line 56 of file TauSelectionTool.h.

◆ TauSelectionCutAbsCharge

friend class TauSelectionCutAbsCharge
friend

Definition at line 59 of file TauSelectionTool.h.

◆ TauSelectionCutAbsEta

friend class TauSelectionCutAbsEta
friend

Definition at line 58 of file TauSelectionTool.h.

◆ TauSelectionCutEleIDWP

friend class TauSelectionCutEleIDWP
friend

Definition at line 65 of file TauSelectionTool.h.

◆ TauSelectionCutGNTauScoreSigTrans

friend class TauSelectionCutGNTauScoreSigTrans
friend

Definition at line 63 of file TauSelectionTool.h.

◆ TauSelectionCutJetIDWP

friend class TauSelectionCutJetIDWP
friend

Definition at line 61 of file TauSelectionTool.h.

◆ TauSelectionCutMuonOLR

friend class TauSelectionCutMuonOLR
friend

Definition at line 66 of file TauSelectionTool.h.

◆ TauSelectionCutNTracks

friend class TauSelectionCutNTracks
friend

Definition at line 60 of file TauSelectionTool.h.

◆ TauSelectionCutPt

friend class TauSelectionCutPt
friend

Definition at line 57 of file TauSelectionTool.h.

◆ TauSelectionCutRNNEleScore

friend class TauSelectionCutRNNEleScore
friend

Definition at line 64 of file TauSelectionTool.h.

◆ TauSelectionCutRNNJetScoreSigTrans

Definition at line 62 of file TauSelectionTool.h.

Member Data Documentation

◆ m_aAccept

asg::AcceptInfo TauAnalysisTools::TauSelectionTool::m_aAccept
protected

Object used to store selection information.

Definition at line 179 of file TauSelectionTool.h.

◆ m_bCreateControlPlots

bool TauAnalysisTools::TauSelectionTool::m_bCreateControlPlots
protected

Definition at line 176 of file TauSelectionTool.h.

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

bool TauAnalysisTools::TauSelectionTool::m_bMuonOLR
private

Definition at line 140 of file TauSelectionTool.h.

◆ m_cMap

std::map<SelectionCuts, std::unique_ptr<TauAnalysisTools::TauSelectionCut> > TauAnalysisTools::TauSelectionTool::m_cMap
private

Definition at line 167 of file TauSelectionTool.h.

◆ m_dAbsEtaMax

float TauAnalysisTools::TauSelectionTool::m_dAbsEtaMax
private

Definition at line 145 of file TauSelectionTool.h.

◆ m_dAbsEtaMin

float TauAnalysisTools::TauSelectionTool::m_dAbsEtaMin
private

Definition at line 144 of file TauSelectionTool.h.

◆ m_dEleRNNMax

float TauAnalysisTools::TauSelectionTool::m_dEleRNNMax
private

Definition at line 153 of file TauSelectionTool.h.

◆ m_dEleRNNMin

float TauAnalysisTools::TauSelectionTool::m_dEleRNNMin
private

Definition at line 152 of file TauSelectionTool.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_dGNTauSigTransMax

float TauAnalysisTools::TauSelectionTool::m_dGNTauSigTransMax
private

Definition at line 151 of file TauSelectionTool.h.

◆ m_dGNTauSigTransMin

float TauAnalysisTools::TauSelectionTool::m_dGNTauSigTransMin
private

Definition at line 150 of file TauSelectionTool.h.

◆ m_dJetRNNSigTransMax

float TauAnalysisTools::TauSelectionTool::m_dJetRNNSigTransMax
private

Definition at line 149 of file TauSelectionTool.h.

◆ m_dJetRNNSigTransMin

float TauAnalysisTools::TauSelectionTool::m_dJetRNNSigTransMin
private

Definition at line 148 of file TauSelectionTool.h.

◆ m_dPtMax

float TauAnalysisTools::TauSelectionTool::m_dPtMax
private

Definition at line 143 of file TauSelectionTool.h.

◆ m_dPtMin

float TauAnalysisTools::TauSelectionTool::m_dPtMin
private

Definition at line 142 of file TauSelectionTool.h.

◆ m_eVetoDecorKey

SG::ReadDecorHandleKey<xAOD::TauJetContainer> TauAnalysisTools::TauSelectionTool::m_eVetoDecorKey {this, "eVetoDecorName", "", "Name of eVeto decoration"}
private

Definition at line 164 of file TauSelectionTool.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_fOutFile

TFile* TauAnalysisTools::TauSelectionTool::m_fOutFile
protected

Definition at line 156 of file TauSelectionTool.h.

◆ m_GNTauDecorKey

SG::ReadDecorHandleKey<xAOD::TauJetContainer> TauAnalysisTools::TauSelectionTool::m_GNTauDecorKey {this, "GNTauDecorName", "", "Name of GnTauID decoration"}
private

Definition at line 165 of file TauSelectionTool.h.

◆ m_hCutFlow

std::shared_ptr<TH1F> TauAnalysisTools::TauSelectionTool::m_hCutFlow
protected

Definition at line 157 of file TauSelectionTool.h.

◆ m_iAbsCharge

float TauAnalysisTools::TauSelectionTool::m_iAbsCharge
private

Definition at line 146 of file TauSelectionTool.h.

◆ m_iEleIDVersion

int TauAnalysisTools::TauSelectionTool::m_iEleIDVersion
private

Definition at line 138 of file TauSelectionTool.h.

◆ m_iEleIDWP

int TauAnalysisTools::TauSelectionTool::m_iEleIDWP
private

Definition at line 137 of file TauSelectionTool.h.

◆ m_iJetIDWP

int TauAnalysisTools::TauSelectionTool::m_iJetIDWP
private

Definition at line 132 of file TauSelectionTool.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_iNTrack

float TauAnalysisTools::TauSelectionTool::m_iNTrack
private

Definition at line 147 of file TauSelectionTool.h.

◆ m_iSelectionCuts

int TauAnalysisTools::TauSelectionTool::m_iSelectionCuts
private

Definition at line 117 of file TauSelectionTool.h.

◆ m_muonContainerKey

SG::ReadHandleKey<xAOD::MuonContainer> TauAnalysisTools::TauSelectionTool::m_muonContainerKey {this, "MuonContainerName", "Muons", "Muon container name"}
private

Definition at line 162 of file TauSelectionTool.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_sConfigPath

std::string TauAnalysisTools::TauSelectionTool::m_sConfigPath
private

Definition at line 160 of file TauSelectionTool.h.

◆ m_sEleIDWP

std::string TauAnalysisTools::TauSelectionTool::m_sEleIDWP
private

Definition at line 136 of file TauSelectionTool.h.

◆ m_sJetIDWP

std::string TauAnalysisTools::TauSelectionTool::m_sJetIDWP
private

Definition at line 131 of file TauSelectionTool.h.

◆ m_tauContainerKey

SG::ReadHandleKey<xAOD::TauJetContainer> TauAnalysisTools::TauSelectionTool::m_tauContainerKey {this, "TauContainerName", "TauJets", "Tau container name"}
private

Definition at line 163 of file TauSelectionTool.h.

◆ m_useIncidents

bool asg::AsgMetadataTool::m_useIncidents
privateinherited

Definition at line 128 of file AsgMetadataTool.h.

◆ m_vAbsCharges

std::vector<int> TauAnalysisTools::TauSelectionTool::m_vAbsCharges
private

Definition at line 123 of file TauSelectionTool.h.

◆ m_vAbsEtaRegion

std::vector<float> TauAnalysisTools::TauSelectionTool::m_vAbsEtaRegion
private

Definition at line 121 of file TauSelectionTool.h.

◆ m_varHandleArraysDeclared

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

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vEleRNNRegion

std::vector<float> TauAnalysisTools::TauSelectionTool::m_vEleRNNRegion
private

Definition at line 134 of file TauSelectionTool.h.

◆ m_vGNTauSigTransRegion

std::vector<float> TauAnalysisTools::TauSelectionTool::m_vGNTauSigTransRegion
private

Definition at line 129 of file TauSelectionTool.h.

◆ m_vhka

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

Definition at line 398 of file AthCommonDataStore.h.

◆ m_vJetRNNSigTransRegion

std::vector<float> TauAnalysisTools::TauSelectionTool::m_vJetRNNSigTransRegion
private

Definition at line 127 of file TauSelectionTool.h.

◆ m_vNTracks

std::vector<unsigned> TauAnalysisTools::TauSelectionTool::m_vNTracks
private

Definition at line 125 of file TauSelectionTool.h.

◆ m_vPtRegion

std::vector<float> TauAnalysisTools::TauSelectionTool::m_vPtRegion
private

Definition at line 119 of file TauSelectionTool.h.


The documentation for this class was generated from the following files:
TauAnalysisTools::TauSelectionTool::m_vPtRegion
std::vector< float > m_vPtRegion
Definition: TauSelectionTool.h:119
TauAnalysisTools::CutAbsEta
@ CutAbsEta
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:43
TauAnalysisTools::TauSelectionTool::convertStrToEleIDWP
int convertStrToEleIDWP(const std::string &sEleIDWP) const
Definition: TauSelectionTool.cxx:586
ATH_MSG_FATAL
#define ATH_MSG_FATAL(x)
Definition: AthMsgStreamMacros.h:34
TauAnalysisTools::TauSelectionTool::m_dAbsEtaMax
float m_dAbsEtaMax
Definition: TauSelectionTool.h:145
asg::AsgMetadataTool::beginEvent
virtual StatusCode beginEvent()
Function called when a new events is loaded.
Definition: AsgMetadataTool.cxx:196
TauAnalysisTools::ELEIDNONEUNCONFIGURED
@ ELEIDNONEUNCONFIGURED
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:31
StateLessPT_NewConfig.proxy
proxy
Definition: StateLessPT_NewConfig.py:392
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
TauAnalysisTools::TauSelectionTool::m_dEleRNNMin
float m_dEleRNNMin
Definition: TauSelectionTool.h:152
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
TauAnalysisTools::CutMuonOLR
@ CutMuonOLR
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:50
TauAnalysisTools::TauSelectionTool::setupCutFlowHistogram
void setupCutFlowHistogram()
Definition: TauSelectionTool.cxx:493
TauAnalysisTools::TauSelectionTool::m_sJetIDWP
std::string m_sJetIDWP
Definition: TauSelectionTool.h:131
CaloCellPos2Ntuple.int
int
Definition: CaloCellPos2Ntuple.py:24
TauAnalysisTools::JETIDRNNTIGHT
@ JETIDRNNTIGHT
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:22
TauAnalysisTools::TauSelectionTool::m_hCutFlow
std::shared_ptr< TH1F > m_hCutFlow
Definition: TauSelectionTool.h:157
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::TauSelectionTool::m_dPtMin
float m_dPtMin
Definition: TauSelectionTool.h:142
TauAnalysisTools::JETIDGNTAULOOSE
@ JETIDGNTAULOOSE
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:24
PlotCalibFromCool.begin
begin
Definition: PlotCalibFromCool.py:94
TauAnalysisTools::TauSelectionTool::FillRegionVector
void FillRegionVector(std::vector< T > &vRegion, U tMin, U tMax) const
Definition: TauSelectionTool.cxx:517
TauAnalysisTools::TauSelectionTool::m_vJetRNNSigTransRegion
std::vector< float > m_vJetRNNSigTransRegion
Definition: TauSelectionTool.h:127
TauAnalysisTools::TauSelectionTool::m_sConfigPath
std::string m_sConfigPath
Definition: TauSelectionTool.h:160
TauAnalysisTools::TauSelectionTool::m_vGNTauSigTransRegion
std::vector< float > m_vGNTauSigTransRegion
Definition: TauSelectionTool.h:129
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
TauAnalysisTools::JETIDRNNLOOSE
@ JETIDRNNLOOSE
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:20
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
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
TauAnalysisTools::testFileForEOFContainsCharacters
bool testFileForEOFContainsCharacters(const std::string &sFileName)
returns true if last line in file is empty or the line starts with the number sign
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/Root/HelperFunctions.cxx:279
TauAnalysisTools::JETIDNONE
@ JETIDNONE
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:14
TauAnalysisTools::CutJetIDWP
@ CutJetIDWP
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:47
TauAnalysisTools::TauSelectionTool::m_dJetRNNSigTransMax
float m_dJetRNNSigTransMax
Definition: TauSelectionTool.h:149
Trk::u
@ u
Enums for curvilinear frames.
Definition: ParamDefs.h:83
TauAnalysisTools::TauSelectionTool::PrintConfigValue
void PrintConfigValue(const std::string &sCutName, std::vector< T > &vRegion) const
Definition: TauSelectionTool.cxx:555
mergePhysValFiles.end
end
Definition: DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:93
python.iconfTool.models.loaders.level
level
Definition: loaders.py:20
TauAnalysisTools::ELEIDRNNLOOSE
@ ELEIDRNNLOOSE
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:33
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
TauAnalysisTools::TauSelectionTool::m_cMap
std::map< SelectionCuts, std::unique_ptr< TauAnalysisTools::TauSelectionCut > > m_cMap
Definition: TauSelectionTool.h:167
TauAnalysisTools::TauSelectionTool::FillValueVector
void FillValueVector(std::vector< T > &vRegion, U tVal) const
Definition: TauSelectionTool.cxx:534
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::TauSelectionTool::m_vEleRNNRegion
std::vector< float > m_vEleRNNRegion
Definition: TauSelectionTool.h:134
TauAnalysisTools::TauSelectionTool::m_dGNTauSigTransMin
float m_dGNTauSigTransMin
Definition: TauSelectionTool.h:150
AthCommonDataStore
Definition: AthCommonDataStore.h:52
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
TauAnalysisTools::JETIDGNTAUVERYLOOSE
@ JETIDGNTAUVERYLOOSE
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:23
TauAnalysisTools::TauSelectionTool::m_iEleIDWP
int m_iEleIDWP
Definition: TauSelectionTool.h:137
TauAnalysisTools::ELEIDNONE
@ ELEIDNONE
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:32
lumiFormat.i
int i
Definition: lumiFormat.py:92
TauAnalysisTools::TauSelectionTool::m_dEleRNNMax
float m_dEleRNNMax
Definition: TauSelectionTool.h:153
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
TauAnalysisTools::TauSelectionTool::convertEleIDWPToStr
std::string convertEleIDWPToStr(int iEleIDWP) const
Definition: TauSelectionTool.cxx:630
xAOD::TauJet_v3
Class describing a tau jet.
Definition: TauJet_v3.h:41
TauAnalysisTools::TauSelectionTool::m_vNTracks
std::vector< unsigned > m_vNTracks
Definition: TauSelectionTool.h:125
TauAnalysisTools::TauSelectionTool::m_fOutFile
TFile * m_fOutFile
Definition: TauSelectionTool.h:156
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
TauAnalysisTools::TauSelectionTool::PrintConfigRegion
void PrintConfigRegion(const std::string &sCutName, std::vector< T > &vRegion) const
Definition: TauSelectionTool.cxx:544
TauAnalysisTools::CutGNTauScoreSigTrans
@ CutGNTauScoreSigTrans
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:52
asg::AsgMetadataTool::metaDataStop
virtual StatusCode metaDataStop()
Function called when the tool should write out its metadata.
Definition: AsgMetadataTool.cxx:204
TauAnalysisTools::TauSelectionTool::m_sEleIDWP
std::string m_sEleIDWP
Definition: TauSelectionTool.h:136
python.xAODType.dummy
dummy
Definition: xAODType.py:4
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
MSG::name
const std::string & name(Level lvl)
Convenience function for translating message levels to strings.
Definition: MsgLevel.cxx:19
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
TauAnalysisTools::ELEIDRNNMEDIUM
@ ELEIDRNNMEDIUM
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:34
TauAnalysisTools::TauSelectionTool::m_dGNTauSigTransMax
float m_dGNTauSigTransMax
Definition: TauSelectionTool.h:151
SG::VarHandleKeyArray::renounce
virtual void renounce()=0
TauAnalysisTools::TauSelectionTool::m_dAbsEtaMin
float m_dAbsEtaMin
Definition: TauSelectionTool.h:144
SG::HandleClassifier::type
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
Definition: HandleClassifier.h:54
GetAllXsec.entry
list entry
Definition: GetAllXsec.py:132
TauAnalysisTools::TauSelectionTool::m_vAbsCharges
std::vector< int > m_vAbsCharges
Definition: TauSelectionTool.h:123
TauAnalysisTools::TauSelectionTool::m_iSelectionCuts
int m_iSelectionCuts
Definition: TauSelectionTool.h:117
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
asg::AsgMetadataTool::m_inputMetaStore
MetaStore_t m_inputMetaStore
Object accessing the input metadata store.
Definition: AsgMetadataTool.h:119
TauAnalysisTools::CutNTrack
@ CutNTrack
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:45
TauAnalysisTools::ELEIDRNNTIGHT
@ ELEIDRNNTIGHT
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:35
TauAnalysisTools::TauSelectionTool::m_eVetoDecorKey
SG::ReadDecorHandleKey< xAOD::TauJetContainer > m_eVetoDecorKey
Definition: TauSelectionTool.h:164
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
TauAnalysisTools::CutEleRNNScore
@ CutEleRNNScore
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:48
ActsTrk::to_string
std::string to_string(const DetectorType &type)
Definition: GeometryDefs.h:34
TauAnalysisTools::CutJetRNNScoreSigTrans
@ CutJetRNNScoreSigTrans
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:51
TauAnalysisTools::TauSelectionTool::m_bCreateControlPlots
bool m_bCreateControlPlots
Definition: TauSelectionTool.h:176
TauAnalysisTools::TauSelectionTool::accept
virtual asg::AcceptData accept(const xAOD::IParticle *p) const override
Get the decision using a generic IParticle pointer.
Definition: TauSelectionTool.cxx:383
TauAnalysisTools::TauSelectionTool::m_vAbsEtaRegion
std::vector< float > m_vAbsEtaRegion
Definition: TauSelectionTool.h:121
TauAnalysisTools::TauSelectionTool::convertStrToJetIDWP
int convertStrToJetIDWP(const std::string &sJetIDWP) const
Definition: TauSelectionTool.cxx:569
TauAnalysisTools::CutEleIDWP
@ CutEleIDWP
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:49
PathResolverFindCalibFile
std::string PathResolverFindCalibFile(const std::string &logical_file_name)
Definition: PathResolver.cxx:431
TauAnalysisTools::CutAbsCharge
@ CutAbsCharge
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:46
TauAnalysisTools::TauSelectionTool::m_muonContainerKey
SG::ReadHandleKey< xAOD::MuonContainer > m_muonContainerKey
Definition: TauSelectionTool.h:162
TauAnalysisTools::TauSelectionTool::m_GNTauDecorKey
SG::ReadDecorHandleKey< xAOD::TauJetContainer > m_GNTauDecorKey
Definition: TauSelectionTool.h:165
a
TList * a
Definition: liststreamerinfos.cxx:10
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
AthCommonMsg< AlgTool >::msg
MsgStream & msg() const
Definition: AthCommonMsg.h:24
SG::VarHandleBase::vhKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Definition: StoreGate/src/VarHandleBase.cxx:616
TauAnalysisTools::TauSelectionTool::m_tauContainerKey
SG::ReadHandleKey< xAOD::TauJetContainer > m_tauContainerKey
Definition: TauSelectionTool.h:163
TauAnalysisTools::TauSelectionTool::m_aAccept
asg::AcceptInfo m_aAccept
Object used to store selection information.
Definition: TauSelectionTool.h:179
TauAnalysisTools::TauSelectionTool::m_iJetIDWP
int m_iJetIDWP
Definition: TauSelectionTool.h:132
declareProperty
#define declareProperty(n, p, h)
Definition: BaseFakeBkgTool.cxx:15
xAODType::Tau
@ Tau
The object is a tau (jet)
Definition: ObjectType.h:49
TauAnalysisTools::JETIDGNTAUTIGHT
@ JETIDGNTAUTIGHT
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:26
TauAnalysisTools::TauSelectionTool::m_iEleIDVersion
int m_iEleIDVersion
Definition: TauSelectionTool.h:138
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:790
TauAnalysisTools::TauSelectionTool::m_dJetRNNSigTransMin
float m_dJetRNNSigTransMin
Definition: TauSelectionTool.h:148
TauAnalysisTools::JETIDGNTAUMEDIUM
@ JETIDGNTAUMEDIUM
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:25
TauAnalysisTools::NoCut
@ NoCut
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:41
TauAnalysisTools::JETIDRNNVERYLOOSE
@ JETIDRNNVERYLOOSE
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:19
TauAnalysisTools::CutPt
@ CutPt
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:42
TauAnalysisTools::TauSelectionTool::m_iAbsCharge
float m_iAbsCharge
Definition: TauSelectionTool.h:146
TauAnalysisTools::JETIDNONEUNCONFIGURED
@ JETIDNONEUNCONFIGURED
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h:13
asg::AcceptData
Definition: AcceptData.h:30
SG::DataProxy
Definition: DataProxy.h:44
error
Definition: IImpactPoint3dEstimator.h:70
TauAnalysisTools::TauSelectionTool::m_dPtMax
float m_dPtMax
Definition: TauSelectionTool.h:143
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::TauSelectionTool::convertJetIDWPToStr
std::string convertJetIDWPToStr(int iJetIDWP) const
Definition: TauSelectionTool.cxx:598
TauAnalysisTools::TauSelectionTool::m_iNTrack
float m_iNTrack
Definition: TauSelectionTool.h:147
fitman.k
k
Definition: fitman.py:528
TauAnalysisTools::TauSelectionTool::m_bMuonOLR
bool m_bMuonOLR
Definition: TauSelectionTool.h:140
ServiceHandle< IIncidentSvc >
TauAnalysisTools::split
void split(const std::string &sInput, const char cDelim, std::vector< std::string > &vOut)
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/Root/HelperFunctions.cxx:23
asg::AsgMetadataTool::m_useIncidents
bool m_useIncidents
Definition: AsgMetadataTool.h:128