ATLAS Offline Software
Trigger
TrigT1
TrigT1Interfaces
src
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
11
#include "
TrigT1Interfaces/EnergyCTP.h
"
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
Generated on Mon Dec 23 2024 21:10:11 for ATLAS Offline Software by
1.8.18