Main Page
Namespaces
Classes
Package Documentation
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
//---------------
25
// C++ Headers --
26
//---------------
27
28
//-------------------
29
// Initializations --
30
//-------------------
31
32
33
//----------------
34
// Constructors --
35
//----------------
36
L1Phase2MuDTPhContainer::L1Phase2MuDTPhContainer
() {}
37
38
//--------------
39
// Operations --
40
//--------------
41
void
L1Phase2MuDTPhContainer::setContainer
(
const
Segment_Container
& inputSegments) {
42
43
m_segments
= inputSegments;
44
}
45
46
L1Phase2MuDTPhContainer::Segment_Container
const
*
L1Phase2MuDTPhContainer::getContainer
()
const
{
47
return
&
m_segments
;
48
}
L1Phase2MuDTPhContainer::Segment_Container
std::vector< L1Phase2MuDTPhDigi > Segment_Container
Definition:
L1Phase2MuDTPhContainer.h:39
L1Phase2MuDTPhContainer::getContainer
Segment_Container const * getContainer() const
Definition:
L1Phase2MuDTPhContainer.cc:46
L1Phase2MuDTPhContainer::L1Phase2MuDTPhContainer
L1Phase2MuDTPhContainer()
Definition:
L1Phase2MuDTPhContainer.cc:36
L1Phase2MuDTPhContainer.h
L1Phase2MuDTPhContainer::m_segments
Segment_Container m_segments
Definition:
L1Phase2MuDTPhContainer.h:52
L1Phase2MuDTPhContainer::setContainer
void setContainer(const Segment_Container &inputSegments)
Definition:
L1Phase2MuDTPhContainer.cc:41
Generated for CMSSW Reference Manual by
1.8.11