CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Private Attributes
L1Phase2MuDTThContainer Class Reference

#include <L1Phase2MuDTThContainer.h>

Public Types

typedef std::vector
< L1Phase2MuDTThDigi
Segment_Container
 
typedef
Segment_Container::const_iterator 
Segment_iterator
 

Public Member Functions

Segment_Container const * getContainer () const
 
 L1Phase2MuDTThContainer ()
 
void setContainer (const Segment_Container &inputSegments)
 

Private Attributes

Segment_Container m_segments
 

Detailed Description

Definition at line 34 of file L1Phase2MuDTThContainer.h.

Member Typedef Documentation

Definition at line 36 of file L1Phase2MuDTThContainer.h.

typedef Segment_Container::const_iterator L1Phase2MuDTThContainer::Segment_iterator

Definition at line 37 of file L1Phase2MuDTThContainer.h.

Constructor & Destructor Documentation

L1Phase2MuDTThContainer::L1Phase2MuDTThContainer ( )

Definition at line 3 of file L1Phase2MuDTThContainer.cc.

3 {}

Member Function Documentation

L1Phase2MuDTThContainer::Segment_Container const * L1Phase2MuDTThContainer::getContainer ( ) const

Definition at line 7 of file L1Phase2MuDTThContainer.cc.

References m_segments.

7 { return &m_segments; }
void L1Phase2MuDTThContainer::setContainer ( const Segment_Container inputSegments)

Definition at line 5 of file L1Phase2MuDTThContainer.cc.

References m_segments.

5 { m_segments = inputSegments; }

Member Data Documentation

Segment_Container L1Phase2MuDTThContainer::m_segments
private

Definition at line 47 of file L1Phase2MuDTThContainer.h.

Referenced by getContainer(), and setContainer().