![]() |
ATLAS Offline Software
|
Interface for Tool_InformationStore. More...
#include <ITool_InformationStore.h>
Public Types | |
| typedef std::map< std::string, std::string > | MapString |
| typedef std::map< std::string, std::vector< std::string > > | MapVecString |
| typedef std::map< std::string, int > | MapInt |
| typedef std::map< std::string, double > | MapDouble |
| typedef std::map< std::string, std::vector< double > > | MapVecDouble |
Public Member Functions | |
| virtual bool | isInitialized ()=0 |
| virtual StatusCode | getInfo_Int (const std::string &varName, int &value) const =0 |
| virtual StatusCode | getInfo_Double (const std::string &varName, double &value) const =0 |
| virtual StatusCode | getInfo_VecDouble (const std::string &varName, std::vector< double > &value) const =0 |
| virtual StatusCode | getInfo_String (const std::string &varName, std::string &value) const =0 |
| virtual StatusCode | getInfo_VecString (const std::string &varName, std::vector< std::string > &value) const =0 |
| virtual void | print () const =0 |
| Print the state of the tool. | |
Interface for Tool_InformationStore.
Definition at line 21 of file ITool_InformationStore.h.
| typedef std::map<std::string, double> PanTau::ITool_InformationStore::MapDouble |
Definition at line 32 of file ITool_InformationStore.h.
| typedef std::map<std::string, int> PanTau::ITool_InformationStore::MapInt |
Definition at line 31 of file ITool_InformationStore.h.
| typedef std::map<std::string, std::string> PanTau::ITool_InformationStore::MapString |
Definition at line 29 of file ITool_InformationStore.h.
| typedef std::map<std::string, std::vector<double> > PanTau::ITool_InformationStore::MapVecDouble |
Definition at line 33 of file ITool_InformationStore.h.
| typedef std::map<std::string, std::vector<std::string> > PanTau::ITool_InformationStore::MapVecString |
Definition at line 30 of file ITool_InformationStore.h.
|
pure virtual |
Implemented in PanTau::Tool_InformationStore.
|
pure virtual |
Implemented in PanTau::Tool_InformationStore.
|
pure virtual |
Implemented in PanTau::Tool_InformationStore.
|
pure virtual |
Implemented in PanTau::Tool_InformationStore.
|
pure virtual |
Implemented in PanTau::Tool_InformationStore.
|
pure virtual |
Implemented in PanTau::Tool_InformationStore.
|
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, and KtDeltaRTool.