ATLAS Offline Software
Reconstruction
RecAlgs
src
JobOptsDumperAlg.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
3
/*
4
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef RECO_ALGS_JOBOPTIONSDUMPERALG_H
8
#define RECO_ALGS_JOBOPTIONSDUMPERALG_H
9
10
#include "Gaudi/Property.h"
11
#include "
AthenaBaseComps/AthAlgorithm.h
"
12
13
#include <string>
14
15
class
JobOptsDumperAlg
:
public
AthAlgorithm
{
16
public
:
17
18
using
AthAlgorithm::AthAlgorithm
;
19
virtual
StatusCode
initialize
()
override
;
20
virtual
StatusCode
execute
()
override
{
return
StatusCode::SUCCESS;};
21
22
private
:
23
// Properties
24
Gaudi::Property<std::string>
m_fileName
{
this
,
"FileName"
,
"jobOptions.txt"
,
"Name of the output file"
};
25
};
26
27
#endif
JobOptsDumperAlg::execute
virtual StatusCode execute() override
Definition:
JobOptsDumperAlg.h:20
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
JobOptsDumperAlg
Definition:
JobOptsDumperAlg.h:15
AthAlgorithm
Definition:
AthAlgorithm.h:47
AthAlgorithm::AthAlgorithm
AthAlgorithm()
Default constructor:
JobOptsDumperAlg::initialize
virtual StatusCode initialize() override
Definition:
JobOptsDumperAlg.cxx:11
JobOptsDumperAlg::m_fileName
Gaudi::Property< std::string > m_fileName
Definition:
JobOptsDumperAlg.h:24
Generated on Fri Jan 10 2025 21:12:32 for ATLAS Offline Software by
1.8.18