ATLAS Offline Software
EnergyCTP.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  EnergyCTP.cxx - description
6  -------------------
7  begin : Mon Jan 22 2001
8  email : moyse@heppch.ph.qmw.ac.uk
9 ***************************************************************************/
10 
12 
13 namespace LVL1 {
14 
15  EnergyCTP::EnergyCTP( unsigned int cableword0, unsigned int cableword1 )
16  : m_cableWord0( cableword0 ), m_cableWord1( cableword1 ) {
17 
18  }
19 
20  EnergyCTP::~EnergyCTP() {
21 
22  }
23 
26  unsigned int EnergyCTP::cableWord0() const {
27  return m_cableWord0;
28  }
29 
32  unsigned int EnergyCTP::cableWord1() const {
33  return m_cableWord1;
34  }
35 
36 } // namespace LVL1
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
EnergyCTP.h
LVL1::EnergyCTP::EnergyCTP
EnergyCTP(unsigned int cableword0=0, unsigned int cableword1=0)
Definition: EnergyCTP.cxx:20