ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArCalibTools
LArCalibTools
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
8
#include "
LArCalibTools/LArCond2NtupleBase.h
"
9
10
11
class
LArDSPThresholds2Ntuple
:
public
LArCond2NtupleBase
12
{
13
public
:
14
LArDSPThresholds2Ntuple
(
const
std::string & name, ISvcLocator * pSvcLocator);
15
~LArDSPThresholds2Ntuple
();
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
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
LArCond2NtupleBase::LArCond2NtupleBase
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArCond2NtupleBase.cxx:15
LArDSPThresholds2Ntuple::m_trigThr
NTuple::Item< float > m_trigThr
Definition
LArDSPThresholds2Ntuple.h:29
LArDSPThresholds2Ntuple::m_doFlat
bool m_doFlat
Definition
LArDSPThresholds2Ntuple.h:25
LArDSPThresholds2Ntuple::m_tQThr
NTuple::Item< float > m_tQThr
Definition
LArDSPThresholds2Ntuple.h:27
LArDSPThresholds2Ntuple::~LArDSPThresholds2Ntuple
~LArDSPThresholds2Ntuple()
LArDSPThresholds2Ntuple::m_samplesThr
NTuple::Item< float > m_samplesThr
Definition
LArDSPThresholds2Ntuple.h:28
LArDSPThresholds2Ntuple::stop
StatusCode stop()
Definition
LArDSPThresholds2Ntuple.cxx:58
LArDSPThresholds2Ntuple::LArDSPThresholds2Ntuple
LArDSPThresholds2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArDSPThresholds2Ntuple.cxx:14
LArDSPThresholds2Ntuple::m_ntname
std::string m_ntname
Definition
LArDSPThresholds2Ntuple.h:23
LArDSPThresholds2Ntuple::initialize
StatusCode initialize()
Definition
LArDSPThresholds2Ntuple.cxx:26
LArDSPThresholds2Ntuple::finalize
StatusCode finalize()
Definition
LArDSPThresholds2Ntuple.h:19
LArDSPThresholds2Ntuple::m_folder
std::string m_folder
Definition
LArDSPThresholds2Ntuple.h:24
Generated on
for ATLAS Offline Software by
1.17.0