ATLAS Offline Software
Loading...
Searching...
No Matches
TileLaserObjectDumper.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 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
4*/
5/*
6 */
13
14
15#ifndef TILERECUTILS_TILELASEROBJECTDUMPER_H
16#define TILERECUTILS_TILELASEROBJECTDUMPER_H
17
18
22
23
32{
33public:
39 TileLaserObjectDumper (const std::string& name, ISvcLocator* svcloc);
40
41
45 virtual StatusCode initialize() override;
46
47
52 virtual StatusCode execute (const EventContext& ctx) const override;
53
54
55private:
58 { this, "TileLaserObject", "TileLaserObj", "Handle for input laser objects." };
59
61 Gaudi::Property<std::string> m_prefix
62 { this, "Prefix", "", "Prefix for output file name." };
63};
64
65
66#endif // not TILERECUTILS_TILELASEROBJECTDUMPER_H
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
SG::ReadHandleKey< TileLaserObject > m_contKey
Handle to access input object.
TileLaserObjectDumper(const std::string &name, ISvcLocator *svcloc)
Constructor.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Gaudi::Property< std::string > m_prefix
Output file name prefix.