CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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() {
9  cout << ">> constructing TrackTSelector" << endl;
10 }
11 
12 void TrackTSelector::begin( TList * & ) {
13  cout << ">> nothing to be done at begin" << endl;
14 }
15 
16 void TrackTSelector::terminate( TList & out ) {
17  cout << ">> terminating" << endl;
18  TrackAnalysisAlgorithm::terminate( out );
19 }
tuple out
Definition: dbtoconf.py:99
#define begin
Definition: vmac.h:30
tuple cout
Definition: gather_cfg.py:121