ATLAS Offline Software
LArRawChannelBuilderPedestalDataBase.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
11 #ifndef LARROD_LARRAWCHANNELBUILDERPEDESTALDATABASE_H
12 #define LARROD_LARRAWCHANNELBUILDERPEDESTALDATABASE_H
13 
16 
17 #include "CLHEP/Units/SystemOfUnits.h"
18 
21 {
22  public:
23 
24  LArRawChannelBuilderPedestalDataBase(const std::string& type,
25  const std::string& name,
26  const IInterface* parent);
27 
28  bool pedestal(float& pedestal, MsgStream* pLog);
29 
31 
32  private:
33 
35  { this, "LArPedestalKey", "LArPedestal", "SG key for pedestal object. Needed only if 'minADCforIterInSigma' is set (for the RMS)" };
36 
39 };
40 
41 #endif
LArRawChannelBuilderPedestalDataBase::pedestal
bool pedestal(float &pedestal, MsgStream *pLog)
Definition: LArRawChannelBuilderPedestalDataBase.cxx:28
LArRawChannelBuilderPedestalDataBase::operator=
LArRawChannelBuilderPedestalDataBase & operator=(const LArRawChannelBuilderPedestalDataBase &)
LArRawChannelBuilderPedestalToolBase
extention of Interface definition for Tools for Pedestal Obtention
Definition: LArRawChannelBuilderPedestalToolBase.h:23
LArRawChannelBuilderPedestalDataBase::LArRawChannelBuilderPedestalDataBase
LArRawChannelBuilderPedestalDataBase(const LArRawChannelBuilderPedestalDataBase &)
LArRawChannelBuilderPedestalDataBase
Tool obtaining the Pedestal from the database.
Definition: LArRawChannelBuilderPedestalDataBase.h:21
LArRawChannelBuilderPedestalDataBase::m_larPedestalKey
SG::ReadCondHandleKey< ILArPedestal > m_larPedestalKey
Definition: LArRawChannelBuilderPedestalDataBase.h:35
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition: test_pyathena.py:15
ReadCondHandleKey.h
LArRawChannelBuilderPedestalToolBase.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArRawChannelBuilderPedestalDataBase::initTool
StatusCode initTool()
Definition: LArRawChannelBuilderPedestalDataBase.cxx:22
SG::ReadCondHandleKey< ILArPedestal >
LArRawChannelBuilderPedestalDataBase::LArRawChannelBuilderPedestalDataBase
LArRawChannelBuilderPedestalDataBase(const std::string &type, const std::string &name, const IInterface *parent)
Definition: LArRawChannelBuilderPedestalDataBase.cxx:9
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78