ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDMaker
D3PDMakerCoreComps
src
DummyInitAlg.h
Go to the documentation of this file.
1
// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3
/*
4
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5
*/
6
13
14
15
#ifndef D3PDMAKERCORECOMPS_DUMMYINITALG_H
16
#define D3PDMAKERCORECOMPS_DUMMYINITALG_H
17
18
19
20
#include "
AthenaBaseComps/AthAlgorithm.h
"
21
#include "
CxxUtils/checker_macros.h
"
22
#include "GaudiKernel/ITHistSvc.h"
23
#include "GaudiKernel/ServiceHandle.h"
24
25
26
namespace
D3PD
{
27
28
38
class
DummyInitAlg
39
:
public
AthAlgorithm
40
{
41
public
:
47
DummyInitAlg
(
const
std::string& name,
48
ISvcLocator* svcloc);
49
50
52
virtual
StatusCode
initialize
ATLAS_NOT_THREAD_SAFE
()
override
;
53
54
56
virtual
StatusCode
execute
(
const
EventContext& ctx)
override
;
57
58
59
private
:
60
ServiceHandle<ITHistSvc>
m_histSvc
;
61
};
62
63
64
}
// namespace D3PD
65
66
67
#endif
// D3PDMAKERCORECOMPS_DUMMYINITALG_H
AthAlgorithm.h
checker_macros.h
Define macros for attributes used to control the static checker.
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
D3PD::DummyInitAlg::DummyInitAlg
DummyInitAlg(const std::string &name, ISvcLocator *svcloc)
Standard Gaudi algorithm constructor.
Definition
DummyInitAlg.cxx:57
D3PD::DummyInitAlg::m_histSvc
ServiceHandle< ITHistSvc > m_histSvc
Definition
DummyInitAlg.h:60
D3PD::DummyInitAlg::execute
virtual StatusCode execute(const EventContext &ctx) override
Standard Gaudi execute method.
Definition
DummyInitAlg.cxx:98
D3PD::DummyInitAlg::ATLAS_NOT_THREAD_SAFE
virtual StatusCode initialize ATLAS_NOT_THREAD_SAFE() override
Standard Gaudi initialize method.
ServiceHandle
Definition
ClusterMakerTool.h:36
D3PD
Block filler tool for noisy FEB information.
Definition
CaloCellDetailsFillerTool.cxx:29
D3PD::initialize
virtual StatusCode initialize()
Standard Gaudi initialize method.
Generated on
for ATLAS Offline Software by
1.17.0