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
L1Phase2MuDTPhContainer Class Reference

#include <L1Phase2MuDTPhContainer.h>

Public Types

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

Public Member Functions

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

Private Attributes

Segment_Container m_segments
 

Detailed Description

Definition at line 34 of file L1Phase2MuDTPhContainer.h.

Member Typedef Documentation

Definition at line 36 of file L1Phase2MuDTPhContainer.h.

typedef Segment_Container::const_iterator L1Phase2MuDTPhContainer::Segment_iterator

Definition at line 37 of file L1Phase2MuDTPhContainer.h.

Constructor & Destructor Documentation

L1Phase2MuDTPhContainer::L1Phase2MuDTPhContainer ( )

Definition at line 34 of file L1Phase2MuDTPhContainer.cc.

34 {}

Member Function Documentation

L1Phase2MuDTPhContainer::Segment_Container const * L1Phase2MuDTPhContainer::getContainer ( ) const

Definition at line 41 of file L1Phase2MuDTPhContainer.cc.

References m_segments.

41 { return &m_segments; }
void L1Phase2MuDTPhContainer::setContainer ( const Segment_Container inputSegments)

Definition at line 39 of file L1Phase2MuDTPhContainer.cc.

References m_segments.

39 { m_segments = inputSegments; }

Member Data Documentation

Segment_Container L1Phase2MuDTPhContainer::m_segments
private

Definition at line 47 of file L1Phase2MuDTPhContainer.h.

Referenced by getContainer(), and setContainer().