ATLAS Offline Software
Loading...
Searching...
No Matches
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
14namespace LVL1 {
15
16 JetCTP::JetCTP( unsigned int cableword0, unsigned int cableword1 )
17 : m_cableWord0( cableword0 ), m_cableWord1( cableword1 ) {
18
19 }
20
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
const unsigned int m_cableWord0
Definition JetCTP.h:42
const unsigned int m_cableWord1
Definition JetCTP.h:43
unsigned int cableWord0() const
return the data that is sent on cable 0.
Definition JetCTP.cxx:25
unsigned int cableWord1() const
return the data sent on cable 2 i.e.
Definition JetCTP.cxx:29
JetCTP(unsigned int cableword0=0, unsigned int cableword1=0)
Definition JetCTP.cxx:16
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...