ATLAS Offline Software
Loading...
Searching...
No Matches
LArDSPThresholds2Ntuple.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 LARDSPTHRESHOLDS2NTUPLE_H
6#define LARDSPTHRESHOLDS2NTUPLE_H
7
9
10
12{
13 public:
14 LArDSPThresholds2Ntuple(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;
26
27 NTuple::Item<float> m_tQThr;
28 NTuple::Item<float> m_samplesThr;
29 NTuple::Item<float> m_trigThr;
30
31};
32
33#endif
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
NTuple::Item< float > m_trigThr
NTuple::Item< float > m_tQThr
NTuple::Item< float > m_samplesThr
LArDSPThresholds2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)