ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonConditions
MuonCondGeneral
MuonCondAlg
src
NswAsBuiltCondAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef MUONCONDALG_MUONNSWASBUILTCONDALG_H
5
#define MUONCONDALG_MUONNSWASBUILTCONDALG_H
6
7
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
8
#include "
AthenaPoolUtilities/CondAttrListCollection.h
"
9
#include "
StoreGate/ReadCondHandleKey.h
"
10
#include "
StoreGate/WriteCondHandleKey.h
"
11
#include "
MuonAlignmentData/NswAsBuiltDbData.h
"
12
13
namespace
Muon
{
16
class
NswAsBuiltCondAlg
:
public
AthCondAlgorithm
{
17
public
:
18
using
AthCondAlgorithm::AthCondAlgorithm;
19
virtual
~NswAsBuiltCondAlg
() =
default
;
20
virtual
StatusCode
initialize
()
override
;
21
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
22
23
24
private
:
25
SG::ReadCondHandleKey<CondAttrListCollection>
m_readMmAsBuiltParamsKey
{
this
,
"ReadMmAsBuiltParamsKey"
,
"/MUONALIGN/ASBUILTPARAMS/MM"
,
26
"Key of MM/ASBUILTPARAMS input condition data"
};
27
28
Gaudi::Property<std::string>
m_MmJsonPath
{
this
,
"MicroMegaJSON"
,
""
,
"Pass As-Built parameters for MM chambers from an Ascii file"
};
29
30
SG::WriteCondHandleKey<NswAsBuiltDbData>
m_writeNswAsBuiltKey
{
this
,
"WriteNswAsBuiltKey"
,
"NswAsBuiltDbData"
,
31
"Key of output muon alignment MM+STGC/AsBuilt condition data"
};
32
33
34
35
};
36
}
37
#endif
AthCondAlgorithm.h
Base class for conditions algorithms.
CondAttrListCollection.h
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
NswAsBuiltDbData.h
ReadCondHandleKey.h
WriteCondHandleKey.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
Muon::NswAsBuiltCondAlg
Conditions algorithm to load the NSW as-built model from the conditions database.
Definition
NswAsBuiltCondAlg.h:16
Muon::NswAsBuiltCondAlg::m_MmJsonPath
Gaudi::Property< std::string > m_MmJsonPath
Definition
NswAsBuiltCondAlg.h:28
Muon::NswAsBuiltCondAlg::m_readMmAsBuiltParamsKey
SG::ReadCondHandleKey< CondAttrListCollection > m_readMmAsBuiltParamsKey
Definition
NswAsBuiltCondAlg.h:25
Muon::NswAsBuiltCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
NswAsBuiltCondAlg.cxx:22
Muon::NswAsBuiltCondAlg::initialize
virtual StatusCode initialize() override
Definition
NswAsBuiltCondAlg.cxx:13
Muon::NswAsBuiltCondAlg::m_writeNswAsBuiltKey
SG::WriteCondHandleKey< NswAsBuiltDbData > m_writeNswAsBuiltKey
Definition
NswAsBuiltCondAlg.h:30
Muon::NswAsBuiltCondAlg::~NswAsBuiltCondAlg
virtual ~NswAsBuiltCondAlg()=default
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::WriteCondHandleKey
Definition
WriteCondHandleKey.h:22
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition
TrackSystemController.h:46
Generated on
for ATLAS Offline Software by
1.17.0