#include <TrackTSelector.h>
Public Member Functions | |
void | begin (TList *&) |
begin processing | |
ClassDef(TrackTSelector, 2) private TrackTSelector | operator= (TrackTSelector const &) |
avoid assignment operator | |
void | terminate (TList &) |
terminate processing | |
TrackTSelector () | |
default constructor |
Definition at line 20 of file TrackTSelector.h.
TrackTSelector::TrackTSelector | ( | ) |
default constructor
Definition at line 8 of file TrackTSelector.cc.
References gather_cfg::cout.
{ cout << ">> constructing TrackTSelector" << endl; }
void TrackTSelector::begin | ( | TList *& | ) | [virtual] |
begin processing
Implements TFWLiteSelectorBasic.
Definition at line 12 of file TrackTSelector.cc.
References gather_cfg::cout.
{ cout << ">> nothing to be done at begin" << endl; }
ClassDef (TrackTSelector,2) private TrackTSelector examples::TrackTSelector::operator= | ( | TrackTSelector const & | ) |
avoid assignment operator
void TrackTSelector::terminate | ( | TList & | out | ) | [virtual] |
terminate processing
Implements TFWLiteSelectorBasic.
Definition at line 16 of file TrackTSelector.cc.
References gather_cfg::cout.
{ cout << ">> terminating" << endl; TrackAnalysisAlgorithm::terminate( out ); }