|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #ifndef TRIGT1CTP_CTPTRIGGERTHRESHOLD_H
7 #define TRIGT1CTP_CTPTRIGGERTHRESHOLD_H
24 const std::string &
name()
const
38 unsigned int endBit()
const;
int m_value
multiplicity of threshold
const std::string & name() const
unsigned int endBit() const
Get the end position of the threshold.
unsigned int startBit() const
Get the start position of the threshold.
int value() const
Get multiplicity of the threshold.
unsigned int m_end_bit
end position of threshold
void setValue(int value)
Set the multiplicity of the threshold.
CTPTriggerThreshold(const std::string &name)
void setStartBit(unsigned int start)
Set the start position of the threshold.
Helper class holding trigger threshold multiplicity.
unsigned int m_start_bit
start position of threshold
void setEndBit(unsigned int end)
Set the end position of the threshold.