ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
TrigT1Interfaces
src
ZdcCTP.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
5
// ZdcCTP.cxx
6
// Implementation file for class ZdcCTP
7
// Author: Matthew Hoppesch <mch6@illinois.edu>
9
10
// TrigT1Interfaces includes
11
#include "
TrigT1Interfaces/ZdcCTP.h
"
12
13
14
LVL1::ZdcCTP::ZdcCTP
(
unsigned
int
word0,
unsigned
int
word1 ) :
15
m_cableWord0
(word0),
m_cableWord1
(word1)
16
{}
17
19
void
20
LVL1::ZdcCTP::setCableWord0
(uint32_t data) {
21
m_cableWord0
= data;
22
}
23
25
void
LVL1::ZdcCTP::setCableWord1
(uint32_t data) {
26
m_cableWord1
= data;
27
}
28
30
unsigned
int
31
LVL1::ZdcCTP::cableWord0
()
const
{
32
return
m_cableWord0
;
33
}
34
35
unsigned
int
LVL1::ZdcCTP::cableWord1
()
const
{
36
return
m_cableWord1
;
37
}
ZdcCTP.h
LVL1::ZdcCTP::m_cableWord0
uint32_t m_cableWord0
A data member to contain 3bit trigger multiplicities.
Definition
ZdcCTP.h:67
LVL1::ZdcCTP::setCableWord0
void setCableWord0(unsigned int data)
set the data that is sent on cable 0
Definition
ZdcCTP.cxx:20
LVL1::ZdcCTP::m_cableWord1
uint32_t m_cableWord1
A data member to contain ALT 3bit trigger multiplicities.
Definition
ZdcCTP.h:69
LVL1::ZdcCTP::cableWord0
uint32_t cableWord0() const
return the data that is sent on cable 0
Definition
ZdcCTP.cxx:31
LVL1::ZdcCTP::setCableWord1
void setCableWord1(unsigned int data)
set the data that is sent on cable 0
Definition
ZdcCTP.cxx:25
LVL1::ZdcCTP::ZdcCTP
ZdcCTP()=delete
LVL1::ZdcCTP::cableWord1
uint32_t cableWord1() const
Definition
ZdcCTP.cxx:35
Generated on
for ATLAS Offline Software by
1.17.0