ATLAS Offline Software
Loading...
Searching...
No Matches
LArOFCBin2Ntuple.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5
6#ifndef LArOFCBIN2NTUPLE_H
7#define LArOFCBIN2NTUPLE_H
8
12
13
15{
16 public:
17 LArOFCBin2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
18 virtual ~LArOFCBin2Ntuple(){};
19
20 //standard algorithm methods
21 virtual StatusCode initialize() override;
22 virtual StatusCode stop() override;
23 virtual StatusCode finalize() override {return StatusCode::SUCCESS;}
24
25 private:
26
27 SG::ReadCondHandleKey<ILArOFCBin> m_binKey{this, "ContainerKey", "LArOFCBin"};
28};
29
30#endif
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
LArOFCBin2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadCondHandleKey< ILArOFCBin > m_binKey
virtual StatusCode stop() override
virtual ~LArOFCBin2Ntuple()
virtual StatusCode initialize() override
virtual StatusCode finalize() override