ATLAS Offline Software
Loading...
Searching...
No Matches
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
14namespace 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
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
unsigned int cableWord2() const
Definition EmTauCTP.cxx:36
EmTauCTP(unsigned int cableword0=0, unsigned int cableword1=0, unsigned int cableword2=0, unsigned int cableword3=0)
Definition EmTauCTP.cxx:16
unsigned int cableWord3() const
Definition EmTauCTP.cxx:40
const unsigned int m_cableWord1
Definition EmTauCTP.h:52
const unsigned int m_cableWord2
Definition EmTauCTP.h:53
unsigned int cableWord0() const
return the data that are sent on cables
Definition EmTauCTP.cxx:28
const unsigned int m_cableWord0
Definition EmTauCTP.h:51
const unsigned int m_cableWord3
Definition EmTauCTP.h:54
unsigned int cableWord1() const
Definition EmTauCTP.cxx:32
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...