#include <PhysicsTools/ParallelAnalysis/interface/TrackTSelector.h>
Public Member Functions | |
void | begin (TList *&) |
begin processing | |
void | terminate (TList &) |
terminate processing | |
TrackTSelector () | |
default constructor | |
Private Member Functions | |
TrackTSelector | operator= (TrackTSelector const &) |
avoid assignment operator | |
TrackTSelector (const TrackTSelector &) | |
avoid copy constructor |
Definition at line 20 of file TrackTSelector.h.
TrackTSelector::TrackTSelector | ( | ) |
default constructor
Definition at line 8 of file TrackTSelector.cc.
References GenMuonPlsPt100GeV_cfg::cout, and lat::endl().
examples::TrackTSelector::TrackTSelector | ( | const TrackTSelector & | ) | [private] |
avoid copy constructor
void TrackTSelector::begin | ( | TList *& | ) | [virtual] |
begin processing
Implements TFWLiteSelectorBasic.
Definition at line 12 of file TrackTSelector.cc.
References GenMuonPlsPt100GeV_cfg::cout, and lat::endl().
TrackTSelector examples::TrackTSelector::operator= | ( | TrackTSelector const & | ) | [private] |
avoid assignment operator
void TrackTSelector::terminate | ( | TList & | out | ) | [virtual] |
terminate processing
Implements TFWLiteSelectorBasic.
Definition at line 16 of file TrackTSelector.cc.
References GenMuonPlsPt100GeV_cfg::cout, lat::endl(), and examples::TrackAnalysisAlgorithm::terminate().
00016 { 00017 cout << ">> terminating" << endl; 00018 TrackAnalysisAlgorithm::terminate( out ); 00019 }