Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
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() {
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
begin
#define begin
Definition:
vmac.h:32
Generated for CMSSW Reference Manual by
1.8.16