Class that runs the tau conversion finding algorithm. More...
#include <PhotonConversionVertex.h>
Public Member Functions | |
PhotonConversionVertex (const std::string &name) | |
Constructor and Destructor. | |
ASG_TOOL_CLASS2 (PhotonConversionVertex, TauRecToolBase, ITauToolBase) | |
virtual StatusCode | initialize () |
Algorithm functions. | |
virtual StatusCode | finalize () |
Finalizer. | |
virtual StatusCode | eventFinalize () |
Event finalizer - called at the end of each event. | |
virtual StatusCode | execute (xAOD::TauJet &) |
Execute - called for each tau candidate. | |
virtual StatusCode | eventInitialize () |
Event initializer - called at the beginning of each event. | |
virtual void | print () const |
Print the state of the tool. |
Class that runs the tau conversion finding algorithm.
This tool identifies conversion candidates in/near (definable) a tau decay cone by reconstructing the conversion vertices and applying a set of cuts optimized for tau conversions on the vertex parameters.
StatusCode PhotonConversionVertex::eventFinalize | ( | ) | [virtual] |
Event finalizer - called at the end of each event.
else { conversionCandidatesVxCont = new xAOD::VertexContainer(); // No need to run conversion finding if no tracks are found! conversionCandidatesVxContAux = new xAOD::VertexAuxContainer(); // No need to run conversion finding if no tracks are found! }
Reimplemented from TauRecToolBase.