ATLAS Offline Software
Loading...
Searching...
No Matches
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(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode stop()
LArNoise2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
std::string m_contKey
StatusCode finalize()