ATLAS Offline Software
Loading...
Searching...
No Matches
LArMinBias2Ntuple.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 LARMINBIAS2NTUPLE_H
6#define LARMINBIAS2NTUPLE_H
7
11
12
14{
15 public:
16 LArMinBias2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
18
19 //standard algorithm methods
20 virtual StatusCode initialize();
21 virtual StatusCode stop();
22 StatusCode finalize(){return StatusCode::SUCCESS;}
23 private:
24
25 SG::ReadCondHandleKey<ILArMinBias> m_contKey{this,"ContainerKey","LArMinBias"};
26 SG::ReadCondHandleKey<ILArMinBiasAverage> m_contKeyAv{this,"ContainerKeyAv","LArPileupAverage"};
28};
29
30#endif
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode stop()
SG::ReadCondHandleKey< ILArMinBiasAverage > m_contKeyAv
virtual StatusCode initialize()
SG::ReadCondHandleKey< ILArMinBias > m_contKey
LArMinBias2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)