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
L1Trigger
RPCTrigger
interface
RPCTriggerCrate.h
Go to the documentation of this file.
1
#ifndef L1Trigger_RPCTriggerCrate_h
2
#define L1Trigger_RPCTriggerCrate_h
3
//#define LOCALDEBUG
10
#ifndef _STAND_ALONE
11
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
12
#endif // _STAND_ALONE
13
14
#include <vector>
15
16
#include "
L1Trigger/RPCTrigger/interface/RPCTBMuon.h
"
17
#include "
L1Trigger/RPCTrigger/interface/RPCTriggerBoard.h
"
18
#include "
L1Trigger/RPCTrigger/interface/RPCTCGhostBusterSorter.h
"
19
20
//---------------------------------------------------------------------------
21
class
RPCTriggerCrate
{
22
public
:
23
RPCTriggerCrate
(
RPCTriggerConfiguration
* triggerConfig,
int
tcNum);
24
26
void
runCone
(
const
RPCLogCone
& cone);
27
31
L1RpcTBMuonsVec
runTCGBSorter
();
32
33
private
:
34
int
m_TCNumber
;
35
36
RPCTriggerConfiguration
*
m_TriggerConfig
;
37
38
std::vector<RPCTriggerBoard>
m_TBsVec
;
39
40
RPCTCGhostBusterSorter
m_TCGhostBusterSorter
;
41
42
bool
m_WasMuon
;
43
};
44
#endif
MessageLogger.h
RPCTriggerCrate
Definition:
RPCTriggerCrate.h:21
RPCTriggerCrate::runCone
void runCone(const RPCLogCone &cone)
Definition:
RPCTriggerCrate.cc:49
RPCTriggerBoard.h
L1RpcTBMuonsVec
std::vector< RPCTBMuon > L1RpcTBMuonsVec
Definition:
RPCTBMuon.h:218
RPCLogCone
Definition:
RPCLogCone.h:23
RPCTriggerCrate::runTCGBSorter
L1RpcTBMuonsVec runTCGBSorter()
Definition:
RPCTriggerCrate.cc:18
RPCTriggerCrate::m_TCGhostBusterSorter
RPCTCGhostBusterSorter m_TCGhostBusterSorter
Definition:
RPCTriggerCrate.h:40
RPCTriggerCrate::RPCTriggerCrate
RPCTriggerCrate(RPCTriggerConfiguration *triggerConfig, int tcNum)
Definition:
RPCTriggerCrate.cc:6
RPCTriggerCrate::m_TBsVec
std::vector< RPCTriggerBoard > m_TBsVec
Here TB belonging to thie TC are stored.
Definition:
RPCTriggerCrate.h:38
RPCTCGhostBusterSorter.h
RPCTCGhostBusterSorter
Definition:
RPCTCGhostBusterSorter.h:14
RPCTriggerCrate::m_WasMuon
bool m_WasMuon
Definition:
RPCTriggerCrate.h:42
RPCTriggerCrate::m_TriggerConfig
RPCTriggerConfiguration * m_TriggerConfig
Definition:
RPCTriggerCrate.h:36
RPCTriggerConfiguration
Definition:
RPCTriggerConfiguration.h:13
RPCTBMuon.h
RPCTriggerCrate::m_TCNumber
int m_TCNumber
The number of this TriggerCrate (0 - 11)
Definition:
RPCTriggerCrate.h:34
Generated for CMSSW Reference Manual by
1.8.16