ATLAS Offline Software
LArNoise2Ntuple.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 LARNOISE2NTUPLE_H
6 #define LARNOISE2NTUPLE_H
7 
9 
10 
12 {
13  public:
14  LArNoise2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
16 
17  //standard algorithm methods
18  virtual StatusCode stop();
19  StatusCode finalize(){return StatusCode::SUCCESS;}
20  private:
21 
22  std::string m_contKey;
23 };
24 
25 #endif
LArCond2NtupleBase.h
LArNoise2Ntuple::m_contKey
std::string m_contKey
Definition: LArNoise2Ntuple.h:22
LArCond2NtupleBase
Definition: LArCond2NtupleBase.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArNoise2Ntuple::LArNoise2Ntuple
LArNoise2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArNoise2Ntuple.cxx:11
LArNoise2Ntuple
Definition: LArNoise2Ntuple.h:12
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArNoise2Ntuple::~LArNoise2Ntuple
~LArNoise2Ntuple()
LArNoise2Ntuple::stop
virtual StatusCode stop()
Definition: LArNoise2Ntuple.cxx:23
LArNoise2Ntuple::finalize
StatusCode finalize()
Definition: LArNoise2Ntuple.h:19