|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
    8 #ifndef JET_ANALYSIS_ALGORITHMS__JET_UNCERTAINTIES_ALG_H 
    9 #define JET_ANALYSIS_ALGORITHMS__JET_UNCERTAINTIES_ALG_H 
   36     ToolHandle<ICPJetUncertaintiesTool> 
m_uncertaintiesTool {
this, 
"uncertaintiesTool", 
"JetUncertaintiesTool", 
"the uncertainties tool we apply"};
 
   40     ToolHandle<ICPJetUncertaintiesTool> 
m_uncertaintiesToolPD {
this, 
"uncertaintiesToolPD", 
"", 
"the uncertainties tool we apply specifically for the 'Full'/'All' JER systematic models"};
 
   49       this, 
"jets", 
"AntiKt4EMTopoJets", 
"the jet collection to run on"};
 
   54       this, 
"preselection", 
"", 
"the preselection to apply"};
 
   69     Gaudi::Property<std::string> 
m_isJESbtag {
this, 
"isJESbtagLabel", 
"IsBjet", 
"The label to apply to truth b-tagged jets, for JES flavour uncertainties"};
 
  
StatusCode execute() override
a class managing the property to configure the list of systematics to process
a helper to translate a CP::CorrectionCode into a ::StatusCode
Gaudi::Property< std::string > m_isJESbtag
Select isolated Photons, Electrons and Muons.
std::optional< SG::Decorator< char > > m_decIsJESbtag
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize() override
std::optional< SG::Accessor< int > > m_accTruthLabel
SysReadSelectionHandle m_preselection
the preselection we apply to our input
an algorithm for calling ICPJetUncertaintiesTool
ToolHandle< ICPJetUncertaintiesTool > m_uncertaintiesToolPD
the secondary jet uncertainties tool, for pseudo-data JER smearing
a systematics data handle that will either copy the input object or act like an update handle
std::vector< CP::SystematicSet > m_systematicsVector
the vector of systematics (for CPU-optimisation)
a data handle for reading systematically varied selection properties from objects
ToolHandle< ICPJetUncertaintiesTool > m_uncertaintiesTool
the main jet uncertainties tool
std::vector< CP::SystematicSet > m_systematicsVectorOnlyJERPseudoData
the vector of pseudo-data JER systematics (for CPU-optimisation)
SysListHandle m_systematicsList
the systematics list we run
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
SysCopyHandle< xAOD::JetContainer > m_jetHandle
the jet collection we run on