ATLAS Offline Software
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
19  StatusCode finalize(){return StatusCode::SUCCESS;}
20  StatusCode stop();
21 
22  private:
23  std::string m_ntname;
24  std::string m_folder;
25  bool m_doFlat;
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.h
LArDSPThresholds2Ntuple::m_trigThr
NTuple::Item< float > m_trigThr
Definition: LArDSPThresholds2Ntuple.h:29
LArDSPThresholds2Ntuple::m_tQThr
NTuple::Item< float > m_tQThr
Definition: LArDSPThresholds2Ntuple.h:27
LArCond2NtupleBase
Definition: LArCond2NtupleBase.h:32
LArDSPThresholds2Ntuple::LArDSPThresholds2Ntuple
LArDSPThresholds2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArDSPThresholds2Ntuple.cxx:14
LArDSPThresholds2Ntuple::m_samplesThr
NTuple::Item< float > m_samplesThr
Definition: LArDSPThresholds2Ntuple.h:28
LArDSPThresholds2Ntuple::stop
StatusCode stop()
Definition: LArDSPThresholds2Ntuple.cxx:58
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArDSPThresholds2Ntuple::finalize
StatusCode finalize()
Definition: LArDSPThresholds2Ntuple.h:19
LArDSPThresholds2Ntuple::m_folder
std::string m_folder
Definition: LArDSPThresholds2Ntuple.h:24
LArDSPThresholds2Ntuple::~LArDSPThresholds2Ntuple
~LArDSPThresholds2Ntuple()
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArDSPThresholds2Ntuple::initialize
StatusCode initialize()
Definition: LArDSPThresholds2Ntuple.cxx:26
LArDSPThresholds2Ntuple::m_doFlat
bool m_doFlat
Definition: LArDSPThresholds2Ntuple.h:25
LArDSPThresholds2Ntuple::m_ntname
std::string m_ntname
Definition: LArDSPThresholds2Ntuple.h:23
LArDSPThresholds2Ntuple
Definition: LArDSPThresholds2Ntuple.h:12