ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
TrigT1CTP
src
CTPTriggerThreshold.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
./CTPTriggerThreshold.h
"
6
7
LVL1CTP::CTPTriggerThreshold::CTPTriggerThreshold
(
const
std::string &
name
) :
8
m_name
(
name
)
9
{}
10
11
LVL1CTP::CTPTriggerThreshold::~CTPTriggerThreshold
()
12
{}
13
14
int
15
LVL1CTP::CTPTriggerThreshold::value
()
const
{
16
return
m_value
;
17
}
18
19
void
20
LVL1CTP::CTPTriggerThreshold::setValue
(
int
value
) {
21
m_value
=
value
;
22
}
23
24
unsigned
int
25
LVL1CTP::CTPTriggerThreshold::startBit
()
const
{
26
return
m_start_bit
;
27
}
28
29
void
30
LVL1CTP::CTPTriggerThreshold::setStartBit
(
unsigned
int
start ) {
31
m_start_bit
= start;
32
}
33
34
unsigned
int
35
LVL1CTP::CTPTriggerThreshold::endBit
()
const
{
36
return
m_end_bit
;
37
}
38
39
void
40
LVL1CTP::CTPTriggerThreshold::setEndBit
(
unsigned
int
end ) {
41
m_end_bit
= end;
42
}
CTPTriggerThreshold.h
LVL1CTP::CTPTriggerThreshold::m_start_bit
unsigned int m_start_bit
start position of threshold
Definition
CTPTriggerThreshold.h:45
LVL1CTP::CTPTriggerThreshold::m_end_bit
unsigned int m_end_bit
end position of threshold
Definition
CTPTriggerThreshold.h:46
LVL1CTP::CTPTriggerThreshold::~CTPTriggerThreshold
~CTPTriggerThreshold()
Definition
CTPTriggerThreshold.cxx:11
LVL1CTP::CTPTriggerThreshold::endBit
unsigned int endBit() const
Get the end position of the threshold.
Definition
CTPTriggerThreshold.cxx:35
LVL1CTP::CTPTriggerThreshold::name
const std::string & name() const
Definition
CTPTriggerThreshold.h:24
LVL1CTP::CTPTriggerThreshold::startBit
unsigned int startBit() const
Get the start position of the threshold.
Definition
CTPTriggerThreshold.cxx:25
LVL1CTP::CTPTriggerThreshold::m_name
std::string m_name
Definition
CTPTriggerThreshold.h:43
LVL1CTP::CTPTriggerThreshold::value
int value() const
Get multiplicity of the threshold.
Definition
CTPTriggerThreshold.cxx:15
LVL1CTP::CTPTriggerThreshold::m_value
int m_value
multiplicity of threshold
Definition
CTPTriggerThreshold.h:44
LVL1CTP::CTPTriggerThreshold::setStartBit
void setStartBit(unsigned int start)
Set the start position of the threshold.
Definition
CTPTriggerThreshold.cxx:30
LVL1CTP::CTPTriggerThreshold::CTPTriggerThreshold
CTPTriggerThreshold(const std::string &name)
Definition
CTPTriggerThreshold.cxx:7
LVL1CTP::CTPTriggerThreshold::setEndBit
void setEndBit(unsigned int end)
Set the end position of the threshold.
Definition
CTPTriggerThreshold.cxx:40
LVL1CTP::CTPTriggerThreshold::setValue
void setValue(int value)
Set the multiplicity of the threshold.
Definition
CTPTriggerThreshold.cxx:20
Generated on
for ATLAS Offline Software by
1.17.0