![]() |
ATLAS Offline Software
|
#include <ICombinerTool.h>
Public Member Functions | |
| virtual | ~ICombinerTool () |
| Virtual destructor. | |
| virtual std::vector< double > | simpleCombine (const xAOD::Jet &particleJet, const std::string &infoKey) const =0 |
| all tools used same samples (1 signal, N background) to create the LH histograms | |
| virtual std::vector< double > | simpleCombine (const xAOD::Jet &particleJet, const std::vector< std::string > &combineTheseTaggers) const =0 |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| AlgTool interface methods. | |
Definition at line 31 of file ICombinerTool.h.
|
inlinevirtual |
|
inlinestatic |
AlgTool interface methods.
Definition at line 39 of file ICombinerTool.h.
|
pure virtual |
all tools used same samples (1 signal, N background) to create the LH histograms
Implemented in Analysis::CombinerTool.
|
pure virtual |
Implemented in Analysis::CombinerTool.