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
n
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
c
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
src
L1TriggerConfig
DTTPGConfigProducers
src
DTConfigTester.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: DTTPGConfigProducer
4
// Class: DTConfigTester
5
//
14
//
15
// Original Author: Sara Vanini
16
// Created: Sat Mar 17 10:00 CEST 2007
17
// $Id:
18
//
19
//
20
21
// user include files
22
#include "
FWCore/Framework/interface/one/EDAnalyzer.h
"
23
#include "
FWCore/Framework/interface/Event.h
"
24
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
25
26
//
27
// class decleration
28
//
29
class
DTConfigManager
;
30
class
DTConfigManagerRcd
;
31
32
class
DTConfigTester
:
public
edm::one::EDAnalyzer
<> {
33
public
:
35
explicit
DTConfigTester
(
const
edm::ParameterSet
&);
36
37
// Analyze Method
38
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
39
40
private
:
41
int
my_wh
;
42
int
my_sec
;
43
int
my_st
;
44
int
my_traco
;
45
int
my_bti
;
46
int
my_sl
;
47
48
edm::ESGetToken<DTConfigManager, DTConfigManagerRcd>
my_configToken
;
49
};
DTConfigTester::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
DTConfigTester.cc:29
Event.h
DTConfigTester::my_bti
int my_bti
Definition:
DTConfigTester.h:45
DTConfigTester::my_sec
int my_sec
Definition:
DTConfigTester.h:42
ParameterSet.h
DTConfigTester::my_configToken
edm::ESGetToken< DTConfigManager, DTConfigManagerRcd > my_configToken
Definition:
DTConfigTester.h:48
edm::ESGetToken< DTConfigManager, DTConfigManagerRcd >
DTConfigTester::my_wh
int my_wh
Definition:
DTConfigTester.h:41
DTConfigManagerRcd
Definition:
DTConfigManagerRcd.h:31
edm::EventSetup
Definition:
EventSetup.h:56
DTConfigTester::my_traco
int my_traco
Definition:
DTConfigTester.h:44
EDAnalyzer.h
DTConfigTester
Definition:
DTConfigTester.h:32
DTConfigManager
Definition:
DTConfigManager.h:49
edm::ParameterSet
Definition:
ParameterSet.h:48
DTConfigTester::DTConfigTester
DTConfigTester(const edm::ParameterSet &)
Constructor.
Definition:
DTConfigTester.cc:17
edm::Event
Definition:
Event.h:73
DTConfigTester::my_st
int my_st
Definition:
DTConfigTester.h:43
edm::one::EDAnalyzer
Definition:
EDAnalyzer.h:30
DTConfigTester::my_sl
int my_sl
Definition:
DTConfigTester.h:46
Generated for CMSSW Reference Manual by
1.8.14