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
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/EDAnalyzer.h
"
23
#include "
FWCore/Framework/interface/Event.h
"
24
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
25
26
//
27
// class decleration
28
//
29
30
class
DTConfigTester
:
public
edm::EDAnalyzer
{
31
public
:
33
explicit
DTConfigTester
(
const
edm::ParameterSet
&);
34
36
~DTConfigTester
()
override
;
37
38
// Analyze Method
39
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
40
41
private
:
42
int
my_wh
;
43
int
my_sec
;
44
int
my_st
;
45
int
my_traco
;
46
int
my_bti
;
47
int
my_sl
;
48
};
DTConfigTester::my_st
int my_st
Definition:
DTConfigTester.h:44
DTConfigTester::my_sl
int my_sl
Definition:
DTConfigTester.h:47
EDAnalyzer.h
edm::EDAnalyzer
Definition:
EDAnalyzer.h:28
DTConfigTester
Definition:
DTConfigTester.h:30
DTConfigTester::~DTConfigTester
~DTConfigTester() override
Destructor.
Definition:
DTConfigTester.cc:28
DTConfigTester::my_sec
int my_sec
Definition:
DTConfigTester.h:43
DTConfigTester::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
DTConfigTester.cc:32
edm::ParameterSet
Definition:
ParameterSet.h:47
DTConfigTester::my_bti
int my_bti
Definition:
DTConfigTester.h:46
Event.h
edm::EventSetup
Definition:
EventSetup.h:58
DTConfigTester::my_wh
int my_wh
Definition:
DTConfigTester.h:42
DTConfigTester::my_traco
int my_traco
Definition:
DTConfigTester.h:45
ParameterSet.h
edm::Event
Definition:
Event.h:73
DTConfigTester::DTConfigTester
DTConfigTester(const edm::ParameterSet &)
Constructor.
Definition:
DTConfigTester.cc:17
Generated for CMSSW Reference Manual by
1.8.16