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
L1Trigger
L1TNtuples
interface
L1AnalysisL1UpgradeTfMuonShowerDataFormat.h
Go to the documentation of this file.
1
#ifndef __L1Analysis_L1AnalysisL1UpgradeTfMuonShowerDataFormat_H__
2
#define __L1Analysis_L1AnalysisL1UpgradeTfMuonShowerDataFormat_H__
3
4
#include <vector>
5
#include <map>
6
7
namespace
L1Analysis
{
8
9
struct
L1AnalysisL1UpgradeTfMuonShowerDataFormat
{
10
L1AnalysisL1UpgradeTfMuonShowerDataFormat
() {
Reset
(); };
11
~L1AnalysisL1UpgradeTfMuonShowerDataFormat
(){};
12
13
void
Reset
() {
14
nTfMuonShowers
= 0;
15
tfMuonShowerBx
.clear();
16
tfMuonShowerOneNominal
.clear();
17
tfMuonShowerOneTight
.clear();
18
tfMuonShowerTwoLoose
.clear();
19
tfMuonShowerEndcap
.clear();
20
tfMuonShowerSector
.clear();
21
}
22
23
unsigned
short
int
nTfMuonShowers
;
24
std::vector<short int>
tfMuonShowerBx
;
25
std::vector<short int>
tfMuonShowerOneNominal
;
26
std::vector<short int>
tfMuonShowerOneTight
;
27
std::vector<short int>
tfMuonShowerTwoLoose
;
28
std::vector<short int>
tfMuonShowerEndcap
;
29
std::vector<short int>
tfMuonShowerSector
;
30
};
31
}
// namespace L1Analysis
32
#endif
L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::tfMuonShowerBx
std::vector< short int > tfMuonShowerBx
Definition:
L1AnalysisL1UpgradeTfMuonShowerDataFormat.h:24
L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::tfMuonShowerTwoLoose
std::vector< short int > tfMuonShowerTwoLoose
Definition:
L1AnalysisL1UpgradeTfMuonShowerDataFormat.h:27
L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::tfMuonShowerOneNominal
std::vector< short int > tfMuonShowerOneNominal
Definition:
L1AnalysisL1UpgradeTfMuonShowerDataFormat.h:25
L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::nTfMuonShowers
unsigned short int nTfMuonShowers
Definition:
L1AnalysisL1UpgradeTfMuonShowerDataFormat.h:23
L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::tfMuonShowerEndcap
std::vector< short int > tfMuonShowerEndcap
Definition:
L1AnalysisL1UpgradeTfMuonShowerDataFormat.h:28
L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::tfMuonShowerSector
std::vector< short int > tfMuonShowerSector
Definition:
L1AnalysisL1UpgradeTfMuonShowerDataFormat.h:29
L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat
Definition:
L1AnalysisL1UpgradeTfMuonShowerDataFormat.h:9
L1Analysis
Definition:
L1AnalysisBMTFInputs.h:18
L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::tfMuonShowerOneTight
std::vector< short int > tfMuonShowerOneTight
Definition:
L1AnalysisL1UpgradeTfMuonShowerDataFormat.h:26
L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::~L1AnalysisL1UpgradeTfMuonShowerDataFormat
~L1AnalysisL1UpgradeTfMuonShowerDataFormat()
Definition:
L1AnalysisL1UpgradeTfMuonShowerDataFormat.h:11
L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::Reset
void Reset()
Definition:
L1AnalysisL1UpgradeTfMuonShowerDataFormat.h:13
L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::L1AnalysisL1UpgradeTfMuonShowerDataFormat
L1AnalysisL1UpgradeTfMuonShowerDataFormat()
Definition:
L1AnalysisL1UpgradeTfMuonShowerDataFormat.h:10
Generated for CMSSW Reference Manual by
1.8.14