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
DataFormats
L1DTTrackFinder
src
L1Phase2MuDTPhContainer.cc
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
3
// Class L1MuDTChambContainer
4
//
5
// Description: trigger primtive data for the
6
// muon barrel Phase2 trigger
7
//
8
//
9
// Author List: Federica Primavera Bologna INFN
10
//
11
//
12
//--------------------------------------------------
13
14
//-----------------------
15
// This Class's Header --
16
//-----------------------
17
#include "
DataFormats/L1DTTrackFinder/interface/L1Phase2MuDTPhContainer.h
"
18
19
//-------------------------------
20
// Collaborating Class Headers --
21
//-------------------------------
22
23
//---------------
24
// C++ Headers --
25
//---------------
26
27
//-------------------
28
// Initializations --
29
//-------------------
30
31
//----------------
32
// Constructors --
33
//----------------
34
L1Phase2MuDTPhContainer::L1Phase2MuDTPhContainer
() {}
35
36
//--------------
37
// Operations --
38
//--------------
39
void
L1Phase2MuDTPhContainer::setContainer
(
const
Segment_Container
& inputSegments) {
m_segments
= inputSegments; }
40
41
L1Phase2MuDTPhContainer::Segment_Container
const
*
L1Phase2MuDTPhContainer::getContainer
()
const
{
return
&
m_segments
; }
L1Phase2MuDTPhContainer::Segment_Container
std::vector< L1Phase2MuDTPhDigi > Segment_Container
Definition:
L1Phase2MuDTPhContainer.h:36
L1Phase2MuDTPhContainer::L1Phase2MuDTPhContainer
L1Phase2MuDTPhContainer()
Definition:
L1Phase2MuDTPhContainer.cc:34
L1Phase2MuDTPhContainer.h
L1Phase2MuDTPhContainer::getContainer
Segment_Container const * getContainer() const
Definition:
L1Phase2MuDTPhContainer.cc:41
L1Phase2MuDTPhContainer::m_segments
Segment_Container m_segments
Definition:
L1Phase2MuDTPhContainer.h:47
L1Phase2MuDTPhContainer::setContainer
void setContainer(const Segment_Container &inputSegments)
Definition:
L1Phase2MuDTPhContainer.cc:39
Generated for CMSSW Reference Manual by
1.8.14