ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
LVL1::MuCTPICTPPhase1 Class Reference

MuCTPI input class to the CTP simulation. More...

#include <MuCTPICTPPhase1.h>

Collaboration diagram for LVL1::MuCTPICTPPhase1:

Public Member Functions

 MuCTPICTPPhase1 (const std::vector< unsigned int > &words)
 
 ~MuCTPICTPPhase1 ()
 
std::vector< unsigned int > muCTPIWord () const
 Return the muon data i.e. More...
 

Private Attributes

std::vector< unsigned int > m_MuCTPICTPWord
 The only data member. More...
 

Detailed Description

MuCTPI input class to the CTP simulation.

   This class is used to send the LVL1 muon multiplicity information
   from the MuCTPI simulation to the CTP simulation.

$author Thomas SChoerner-Sadenius thoma.nosp@m.s.sc.nosp@m.hoern.nosp@m.er@c.nosp@m.ern.c.nosp@m.h

Revision
187728
Date
2009-05-27 18:18:06 +0200 (Wed, 27 May 2009)

Definition at line 22 of file MuCTPICTPPhase1.h.

Constructor & Destructor Documentation

◆ MuCTPICTPPhase1()

LVL1::MuCTPICTPPhase1::MuCTPICTPPhase1 ( const std::vector< unsigned int > &  words)

Definition at line 9 of file MuCTPICTPPhase1.cxx.

10  : m_MuCTPICTPWord( word ) {
11 
12  }

◆ ~MuCTPICTPPhase1()

LVL1::MuCTPICTPPhase1::~MuCTPICTPPhase1 ( )

Definition at line 14 of file MuCTPICTPPhase1.cxx.

14  {
15 
16  }

Member Function Documentation

◆ muCTPIWord()

std::vector< unsigned int > LVL1::MuCTPICTPPhase1::muCTPIWord ( ) const

Return the muon data i.e.

(xxxxx|thrN|...|thr2|thr1)

Definition at line 18 of file MuCTPICTPPhase1.cxx.

18  {
19  return m_MuCTPICTPWord;
20  }

Member Data Documentation

◆ m_MuCTPICTPWord

std::vector<unsigned int> LVL1::MuCTPICTPPhase1::m_MuCTPICTPWord
private

The only data member.

Definition at line 36 of file MuCTPICTPPhase1.h.


The documentation for this class was generated from the following files:
LVL1::MuCTPICTPPhase1::m_MuCTPICTPWord
std::vector< unsigned int > m_MuCTPICTPWord
The only data member.
Definition: MuCTPICTPPhase1.h:36