ATLAS Offline Software
Loading...
Searching...
No Matches
LArBadFeb2Ascii.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LArBadFeb2Ascii_H
6#define LArBadFeb2Ascii_H
7
11
12#include <string>
13
14
16{
17public:
18 //Delegate constructor
21
22 StatusCode initialize();
23 StatusCode execute();
24 StatusCode finalize();
25
26private:
28 Gaudi::Property<std::string> m_fileName{this,"FileName",""};
29
30};
31
32#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
StatusCode finalize()
~LArBadFeb2Ascii()=default
StatusCode execute()
StatusCode initialize()
SG::ReadCondHandleKey< LArBadFebCont > m_BFKey
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Gaudi::Property< std::string > m_fileName