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