ATLAS Offline Software
Loading...
Searching...
No Matches
LArDSPConfig2Ntuple.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 LARDSPCONFIGNTUPLE_H
6#define LARDSPCONFIGNTUPLE_H
7
9
10
12{
13 public:
14 LArDSPConfig2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
16
17 //standard algorithm methods
18 StatusCode initialize();
19 StatusCode finalize(){return StatusCode::SUCCESS;}
20 StatusCode stop();
21
22 private:
23 std::string m_ntname;
24 std::string m_folder;
25
26 NTuple::Item<short> m_peakSample;
27 NTuple::Item<short> m_useHgIntercept;
28 NTuple::Item<short> m_useMgIntercept;
29 NTuple::Item<short> m_useLgIntercept;
30};
31
32#endif
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
NTuple::Item< short > m_useMgIntercept
LArDSPConfig2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
NTuple::Item< short > m_useHgIntercept
NTuple::Item< short > m_peakSample
NTuple::Item< short > m_useLgIntercept