CMS 3D CMS Logo

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 //-----------------------
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 //----------------
37 
38 //--------------
39 // Operations --
40 //--------------
42 
43  m_segments = inputSegments;
44 }
45 
47  return &m_segments;
48 }
std::vector< L1Phase2MuDTPhDigi > Segment_Container
Segment_Container const * getContainer() const
void setContainer(const Segment_Container &inputSegments)