ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCondBlob2Ntuple.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 CaloCondBlob2Ntuple_H
6#define CaloCondBlob2Ntuple_H
7
9
11{
12 public:
13 CaloCondBlob2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
15
16 //standard algorithm methods
17 StatusCode finalize(){return StatusCode::SUCCESS;}
18 StatusCode stop();
19
20 private:
21 std::string m_folder;
22};
23
24#endif
CaloCondBlob2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)