ATLAS Offline Software
Loading...
Searching...
No Matches
LArMphysOverMcal2Ntuple.h
Go to the documentation of this file.
1//Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
5*/
6
7
18
19#ifndef LARMPHYSOVERMCAL2NTUPLE_H
20#define LARMPHYSOVERMCAL2NTUPLE_H
21
24
26{
27 public:
28 LArMphysOverMcal2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
30
31 StatusCode initialize();
32
33 //standard algorithm methods
34 virtual StatusCode stop();
35 StatusCode finalize(){return StatusCode::SUCCESS;}
36 private:
37 SG::ReadCondHandleKey<ILArMphysOverMcal> m_contKey{this,"ContainerKey","LArMphysOverMcal"};
38
39};
40
41#endif
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
LArMphysOverMcal2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadCondHandleKey< ILArMphysOverMcal > m_contKey