Public Member Functions | |
JetRecTool (std::string myname) | |
StatusCode | initialize () |
Initialization. Check all tools here. | |
StatusCode | finalize () |
Finalization. Write summary report. | |
const xAOD::JetContainer * | build () const |
int | execute () const |
Call build and put jets in event store. | |
void | print () const |
Display the configuration. | |
int | inputContainerNames (std::vector< std::string > &connames) |
int | outputContainerNames (std::vector< std::string > &connames) |
void | setInputJetContainer (const xAOD::JetContainer *cont) |
For trigger usage in grooming mode only : give the input ungroomed jet container. |
const JetContainer * JetRecTool::build | ( | ) | const [virtual] |
Retrieve inputs with tools and construct new jet collection.
Implements IJetBuildTool.
int JetRecTool::inputContainerNames | ( | std::vector< std::string > & | connames | ) | [virtual] |
Method to return the list of input containers. The names of required input containers are appended to connames. Returns nonzero for error. Default returns 0 and adds no names.
Reimplemented from IJetExecuteTool.
int JetRecTool::outputContainerNames | ( | std::vector< std::string > & | connames | ) | [virtual] |
Method to return the list of output containers. The names of produced output containers are appended to connames. Returns nonzero for error. Default returns 0 and adds no names.
Reimplemented from IJetExecuteTool.