ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Event
xAOD
xAODTrigger
Root
TrigConfKeys_v1.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// $Id: TrigConfKeys_v1.cxx 579914 2014-01-24 10:15:15Z krasznaa $
6
7
// Local include(s):
8
#include "
xAODTrigger/versions/TrigConfKeys_v1.h
"
9
10
namespace
xAOD
{
11
12
TrigConfKeys_v1::TrigConfKeys_v1
(
uint32_t
smk
,
uint32_t
l1psk
,
13
uint32_t
hltpsk
)
14
:
m_smk
(
smk
),
m_l1psk
(
l1psk
),
m_hltpsk
(
hltpsk
) {
15
16
}
17
18
uint32_t
TrigConfKeys_v1::smk
()
const
{
19
20
return
m_smk
;
21
}
22
23
void
TrigConfKeys_v1::setSMK
(
uint32_t
value ) {
24
25
m_smk
= value;
26
return
;
27
}
28
29
uint32_t
TrigConfKeys_v1::l1psk
()
const
{
30
31
return
m_l1psk
;
32
}
33
34
void
TrigConfKeys_v1::setL1psk
(
uint32_t
value ) {
35
36
m_l1psk
= value;
37
return
;
38
}
39
40
uint32_t
TrigConfKeys_v1::hltpsk
()
const
{
41
42
return
m_hltpsk
;
43
}
44
45
void
TrigConfKeys_v1::setHLTpsk
(
uint32_t
value ) {
46
47
m_hltpsk
= value;
48
return
;
49
}
50
51
}
// namespace xAOD
TrigConfKeys_v1.h
xAOD::TrigConfKeys_v1::setHLTpsk
void setHLTpsk(uint32_t value)
Set the HLT prescale key of this configuration.
Definition
TrigConfKeys_v1.cxx:45
xAOD::TrigConfKeys_v1::hltpsk
uint32_t hltpsk() const
Get the HLT prescale key of this configuration.
Definition
TrigConfKeys_v1.cxx:40
xAOD::TrigConfKeys_v1::setSMK
void setSMK(uint32_t value)
Set the Super Master Key of this configuration.
Definition
TrigConfKeys_v1.cxx:23
xAOD::TrigConfKeys_v1::setL1psk
void setL1psk(uint32_t value)
Set the LVL1 prescale key of this configuration.
Definition
TrigConfKeys_v1.cxx:34
xAOD::TrigConfKeys_v1::smk
uint32_t smk() const
Get the Super Master Key of this configuration.
Definition
TrigConfKeys_v1.cxx:18
xAOD::TrigConfKeys_v1::TrigConfKeys_v1
TrigConfKeys_v1(uint32_t smk=0, uint32_t l1psk=0, uint32_t hltpsk=0)
Default constructor.
Definition
TrigConfKeys_v1.cxx:12
xAOD::TrigConfKeys_v1::m_smk
uint32_t m_smk
The Super Master Key of this configuration.
Definition
TrigConfKeys_v1.h:56
xAOD::TrigConfKeys_v1::l1psk
uint32_t l1psk() const
Get the LVL1 prescale key of this configuration.
Definition
TrigConfKeys_v1.cxx:29
xAOD::TrigConfKeys_v1::m_l1psk
uint32_t m_l1psk
The LVL1 prescale key of this configuration.
Definition
TrigConfKeys_v1.h:58
xAOD::TrigConfKeys_v1::m_hltpsk
uint32_t m_hltpsk
The HLT prescale key of this configuration.
Definition
TrigConfKeys_v1.h:60
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition
ICaloAffectedTool.h:24
xAOD::uint32_t
setEventNumber uint32_t
Definition
EventInfo_v1.cxx:127
Generated on
for ATLAS Offline Software by
1.17.0