Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
ParallelAnalysis
src
TrackTSelector.cc
Go to the documentation of this file.
1
#include "
PhysicsTools/ParallelAnalysis/interface/TrackTSelector.h
"
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
}
examples
Definition:
TrackAnalysisAlgorithm.h:18
std
Definition:
JetResolutionObject.h:80
TrackTSelector.h
MillePedeFileConverter_cfg.out
out
Definition:
MillePedeFileConverter_cfg.py:31
begin
#define begin
Definition:
vmac.h:32
gather_cfg.cout
cout
Definition:
gather_cfg.py:144
Generated for CMSSW Reference Manual by
1.8.11