ATLAS Offline Software
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):
9 
10 namespace xAOD {
11 
13  uint32_t hltpsk )
14  : m_smk( smk ), m_l1psk( l1psk ), m_hltpsk( hltpsk ) {
15 
16  }
17 
19 
20  return m_smk;
21  }
22 
24 
25  m_smk = value;
26  return;
27  }
28 
30 
31  return m_l1psk;
32  }
33 
35 
36  m_l1psk = value;
37  return;
38  }
39 
41 
42  return m_hltpsk;
43  }
44 
46 
47  m_hltpsk = value;
48  return;
49  }
50 
51 } // namespace xAOD
xAOD::uint32_t
setEventNumber uint32_t
Definition: EventInfo_v1.cxx:127
RunEBWeightsComputation.smk
smk
Definition: RunEBWeightsComputation.py:87
xAOD::TrigConfKeys_v1::smk
uint32_t smk() const
Get the Super Master Key of this configuration.
Definition: TrigConfKeys_v1.cxx:18
athena.value
value
Definition: athena.py:122
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::TrigConfKeys_v1::m_hltpsk
uint32_t m_hltpsk
The HLT prescale key of this configuration.
Definition: TrigConfKeys_v1.h:60
xAOD::TrigConfKeys_v1::l1psk
uint32_t l1psk() const
Get the LVL1 prescale key of this configuration.
Definition: TrigConfKeys_v1.cxx:29
xAOD::TrigConfKeys_v1::setHLTpsk
void setHLTpsk(uint32_t value)
Set the HLT prescale key of this configuration.
Definition: TrigConfKeys_v1.cxx:45
TrigConfKeys_v1.h
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::m_l1psk
uint32_t m_l1psk
The LVL1 prescale key of this configuration.
Definition: TrigConfKeys_v1.h:58
xAOD::l1psk
l1psk
Definition: TriggerMenu_v1.cxx:29
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