![]() |
ATLAS Offline Software
|
#include <JetUncertaintiesTool.h>
Public Member Functions | |
| JetUncertaintiesTool (const std::string &name="JetUncertaintiesTool") | |
| JetUncertaintiesTool (const JetUncertaintiesTool &toCopy) | |
| virtual | ~JetUncertaintiesTool () |
| virtual StatusCode | setScaleToMeV () |
| virtual StatusCode | setScaleToGeV () |
| virtual StatusCode | initialize () |
| Dummy implementation of the initialisation function. | |
| virtual void | setRandomSeed (long long int seed) |
| virtual std::string | getName () const |
| virtual std::string | getRelease () const |
| virtual std::string | getJetDef () const |
| virtual std::string | getMCType () const |
| virtual std::string | getConfigFile () const |
| virtual std::string | getPath () const |
| virtual std::string | getAnalysisFile () const |
| virtual std::string | getAnalysisHistPattern () const |
| virtual std::string | getDefaultAnaFile () const |
| virtual float | getSqrtS () const |
| virtual float | getRefMu () const |
| virtual float | getRefNPV () const |
| virtual float | getRefMu (const xAOD::Jet &jet) const |
| virtual float | getRefNPV (const xAOD::Jet &jet) const |
| virtual size_t | getNumComponents () const |
| virtual size_t | getComponentIndex (const std::string &name) const |
| virtual size_t | getComponentIndex (const TString &name) const |
| virtual std::string | getComponentName (const size_t index) const |
| virtual std::string | getComponentDesc (const size_t index) const |
| virtual std::string | getComponentCategory (const size_t index) const |
| virtual bool | getComponentIsReducible (const size_t index) const |
| virtual bool | getComponentScalesFourVec (const size_t index) const |
| virtual bool | getComponentScalesPt (const size_t index) const |
| virtual bool | getComponentScalesMass (const size_t index) const |
| virtual bool | getComponentScalesD12 (const size_t index) const |
| virtual bool | getComponentScalesD23 (const size_t index) const |
| virtual bool | getComponentScalesTau21 (const size_t index) const |
| virtual bool | getComponentScalesTau32 (const size_t index) const |
| virtual bool | getComponentScalesTau21WTA (const size_t index) const |
| virtual bool | getComponentScalesTau32WTA (const size_t index) const |
| virtual bool | getComponentScalesD2Beta1 (const size_t index) const |
| virtual bool | getComponentScalesC2Beta1 (const size_t index) const |
| virtual bool | getComponentScalesQw (const size_t index) const |
| virtual bool | getComponentScalesTagScaleFactor (const size_t index) const |
| virtual bool | getComponentScalesMultiple (const size_t index) const |
| virtual std::set< jet::CompScaleVar::TypeEnum > | getComponentScaleVars (const size_t index) const |
| virtual jet::JetTopology::TypeEnum | getComponentTopology (const size_t index) const |
| virtual std::vector< std::string > | getComponentCategories () const |
| virtual std::vector< size_t > | getComponentsInCategory (const std::string &category) const |
| virtual std::vector< std::string > | getComponentNamesInCategory (const std::string &category) const |
| virtual bool | getValidity (size_t index, const xAOD::Jet &jet) const |
| virtual bool | getValidity (size_t index, const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const |
| virtual bool | getValidity (size_t index, const xAOD::Jet &jet, const jet::CompScaleVar::TypeEnum scaleVar) const |
| virtual bool | getValidity (size_t index, const xAOD::Jet &jet, const xAOD::EventInfo &eInfo, const jet::CompScaleVar::TypeEnum scaleVar) const |
| virtual double | getUncertainty (size_t index, const xAOD::Jet &jet) const |
| virtual double | getUncertainty (size_t index, const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const |
| virtual double | getUncertainty (size_t index, const xAOD::Jet &jet, const jet::CompScaleVar::TypeEnum scaleVar) const |
| virtual double | getUncertainty (size_t index, const xAOD::Jet &jet, const xAOD::EventInfo &eInfo, const jet::CompScaleVar::TypeEnum scaleVar) const |
| virtual bool | getValidUncertainty (size_t index, double &unc, const xAOD::Jet &jet) const |
| virtual bool | getValidUncertainty (size_t index, double &unc, const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const |
| virtual bool | getValidUncertainty (size_t index, double &unc, const xAOD::Jet &jet, const jet::CompScaleVar::TypeEnum scaleVar) const |
| virtual bool | getValidUncertainty (size_t index, double &unc, const xAOD::Jet &jet, const xAOD::EventInfo &eInfo, const jet::CompScaleVar::TypeEnum scaleVar) const |
| virtual double | getNormalizedCaloMassWeight (const xAOD::Jet &jet) const |
| virtual double | getNormalizedTAMassWeight (const xAOD::Jet &jet) const |
| virtual double | getNominalResolutionMC (const xAOD::Jet &jet, const jet::CompScaleVar::TypeEnum smearType, const jet::JetTopology::TypeEnum topology=jet::JetTopology::UNKNOWN) const |
| virtual double | getNominalResolutionData (const xAOD::Jet &jet, const jet::CompScaleVar::TypeEnum smearType, const jet::JetTopology::TypeEnum topology=jet::JetTopology::UNKNOWN) const |
| virtual CP::CorrectionCode | applyCorrection (xAOD::Jet &jet) const |
| virtual CP::CorrectionCode | applyCorrection (xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const |
| virtual CP::CorrectionCode | correctedCopy (const xAOD::Jet &input, xAOD::Jet *&output) const |
| virtual CP::CorrectionCode | correctedCopy (const xAOD::Jet &input, xAOD::Jet *&output, const xAOD::EventInfo &eInfo) const |
| virtual CP::CorrectionCode | applyContainerCorrection (xAOD::JetContainer &inputs) const |
| virtual CP::CorrectionCode | applyContainerCorrection (xAOD::JetContainer &inputs, const xAOD::EventInfo &eInfo) const |
| virtual bool | isAffectedBySystematic (const CP::SystematicVariation &systematic) const |
| Declare the interface that this class provides. | |
| virtual CP::SystematicSet | affectingSystematics () const |
| the list of all systematics this tool can be affected by | |
| virtual CP::SystematicSet | recommendedSystematics () const |
| the list of all systematics this tool recommends to use | |
| virtual CP::SystematicSet | appliedSystematics () const |
| virtual StatusCode | applySystematicVariation (const CP::SystematicSet &systConfig) |
| effects: configure this tool for the given list of systematic variations. | |
| virtual TH2D * | getPtCorrelationMatrix (const int numBins, const double minPt, const double maxPt, const double valEta) |
| virtual TH2D * | getPtCorrelationMatrix (const int numBins, const double minPt, const double maxPt, const double valEta1, const double valEta2) |
| virtual TH2D * | getEtaCorrelationMatrix (const int numBins, const double minEta, const double maxEta, const double valPt) |
| virtual TH2D * | getEtaCorrelationMatrix (const int numBins, const double minEta, const double maxEta, const double valPt1, const double valPt2) |
| virtual void | print () const |
| Print the state of the tool. | |
| ServiceHandle< StoreGateSvc > & | evtStore () |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. | |
| const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. | |
| virtual StatusCode | sysInitialize () override |
| Perform system initialization for an algorithm. | |
| virtual StatusCode | sysStart () override |
| Handle START transition. | |
| virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. | |
| virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. | |
| Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T, V, H > &t) |
| void | updateVHKA (Gaudi::Details::PropertyBase &) |
| MsgStream & | msg () const |
| bool | msgLvl (const MSG::Level lvl) const |
Additional helper functions, not directly mimicking Athena | |
| template<class T> | |
| const T * | getProperty (const std::string &name) const |
| Get one of the tool's properties. | |
| const std::string & | msg_level_name () const __attribute__((deprecated)) |
| A deprecated function for getting the message level's name. | |
| const std::string & | getName (const void *ptr) const |
| Get the name of an object that is / should be in the event store. | |
| SG::sgkey_t | getKey (const void *ptr) const |
| Get the (hashed) key of an object that is in the event store. | |
Protected Member Functions | |
| void | renounceArray (SG::VarHandleKeyArray &handlesArray) |
| remove all handles from I/O resolution | |
| 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. | |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| StatusCode | addUncertaintyGroup (const jet::ConfigHelper &helper) |
| StatusCode | addUncertaintyComponent (const jet::ConfigHelper &helper) |
| jet::UncertaintyComponent * | buildUncertaintyComponent (const jet::ComponentHelper &component) const |
| const xAOD::EventInfo * | getDefaultEventInfo () const |
| StatusCode | checkIndexInput (const size_t index) const |
| double | getSmearingFactor (const xAOD::Jet &jet, const jet::CompScaleVar::TypeEnum smearType, const double variation) const |
| double | getNominalResolution (const xAOD::Jet &jet, const jet::CompScaleVar::TypeEnum smearType, const jet::JetTopology::TypeEnum topology, const bool readMC) const |
| double | readHistoFromParam (const xAOD::Jet &jet, const jet::UncertaintyHistogram &histo, const jet::CompParametrization::TypeEnum param, const jet::CompMassDef::TypeEnum massDef) const |
| double | readHistoFromParam (const xAOD::JetFourMom_t &jet4vec, const jet::UncertaintyHistogram &histo, const jet::CompParametrization::TypeEnum param) const |
| StatusCode | updateSplittingScale12 (xAOD::Jet &jet, const double shift) const |
| StatusCode | updateSplittingScale23 (xAOD::Jet &jet, const double shift) const |
| StatusCode | updateTau21 (xAOD::Jet &jet, const double shift) const |
| StatusCode | updateTau32 (xAOD::Jet &jet, const double shift) const |
| StatusCode | updateTau21WTA (xAOD::Jet &jet, const double shift) const |
| StatusCode | updateTau32WTA (xAOD::Jet &jet, const double shift) const |
| StatusCode | updateD2Beta1 (xAOD::Jet &jet, const double shift) const |
| StatusCode | updateC2Beta1 (xAOD::Jet &jet, const double shift) const |
| StatusCode | updateQw (xAOD::Jet &jet, const double shift) const |
| StatusCode | updateTagScaleFactor (xAOD::Jet &jet, const double shift) const |
| StatusCode | updateTagEfficiency (xAOD::Jet &jet, const double shift) const |
| bool | checkIfRecommendedSystematic (const jet::UncertaintyGroup &systematic) const |
| virtual StatusCode | addAffectingSystematic (const CP::SystematicVariation &systematic, bool recommended) |
| virtual StatusCode | getFilteredSystematicSet (const CP::SystematicSet &systConfig, CP::SystematicSet &filteredSet) |
| virtual StatusCode | getUncertaintySet (const CP::SystematicSet &filteredSet, jet::UncertaintySet *&uncSet) |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Definition at line 42 of file JetUncertaintiesTool.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| JetUncertaintiesTool::JetUncertaintiesTool | ( | const std::string & | name = "JetUncertaintiesTool" | ) |
Definition at line 65 of file JetUncertaintiesTool.cxx.
| JetUncertaintiesTool::JetUncertaintiesTool | ( | const JetUncertaintiesTool & | toCopy | ) |
Definition at line 132 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 187 of file JetUncertaintiesTool.cxx.
|
privatevirtual |
Definition at line 1298 of file JetUncertaintiesTool.cxx.
|
private |
Definition at line 836 of file JetUncertaintiesTool.cxx.
|
private |
Definition at line 797 of file JetUncertaintiesTool.cxx.
|
virtual |
the list of all systematics this tool can be affected by
Implements CP::IReentrantSystematicsTool.
Definition at line 1258 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1268 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements ICPJetUncertaintiesTool.
Definition at line 2297 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements ICPJetUncertaintiesTool.
Definition at line 2304 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements ICPJetUncertaintiesTool.
Definition at line 2090 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements ICPJetUncertaintiesTool.
Definition at line 2097 of file JetUncertaintiesTool.cxx.
|
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 1315 of file JetUncertaintiesTool.cxx.
|
private |
Definition at line 937 of file JetUncertaintiesTool.cxx.
|
private |
Definition at line 1273 of file JetUncertaintiesTool.cxx.
|
private |
Definition at line 1559 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements ICPJetUncertaintiesTool.
Definition at line 2276 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements ICPJetUncertaintiesTool.
Definition at line 2283 of file JetUncertaintiesTool.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 145 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 95 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
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
|
inlinevirtual |
|
inlinevirtual |
Definition at line 73 of file JetUncertaintiesTool.h.
|
virtual |
Definition at line 1973 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1529 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1514 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1478 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1483 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1544 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1499 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 2021 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1632 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1597 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1602 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1627 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1582 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1592 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1647 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1587 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1637 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1642 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1607 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1617 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1612 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1622 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1652 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1996 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1657 of file JetUncertaintiesTool.cxx.
|
inlinevirtual |
|
inlinevirtual |
Definition at line 74 of file JetUncertaintiesTool.h.
|
private |
Definition at line 2318 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 2064 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 2069 of file JetUncertaintiesTool.cxx.
|
privatevirtual |
Definition at line 1352 of file JetUncertaintiesTool.cxx.
|
inlinevirtual |
|
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.
| ptr | The bare pointer to the object that the event store should know about |
Definition at line 119 of file AsgTool.cxx.
|
inlinevirtual |
|
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.
| ptr | The bare pointer to the object that the event store should know about |
Definition at line 106 of file AsgTool.cxx.
|
inlinevirtual |
|
private |
Definition at line 1828 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1823 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1818 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1926 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1946 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1467 of file JetUncertaintiesTool.cxx.
|
inlinevirtual |
|
inherited |
Get one of the tool's properties.
|
virtual |
Definition at line 2044 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 2049 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1416 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1446 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1431 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1456 of file JetUncertaintiesTool.cxx.
|
inlinevirtual |
Definition at line 67 of file JetUncertaintiesTool.h.
|
private |
Definition at line 2383 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1402 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1714 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1722 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1718 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1728 of file JetUncertaintiesTool.cxx.
|
privatevirtual |
Definition at line 1369 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1664 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1672 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1668 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1678 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1768 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1776 of file JetUncertaintiesTool.cxx.
|
virtual |
Implements IJetUncertaintiesTool.
Definition at line 1772 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 1782 of file JetUncertaintiesTool.cxx.
|
virtual |
Dummy implementation of the initialisation function.
It's here to allow the dual-use tools to skip defining an initialisation function. Since many are doing so...
Reimplemented from asg::AsgTool.
Definition at line 239 of file JetUncertaintiesTool.cxx.
|
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.
|
virtual |
Declare the interface that this class provides.
returns: whether this tool is affected by the given systematics
Implements CP::ISystematicsTool.
Definition at line 1250 of file JetUncertaintiesTool.cxx.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
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:
This function's name doesn't follow the ATLAS coding rules, and as such will be removed in the not too distant future.
Definition at line 101 of file AsgTool.cxx.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
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.
|
virtualinherited |
Print the state of the tool.
Implements asg::IAsgTool.
Reimplemented in AsgHelloTool, HI::HIPileupTool, JetBottomUpSoftDrop, JetConstituentsRetriever, JetDumper, JetFinder, JetFromPseudojet, JetModifiedMassDrop, JetPileupLabelingTool, JetPruner, JetPseudojetRetriever, JetReclusterer, JetReclusteringTool, JetRecTool, JetRecursiveSoftDrop, JetSoftDrop, JetSplitter, JetSubStructureMomentToolsBase, JetToolRunner, JetTrimmer, JetTruthLabelingTool, KtDeltaRTool, and LundVariablesTool.
Definition at line 131 of file AsgTool.cxx.
|
private |
Definition at line 1859 of file JetUncertaintiesTool.cxx.
|
private |
Definition at line 1874 of file JetUncertaintiesTool.cxx.
|
virtual |
the list of all systematics this tool recommends to use
Implements CP::IReentrantSystematicsTool.
Definition at line 1263 of file JetUncertaintiesTool.cxx.
|
inlineprotectedinherited |
Definition at line 380 of file AthCommonDataStore.h.
|
inlineprotectedinherited |
remove all handles from I/O resolution
Definition at line 364 of file AthCommonDataStore.h.
|
inlinevirtual |
Definition at line 62 of file JetUncertaintiesTool.h.
|
virtual |
Definition at line 226 of file JetUncertaintiesTool.cxx.
|
virtual |
Definition at line 213 of file JetUncertaintiesTool.cxx.
|
overridevirtualinherited |
Perform system initialization for an algorithm.
We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.
Reimplemented in asg::AsgMetadataTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and DerivationFramework::CfAthAlgTool.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
|
private |
Definition at line 2886 of file JetUncertaintiesTool.cxx.
|
private |
Definition at line 2832 of file JetUncertaintiesTool.cxx.
|
private |
Definition at line 2925 of file JetUncertaintiesTool.cxx.
|
private |
Definition at line 2549 of file JetUncertaintiesTool.cxx.
|
private |
Definition at line 2565 of file JetUncertaintiesTool.cxx.
|
private |
Definition at line 3001 of file JetUncertaintiesTool.cxx.
|
private |
Definition at line 2941 of file JetUncertaintiesTool.cxx.
|
private |
Definition at line 2581 of file JetUncertaintiesTool.cxx.
|
private |
Definition at line 2679 of file JetUncertaintiesTool.cxx.
|
private |
Definition at line 2630 of file JetUncertaintiesTool.cxx.
|
private |
Definition at line 2743 of file JetUncertaintiesTool.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 277 of file JetUncertaintiesTool.h.
|
private |
Definition at line 273 of file JetUncertaintiesTool.h.
|
private |
Definition at line 271 of file JetUncertaintiesTool.h.
|
private |
Definition at line 272 of file JetUncertaintiesTool.h.
|
private |
Definition at line 274 of file JetUncertaintiesTool.h.
|
private |
Definition at line 270 of file JetUncertaintiesTool.h.
|
private |
Definition at line 190 of file JetUncertaintiesTool.h.
|
private |
Definition at line 191 of file JetUncertaintiesTool.h.
|
private |
Definition at line 188 of file JetUncertaintiesTool.h.
|
private |
Definition at line 221 of file JetUncertaintiesTool.h.
|
private |
Definition at line 225 of file JetUncertaintiesTool.h.
|
private |
Definition at line 223 of file JetUncertaintiesTool.h.
|
private |
Definition at line 224 of file JetUncertaintiesTool.h.
|
private |
Definition at line 187 of file JetUncertaintiesTool.h.
|
private |
Definition at line 212 of file JetUncertaintiesTool.h.
|
private |
Definition at line 213 of file JetUncertaintiesTool.h.
|
private |
Definition at line 202 of file JetUncertaintiesTool.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 181 of file JetUncertaintiesTool.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
private |
Definition at line 218 of file JetUncertaintiesTool.h.
|
private |
Definition at line 207 of file JetUncertaintiesTool.h.
|
private |
Definition at line 230 of file JetUncertaintiesTool.h.
|
private |
Definition at line 179 of file JetUncertaintiesTool.h.
|
private |
Definition at line 185 of file JetUncertaintiesTool.h.
|
private |
Definition at line 186 of file JetUncertaintiesTool.h.
|
private |
Definition at line 180 of file JetUncertaintiesTool.h.
|
private |
Definition at line 197 of file JetUncertaintiesTool.h.
|
private |
Definition at line 195 of file JetUncertaintiesTool.h.
|
private |
Definition at line 196 of file JetUncertaintiesTool.h.
|
private |
Definition at line 198 of file JetUncertaintiesTool.h.
|
private |
Definition at line 194 of file JetUncertaintiesTool.h.
|
private |
Definition at line 234 of file JetUncertaintiesTool.h.
|
private |
Definition at line 192 of file JetUncertaintiesTool.h.
|
private |
Definition at line 189 of file JetUncertaintiesTool.h.
|
private |
Definition at line 280 of file JetUncertaintiesTool.h.
|
mutableprivate |
Definition at line 229 of file JetUncertaintiesTool.h.
|
private |
Definition at line 210 of file JetUncertaintiesTool.h.
|
private |
Definition at line 211 of file JetUncertaintiesTool.h.
|
private |
Definition at line 204 of file JetUncertaintiesTool.h.
|
private |
Definition at line 206 of file JetUncertaintiesTool.h.
|
private |
Definition at line 203 of file JetUncertaintiesTool.h.
|
private |
Definition at line 205 of file JetUncertaintiesTool.h.
|
private |
Definition at line 184 of file JetUncertaintiesTool.h.
|
private |
Definition at line 231 of file JetUncertaintiesTool.h.
|
private |
Definition at line 214 of file JetUncertaintiesTool.h.
|
private |
Definition at line 193 of file JetUncertaintiesTool.h.
|
private |
Definition at line 215 of file JetUncertaintiesTool.h.
|
private |
Definition at line 222 of file JetUncertaintiesTool.h.
|
private |
Definition at line 228 of file JetUncertaintiesTool.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.