ATLAS Offline Software
Loading...
Searching...
No Matches
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
13namespace LVL1 {
14
15 EnergyCTP::EnergyCTP( unsigned int cableword0, unsigned int cableword1 )
16 : m_cableWord0( cableword0 ), m_cableWord1( cableword1 ) {
17
18 }
19
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
unsigned int cableWord1() const
return the data for the restricted eta triggers
Definition EnergyCTP.cxx:32
EnergyCTP(unsigned int cableword0=0, unsigned int cableword1=0)
Definition EnergyCTP.cxx:15
const unsigned int m_cableWord0
Definition EnergyCTP.h:50
const unsigned int m_cableWord1
Definition EnergyCTP.h:51
unsigned int cableWord0() const
return the data for the full-range triggers
Definition EnergyCTP.cxx:26
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...