test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
}
TrackTSelector.h
dbtoconf.out
tuple out
Definition:
dbtoconf.py:99
begin
#define begin
Definition:
vmac.h:30
gather_cfg.cout
tuple cout
Definition:
gather_cfg.py:121
Generated for CMSSW Reference Manual by
1.8.5