#include <IJetUncertaintiesTool.h>
|
| virtual std::string | getName () const =0 |
| virtual std::string | getJetDef () const =0 |
| virtual std::string | getMCType () const =0 |
| virtual std::string | getConfigFile () const =0 |
| virtual std::string | getPath () const =0 |
| virtual std::string | getAnalysisFile () const =0 |
| virtual float | getRefMu () const =0 |
| virtual float | getRefNPV () const =0 |
| virtual size_t | getNumComponents () const =0 |
| virtual size_t | getComponentIndex (const std::string &name) const =0 |
| virtual size_t | getComponentIndex (const TString &name) const =0 |
| virtual std::string | getComponentName (const size_t index) const =0 |
| virtual std::string | getComponentDesc (const size_t index) const =0 |
| virtual bool | getComponentScalesFourVec (const size_t index) const =0 |
| virtual bool | getComponentScalesPt (const size_t index) const =0 |
| virtual bool | getComponentScalesMass (const size_t index) const =0 |
| virtual bool | getComponentScalesD12 (const size_t index) const =0 |
| virtual bool | getComponentScalesD23 (const size_t index) const =0 |
| virtual bool | getComponentScalesTau21 (const size_t index) const =0 |
| virtual bool | getComponentScalesTau32 (const size_t index) const =0 |
| virtual bool | getValidity (size_t index, const xAOD::Jet &jet) const =0 |
| virtual bool | getValidity (size_t index, const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const =0 |
| virtual double | getUncertainty (size_t index, const xAOD::Jet &jet) const =0 |
| virtual double | getUncertainty (size_t index, const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const =0 |
| virtual bool | getValidUncertainty (size_t index, double &unc, const xAOD::Jet &jet) const =0 |
| virtual bool | getValidUncertainty (size_t index, double &unc, const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const =0 |
| virtual void | print () const =0 |
| | Print the state of the tool.
|
Definition at line 17 of file IJetUncertaintiesTool.h.
◆ getAnalysisFile()
| virtual std::string IJetUncertaintiesTool::getAnalysisFile |
( |
| ) |
const |
|
pure virtual |
◆ getComponentDesc()
| virtual std::string IJetUncertaintiesTool::getComponentDesc |
( |
const size_t | index | ) |
const |
|
pure virtual |
◆ getComponentIndex() [1/2]
| virtual size_t IJetUncertaintiesTool::getComponentIndex |
( |
const std::string & | name | ) |
const |
|
pure virtual |
◆ getComponentIndex() [2/2]
| virtual size_t IJetUncertaintiesTool::getComponentIndex |
( |
const TString & | name | ) |
const |
|
pure virtual |
◆ getComponentName()
| virtual std::string IJetUncertaintiesTool::getComponentName |
( |
const size_t | index | ) |
const |
|
pure virtual |
◆ getComponentScalesD12()
| virtual bool IJetUncertaintiesTool::getComponentScalesD12 |
( |
const size_t | index | ) |
const |
|
pure virtual |
◆ getComponentScalesD23()
| virtual bool IJetUncertaintiesTool::getComponentScalesD23 |
( |
const size_t | index | ) |
const |
|
pure virtual |
◆ getComponentScalesFourVec()
| virtual bool IJetUncertaintiesTool::getComponentScalesFourVec |
( |
const size_t | index | ) |
const |
|
pure virtual |
◆ getComponentScalesMass()
| virtual bool IJetUncertaintiesTool::getComponentScalesMass |
( |
const size_t | index | ) |
const |
|
pure virtual |
◆ getComponentScalesPt()
| virtual bool IJetUncertaintiesTool::getComponentScalesPt |
( |
const size_t | index | ) |
const |
|
pure virtual |
◆ getComponentScalesTau21()
| virtual bool IJetUncertaintiesTool::getComponentScalesTau21 |
( |
const size_t | index | ) |
const |
|
pure virtual |
◆ getComponentScalesTau32()
| virtual bool IJetUncertaintiesTool::getComponentScalesTau32 |
( |
const size_t | index | ) |
const |
|
pure virtual |
◆ getConfigFile()
| virtual std::string IJetUncertaintiesTool::getConfigFile |
( |
| ) |
const |
|
pure virtual |
◆ getJetDef()
| virtual std::string IJetUncertaintiesTool::getJetDef |
( |
| ) |
const |
|
pure virtual |
◆ getMCType()
| virtual std::string IJetUncertaintiesTool::getMCType |
( |
| ) |
const |
|
pure virtual |
◆ getName()
| virtual std::string IJetUncertaintiesTool::getName |
( |
| ) |
const |
|
pure virtual |
◆ getNumComponents()
| virtual size_t IJetUncertaintiesTool::getNumComponents |
( |
| ) |
const |
|
pure virtual |
◆ getPath()
| virtual std::string IJetUncertaintiesTool::getPath |
( |
| ) |
const |
|
pure virtual |
◆ getRefMu()
| virtual float IJetUncertaintiesTool::getRefMu |
( |
| ) |
const |
|
pure virtual |
◆ getRefNPV()
| virtual float IJetUncertaintiesTool::getRefNPV |
( |
| ) |
const |
|
pure virtual |
◆ getUncertainty() [1/2]
| virtual double IJetUncertaintiesTool::getUncertainty |
( |
size_t | index, |
|
|
const xAOD::Jet & | jet ) const |
|
pure virtual |
◆ getUncertainty() [2/2]
| virtual double IJetUncertaintiesTool::getUncertainty |
( |
size_t | index, |
|
|
const xAOD::Jet & | jet, |
|
|
const xAOD::EventInfo & | eInfo ) const |
|
pure virtual |
◆ getValidity() [1/2]
| virtual bool IJetUncertaintiesTool::getValidity |
( |
size_t | index, |
|
|
const xAOD::Jet & | jet ) const |
|
pure virtual |
◆ getValidity() [2/2]
| virtual bool IJetUncertaintiesTool::getValidity |
( |
size_t | index, |
|
|
const xAOD::Jet & | jet, |
|
|
const xAOD::EventInfo & | eInfo ) const |
|
pure virtual |
◆ getValidUncertainty() [1/2]
| virtual bool IJetUncertaintiesTool::getValidUncertainty |
( |
size_t | index, |
|
|
double & | unc, |
|
|
const xAOD::Jet & | jet ) const |
|
pure virtual |
◆ getValidUncertainty() [2/2]
| virtual bool IJetUncertaintiesTool::getValidUncertainty |
( |
size_t | index, |
|
|
double & | unc, |
|
|
const xAOD::Jet & | jet, |
|
|
const xAOD::EventInfo & | eInfo ) const |
|
pure virtual |
◆ print()
| virtual void asg::IAsgTool::print |
( |
| ) |
const |
|
pure virtualinherited |
Print the state of the tool.
Implemented in asg::AsgTool, 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.
The documentation for this class was generated from the following file: