Interface for Tool_InformationStore.
More...
#include <ITool_InformationStore.h>
|
| 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 |
|
| 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.
|
◆ MapDouble
◆ MapInt
◆ MapString
◆ MapVecDouble
◆ MapVecString
◆ getInfo_Double()
| virtual StatusCode PanTau::ITool_InformationStore::getInfo_Double |
( |
const std::string & | varName, |
|
|
double & | value ) const |
|
pure virtual |
◆ getInfo_Int()
| virtual StatusCode PanTau::ITool_InformationStore::getInfo_Int |
( |
const std::string & | varName, |
|
|
int & | value ) const |
|
pure virtual |
◆ getInfo_String()
| virtual StatusCode PanTau::ITool_InformationStore::getInfo_String |
( |
const std::string & | varName, |
|
|
std::string & | value ) const |
|
pure virtual |
◆ getInfo_VecDouble()
| virtual StatusCode PanTau::ITool_InformationStore::getInfo_VecDouble |
( |
const std::string & | varName, |
|
|
std::vector< double > & | value ) const |
|
pure virtual |
◆ getInfo_VecString()
| virtual StatusCode PanTau::ITool_InformationStore::getInfo_VecString |
( |
const std::string & | varName, |
|
|
std::vector< std::string > & | value ) const |
|
pure virtual |
◆ isInitialized()
| virtual bool PanTau::ITool_InformationStore::isInitialized |
( |
| ) |
|
|
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: