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

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

#include <MuCTPICTP.h>

Collaboration diagram for LVL1::MuCTPICTP:

Public Member Functions

 MuCTPICTP (unsigned int word=0)
 
 MuCTPICTP (const std::vector< unsigned int > &word)
 
 ~MuCTPICTP ()
 
const 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 23 of file MuCTPICTP.h.

Constructor & Destructor Documentation

◆ MuCTPICTP() [1/2]

LVL1::MuCTPICTP::MuCTPICTP ( unsigned int  word = 0)

Definition at line 9 of file MuCTPICTP.cxx.

10  {
11  m_MuCTPICTPWord.push_back(word);
12  }

◆ MuCTPICTP() [2/2]

LVL1::MuCTPICTP::MuCTPICTP ( const std::vector< unsigned int > &  word)

Definition at line 14 of file MuCTPICTP.cxx.

15  : m_MuCTPICTPWord(word)
16  {
17  }

◆ ~MuCTPICTP()

LVL1::MuCTPICTP::~MuCTPICTP ( )

Definition at line 19 of file MuCTPICTP.cxx.

19  {
20 
21  }

Member Function Documentation

◆ muCTPIWord()

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

Return the muon data i.e.

(xxxxx|thr6|thr5|thr4|thr3|thr2|thr1)

Definition at line 23 of file MuCTPICTP.cxx.

23  {
24  return m_MuCTPICTPWord;
25  }

Member Data Documentation

◆ m_MuCTPICTPWord

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

The only data member.

Definition at line 38 of file MuCTPICTP.h.


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