ATLAS Offline Software
JetCTP.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  JetCTP.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  JetCTP::JetCTP( unsigned int cableword0, unsigned int cableword1 )
17  : m_cableWord0( cableword0 ), m_cableWord1( cableword1 ) {
18 
19  }
20 
21  JetCTP::~JetCTP() {
22 
23  }
24 
25  unsigned int JetCTP::cableWord0() const {
26  return m_cableWord0;
27  }
28 
29  unsigned int JetCTP::cableWord1() const {
30  return m_cableWord1;
31  }
32 
33 } // namespace LVL1
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
JetCTP.h
LVL1::JetCTP::JetCTP
JetCTP(unsigned int cableword0=0, unsigned int cableword1=0)
Definition: JetCTP.cxx:21