#include <IJSSMLTool.h>
|
| virtual StatusCode | initialize ()=0 |
| | Function initialising the tool.
|
| virtual double | retrieveConstituentsScore (std::vector< TH2D > Images) const =0 |
| | Function executing the tool for a single event.
|
| virtual double | retrieveConstituentsScore (std::vector< std::vector< float > > constituents) const =0 |
| virtual double | retrieveConstituentsScore (std::vector< std::vector< float > > constituents, std::vector< std::vector< std::vector< float > > > interactions) const =0 |
| virtual double | retrieveConstituentsScore (std::vector< std::vector< float > > constituents, std::vector< std::vector< std::vector< float > > > interactions, std::vector< std::vector< float > > mask) const =0 |
| virtual double | retrieveHighLevelScore (std::map< std::string, double > JSSVars) const =0 |
| virtual StatusCode | SetScaler (std::map< std::string, std::vector< double > > scaler)=0 |
| virtual void | print () const =0 |
| | Print the state of the tool.
|
Definition at line 25 of file IJSSMLTool.h.
◆ initialize()
| virtual StatusCode AthONNX::IJSSMLTool::initialize |
( |
| ) |
|
|
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.
◆ retrieveConstituentsScore() [1/4]
| virtual double AthONNX::IJSSMLTool::retrieveConstituentsScore |
( |
std::vector< std::vector< float > > | constituents | ) |
const |
|
pure virtual |
◆ retrieveConstituentsScore() [2/4]
| virtual double AthONNX::IJSSMLTool::retrieveConstituentsScore |
( |
std::vector< std::vector< float > > | constituents, |
|
|
std::vector< std::vector< std::vector< float > > > | interactions ) const |
|
pure virtual |
◆ retrieveConstituentsScore() [3/4]
| virtual double AthONNX::IJSSMLTool::retrieveConstituentsScore |
( |
std::vector< std::vector< float > > | constituents, |
|
|
std::vector< std::vector< std::vector< float > > > | interactions, |
|
|
std::vector< std::vector< float > > | mask ) const |
|
pure virtual |
◆ retrieveConstituentsScore() [4/4]
| virtual double AthONNX::IJSSMLTool::retrieveConstituentsScore |
( |
std::vector< TH2D > | Images | ) |
const |
|
pure virtual |
◆ retrieveHighLevelScore()
| virtual double AthONNX::IJSSMLTool::retrieveHighLevelScore |
( |
std::map< std::string, double > | JSSVars | ) |
const |
|
pure virtual |
◆ SetScaler()
| virtual StatusCode AthONNX::IJSSMLTool::SetScaler |
( |
std::map< std::string, std::vector< double > > | scaler | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: