8 TrackTSelector::TrackTSelector() {
cout <<
">> constructing TrackTSelector" << endl; }
10 void TrackTSelector::begin(TList*&) {
cout <<
">> nothing to be done at begin" << endl; }
12 void TrackTSelector::terminate(TList&
out) {
13 cout <<
">> terminating" << endl;
14 TrackAnalysisAlgorithm::terminate(
out);