CMS 3D CMS Logo

TrackTSelector.cc
Go to the documentation of this file.
2 #include <iostream>
3 #include <TCanvas.h>
4 #include <TH1.h>
5 using namespace std;
6 using namespace examples;
7 
8 TrackTSelector::TrackTSelector() { cout << ">> constructing TrackTSelector" << endl; }
9 
10 void TrackTSelector::begin(TList*&) { cout << ">> nothing to be done at begin" << endl; }
11 
12 void TrackTSelector::terminate(TList& out) {
13  cout << ">> terminating" << endl;
14  TrackAnalysisAlgorithm::terminate(out);
15 }
gather_cfg.cout
cout
Definition: gather_cfg.py:144
TrackTSelector.h
std
Definition: JetResolutionObject.h:76
examples
Definition: TrackAnalysisAlgorithm.h:20
MillePedeFileConverter_cfg.out
out
Definition: MillePedeFileConverter_cfg.py:31