ATLAS Offline Software
LArPedestals2Ntuple.h
Go to the documentation of this file.
1 //Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 
19 #ifndef LARPEDESTALS2NTUPLE_H
20 #define LARPEDESTALS2NTUPLE_H
21 
25 
27 {
28  public:
29  LArPedestals2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
31 
32  //standard algorithm methods
33  virtual StatusCode stop();
35  StatusCode finalize(){return StatusCode::SUCCESS;}
36  private:
37 
39 };
40 
41 #endif
LArPedestals2Ntuple::~LArPedestals2Ntuple
~LArPedestals2Ntuple()
LArPedestals2Ntuple::LArPedestals2Ntuple
LArPedestals2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArPedestals2Ntuple.cxx:10
LArPedestals2Ntuple::m_pedKey
SG::ReadCondHandleKey< ILArPedestal > m_pedKey
Definition: LArPedestals2Ntuple.h:38
LArCond2NtupleBase.h
LArPedestals2Ntuple::finalize
StatusCode finalize()
Definition: LArPedestals2Ntuple.h:35
LArCond2NtupleBase
Definition: LArCond2NtupleBase.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArPedestals2Ntuple::stop
virtual StatusCode stop()
Definition: LArPedestals2Ntuple.cxx:28
ReadCondHandleKey.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArPedestals2Ntuple
This algrithm produces a column-wise NTuple out of a LArPedestalDB.
Definition: LArPedestals2Ntuple.h:27
SG::ReadCondHandleKey< ILArPedestal >
LArPedestals2Ntuple::initialize
StatusCode initialize()
Definition: LArPedestals2Ntuple.cxx:23
ILArPedestal.h