Implementation of tauRec/TauProcessor as a tool. More...
#include <TauProcessorTool.h>
Public Member Functions | |
TauProcessorTool (const std::string &type) | |
virtual StatusCode | initialize () |
virtual StatusCode | execute () |
Execute - called for each tau candidate. | |
virtual StatusCode | finalize () |
Finalizer. | |
void | setIsConfigured (bool v=true) |
StatusCode | readConfig () |
template<class T , class U , class V > | |
StatusCode | deepCopy (T *&containerOut, U *&containerStoreOut, const V *dummyContainerType, const std::string &containername, std::string containerNameAux="") |
Implementation of tauRec/TauProcessor as a tool.
StatusCode TauProcessorTool::initialize | ( | void | ) | [virtual] |
Dummy implementation of the initialisation function
It's here to allow the dual-use tools to skip defining an initialisation function. Since many are doing so...
Reimplemented from asg::AsgTool.