![]() |
ATLAS Offline Software
|
#include <IJSSMLTool.h>
Public Member Functions | |
| 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 std::vector< float > | retrieveConstituentsScoreMultiClass (const std::vector< std::vector< float > > &constituents, const std::vector< std::vector< std::vector< float > > > &interactions, const std::vector< std::vector< float > > &mask) const =0 |
| virtual StatusCode | SetScaler (const 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.
|
pure virtual |
Function initialising the tool.
Implemented in AthONNX::JSSMLTool.
|
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.
|
pure virtual |
Implemented in AthONNX::JSSMLTool.
|
pure virtual |
Implemented in AthONNX::JSSMLTool.
|
pure virtual |
Implemented in AthONNX::JSSMLTool.
|
pure virtual |
Function executing the tool for a single event.
Implemented in AthONNX::JSSMLTool.
|
pure virtual |
Implemented in AthONNX::JSSMLTool.
|
pure virtual |
Implemented in AthONNX::JSSMLTool.
|
pure virtual |
Implemented in AthONNX::JSSMLTool.