ATLAS Offline Software
Loading...
Searching...
No Matches
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
6
10
13
14int
18
19void
23
24unsigned int
28
29void
31 m_start_bit = start;
32}
33
34unsigned int
38
39void
41 m_end_bit = end;
42}
unsigned int m_start_bit
start position of threshold
unsigned int m_end_bit
end position of threshold
unsigned int endBit() const
Get the end position of the threshold.
const std::string & name() const
unsigned int startBit() const
Get the start position of the threshold.
int value() const
Get multiplicity of the threshold.
int m_value
multiplicity of threshold
void setStartBit(unsigned int start)
Set the start position of the threshold.
CTPTriggerThreshold(const std::string &name)
void setEndBit(unsigned int end)
Set the end position of the threshold.
void setValue(int value)
Set the multiplicity of the threshold.