ATLAS Offline Software
LArRawChannelBuilderPedestalSampleZero.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
11 #ifndef LARROD_LARRAWCHANNELBUILDERPEDESTALSAMPLEZERO_H
12 #define LARROD_LARRAWCHANNELBUILDERPEDESTALSAMPLEZERO_H
13 
15 
16 #include "CLHEP/Units/SystemOfUnits.h"
17 
20 {
21  public:
22 
24  const std::string& name,
25  const IInterface* parent);
26 
27  bool pedestal(float& pedestal, MsgStream* pLog);
28 
29 private:
32 };
33 
34 #endif
LArRawChannelBuilderPedestalSampleZero::pedestal
bool pedestal(float &pedestal, MsgStream *pLog)
Definition: LArRawChannelBuilderPedestalSampleZero.cxx:19
LArRawChannelBuilderPedestalToolBase
extention of Interface definition for Tools for Pedestal Obtention
Definition: LArRawChannelBuilderPedestalToolBase.h:23
LArRawChannelBuilderPedestalSampleZero::operator=
LArRawChannelBuilderPedestalSampleZero & operator=(const LArRawChannelBuilderPedestalSampleZero &)
LArRawChannelBuilderPedestalSampleZero::LArRawChannelBuilderPedestalSampleZero
LArRawChannelBuilderPedestalSampleZero(const LArRawChannelBuilderPedestalSampleZero &)
test_pyathena.parent
parent
Definition: test_pyathena.py:15
LArRawChannelBuilderPedestalToolBase.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
LArRawChannelBuilderPedestalSampleZero::LArRawChannelBuilderPedestalSampleZero
LArRawChannelBuilderPedestalSampleZero(const std::string &type, const std::string &name, const IInterface *parent)
Definition: LArRawChannelBuilderPedestalSampleZero.cxx:8
LArRawChannelBuilderPedestalSampleZero
Tool obtaining the Pedestal from the first sample.
Definition: LArRawChannelBuilderPedestalSampleZero.h:20