ATLAS Offline Software
EmTauCTP.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 /***************************************************************************
5  EmTauCTP.cxx - description
6  -------------------
7  begin : Mon Jan 22 2001
8  email : moyse@heppch.ph.qmw.ac.uk
9 ***************************************************************************/
10 
11 
13 
14 namespace LVL1 {
15 
16  EmTauCTP::EmTauCTP( unsigned int cableword0, unsigned int cableword1,
17  unsigned int cableword2, unsigned int cableword3)
18  : m_cableWord0( cableword0 ), m_cableWord1( cableword1 ),
19  m_cableWord2( cableword2 ), m_cableWord3( cableword3 )
20  {
21 
22  }
23 
24  EmTauCTP::~EmTauCTP() {
25 
26  }
27 
28  unsigned int EmTauCTP::cableWord0() const {
29  return m_cableWord0;
30  }
31 
32  unsigned int EmTauCTP::cableWord1() const {
33  return m_cableWord1;
34  }
35 
36  unsigned int EmTauCTP::cableWord2() const {
37  return m_cableWord2;
38  }
39 
40  unsigned int EmTauCTP::cableWord3() const {
41  return m_cableWord3;
42  }
43 
44 } // namespace LVL1
LVL1::EmTauCTP::EmTauCTP
EmTauCTP(unsigned int cableword0=0, unsigned int cableword1=0, unsigned int cableword2=0, unsigned int cableword3=0)
Definition: EmTauCTP.cxx:21
EmTauCTP.h
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18