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
CondFormats
RPCObjects
interface
RPCTechTriggerConfig.h
Go to the documentation of this file.
1
// $Id: $
2
#ifndef RPCTECHTRIGGERCONFIG_H
3
#define RPCTECHTRIGGERCONFIG_H 1
4
5
// Include files
6
#include "
CondFormats/Serialization/interface/Serializable.h
"
7
8
#include <iostream>
9
17
class
RPCTechTriggerConfig
{
18
public
:
20
RPCTechTriggerConfig
() {
21
m_runId
= -1;
22
m_runType
= -1;
23
m_triggerMode
= -1;
24
};
25
26
RPCTechTriggerConfig
(
int
run
,
int
runtype
,
int
trigmode) {
27
m_runId
=
run
;
28
m_runType
=
runtype
;
29
m_triggerMode
= trigmode;
30
};
31
32
virtual
~RPCTechTriggerConfig
(){};
33
34
int
m_runId
;
35
int
m_runType
;
36
int
m_triggerMode
;
37
38
protected
:
39
private
:
40
COND_SERIALIZABLE
;
41
};
42
#endif // RPCTECHTRIGGERCONFIG_H
RPCTechTriggerConfig::RPCTechTriggerConfig
RPCTechTriggerConfig(int run, int runtype, int trigmode)
Definition:
RPCTechTriggerConfig.h:26
RPCTechTriggerConfig::RPCTechTriggerConfig
RPCTechTriggerConfig()
Standard constructor.
Definition:
RPCTechTriggerConfig.h:20
writedatasetfile.run
run
Definition:
writedatasetfile.py:27
SiStripCommissioningClient_cfg.runtype
runtype
Definition:
SiStripCommissioningClient_cfg.py:9
RPCTechTriggerConfig::~RPCTechTriggerConfig
virtual ~RPCTechTriggerConfig()
Definition:
RPCTechTriggerConfig.h:32
RPCTechTriggerConfig
Definition:
RPCTechTriggerConfig.h:17
RPCTechTriggerConfig::m_runId
int m_runId
Destructor.
Definition:
RPCTechTriggerConfig.h:32
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
Serializable.h
RPCTechTriggerConfig::m_triggerMode
int m_triggerMode
Definition:
RPCTechTriggerConfig.h:36
RPCTechTriggerConfig::m_runType
int m_runType
Definition:
RPCTechTriggerConfig.h:35
Generated for CMSSW Reference Manual by
1.8.14