ATLAS Offline Software
Loading...
Searching...
No Matches
PrintToolConfigAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef EVENT_LOOP_ALGS_PRINT_TOOL_CONFIG_H
6#define EVENT_LOOP_ALGS_PRINT_TOOL_CONFIG_H
7
10
11namespace CP
12{
14 {
15
17 StatusCode finalize () override;
18
19 private:
20 Gaudi::Property<std::string> m_outputFileName {this, "OutputFile", "tool_config.txt", "name of the file to save the tool configuration to"};
21
22 };
23}
24
25#endif
Gaudi::Property< std::string > m_outputFileName
StatusCode finalize() override
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.