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
interface
TSelectorAnalyzer.h
Go to the documentation of this file.
1
#ifndef ParallelAnalysis_TSelectorAnalyzer_h
2
#define ParallelAnalysis_TSelectorAnalyzer_h
3
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
4
#include "TList.h"
5
6
template
<
typename
Algo>
7
class
TSelectorAnalyzer
:
public
edm::EDAnalyzer
{
8
public
:
9
TSelectorAnalyzer
(
const
edm::ParameterSet
&
cfg
) :
list_
(),
algo_
(nullptr,
list_
) {}
10
void
analyze
(
const
edm::Event
& evt,
const
edm::EventSetup
&)
override
{
algo_
.process(evt); }
11
void
endJob
()
override
{
12
algo_
.postProcess(
list_
);
13
algo_
.terminate(
list_
);
14
}
15
16
private
:
17
TList
list_
;
18
Algo
algo_
;
19
};
20
21
#endif
TSelectorAnalyzer::list_
TList list_
Definition:
TSelectorAnalyzer.h:17
EDAnalyzer.h
TSelectorAnalyzer::analyze
void analyze(const edm::Event &evt, const edm::EventSetup &) override
Definition:
TSelectorAnalyzer.h:10
edm::EDAnalyzer
Definition:
EDAnalyzer.h:28
TSelectorAnalyzer::endJob
void endJob() override
Definition:
TSelectorAnalyzer.h:11
Algo
Definition:
fakeMenu.h:6
TSelectorAnalyzer::TSelectorAnalyzer
TSelectorAnalyzer(const edm::ParameterSet &cfg)
Definition:
TSelectorAnalyzer.h:9
edm::ParameterSet
Definition:
ParameterSet.h:47
TSelectorAnalyzer
Definition:
TSelectorAnalyzer.h:7
edm::EventSetup
Definition:
EventSetup.h:57
looper.cfg
cfg
Definition:
looper.py:297
TSelectorAnalyzer::algo_
Algo algo_
Definition:
TSelectorAnalyzer.h:18
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.16