ATLAS Offline Software
Loading...
Searching...
No Matches
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
22#include "GaudiKernel/ITHistSvc.h"
23#include "GaudiKernel/ServiceHandle.h"
24
25
26namespace D3PD {
27
28
39 : public AthAlgorithm
40{
41public:
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() override;
57
58
59private:
61};
62
63
64} // namespace D3PD
65
66
67#endif // D3PDMAKERCORECOMPS_DUMMYINITALG_H
Define macros for attributes used to control the static checker.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
DummyInitAlg(const std::string &name, ISvcLocator *svcloc)
Standard Gaudi algorithm constructor.
ServiceHandle< ITHistSvc > m_histSvc
virtual StatusCode execute() override
Standard Gaudi execute method.
virtual StatusCode initialize ATLAS_NOT_THREAD_SAFE() override
Standard Gaudi initialize method.
Block filler tool for noisy FEB information.
void initialize()