ATLAS Offline Software
Loading...
Searching...
No Matches
LArOFCBinAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Dear emacs, this is -*-c++-*-
6#ifndef LAROFCBINALG_H
7#define LAROFCBINALG_H
8
11
13
14 public:
15
16 LArOFCBinAlg(const std::string & name, ISvcLocator * pSvcLocator);
17
18 virtual ~LArOFCBinAlg();
19
20 StatusCode initialize();
21 StatusCode execute(const EventContext& ctx);// {return StatusCode::SUCCESS;}
22 // StatusCode stop(); //<< Do the work here
23 StatusCode finalize() {return StatusCode::SUCCESS;}
24
25
26 private:
27 std::string m_inputContainer;
28 std::string m_outputContainer;
29 std::string m_fileName;
30
33
34
35};
36
37
38#endif
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
std::string m_fileName
StatusCode execute(const EventContext &ctx)
Execute method.
std::string m_outputContainer
StatusCode initialize()
virtual ~LArOFCBinAlg()
LArOFCBinAlg(const std::string &name, ISvcLocator *pSvcLocator)
std::string m_inputContainer
StatusCode finalize()