ATLAS Offline Software
Loading...
Searching...
No Matches
LArfSampl2Ntuple.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARFSAMPL2NTUPLE_H
6#define LARFSAMPL2NTUPLE_H
7
12{
13 public:
14 LArfSampl2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
16
17 //standard algorithm methods
18 StatusCode initialize();
19 virtual StatusCode stop();
20 StatusCode finalize(){return StatusCode::SUCCESS;}
21 private:
22 SG::ReadCondHandleKey<ILArfSampl> m_contKey{this,"ContainerKey","LArfSamplSym"};
23
24};
25
26#endif
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode initialize()
virtual StatusCode stop()
StatusCode finalize()
SG::ReadCondHandleKey< ILArfSampl > m_contKey
LArfSampl2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)