ATLAS Offline Software
LArRawChannelBuilderToolCubic.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
12 #ifndef LARROD_LARRAWCHANNELBUILDERTOOLCUBIC_H
13 #define LARROD_LARRAWCHANNELBUILDERTOOLCUBIC_H
14 
16 
17 class LArDigit;
18 class LArFCAL_ID;
19 
21 {
22  public:
23 
24  LArRawChannelBuilderToolCubic(const std::string& type,
25  const std::string& name,
26  const IInterface* parent);
27 
28  bool buildRawChannel(const LArDigit* digit,
29  float pedestal,
30  const std::vector<float>& ramps,
31  MsgStream* pLog);
32 
34 
35  private:
36 
39  int m_minADC;
40 
43 };
44 
45 #endif
LArRawChannelBuilderToolBase.h
LArRawChannelBuilderToolCubic
Obtain ADC_max by making a cubic fit on samples.
Definition: LArRawChannelBuilderToolCubic.h:21
checkRpcDigits.digit
digit
Definition: checkRpcDigits.py:186
LArRawChannelBuilderToolCubic::initTool
StatusCode initTool()
Definition: LArRawChannelBuilderToolCubic.cxx:42
LArDigit
Liquid Argon digit base class.
Definition: LArDigit.h:25
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArRawChannelBuilderToolCubic::buildRawChannel
bool buildRawChannel(const LArDigit *digit, float pedestal, const std::vector< float > &ramps, MsgStream *pLog)
Definition: LArRawChannelBuilderToolCubic.cxx:51
test_pyathena.parent
parent
Definition: test_pyathena.py:15
LArRawChannelBuilderToolBase
Base tool to make the interface with the driver.
Definition: LArRawChannelBuilderToolBase.h:33
LArRawChannelBuilderToolCubic::operator=
LArRawChannelBuilderToolCubic & operator=(const LArRawChannelBuilderToolCubic &)
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArRawChannelBuilderToolCubic::m_useMaxSample
bool m_useMaxSample
Definition: LArRawChannelBuilderToolCubic.h:37
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
LArRawChannelBuilderToolCubic::LArRawChannelBuilderToolCubic
LArRawChannelBuilderToolCubic(const std::string &type, const std::string &name, const IInterface *parent)
Definition: LArRawChannelBuilderToolCubic.cxx:24
LArFCAL_ID
Helper class for LArFCAL offline identifiers.
Definition: LArFCAL_ID.h:60
LArRawChannelBuilderToolCubic::LArRawChannelBuilderToolCubic
LArRawChannelBuilderToolCubic(const LArRawChannelBuilderToolCubic &)
LArRawChannelBuilderToolCubic::m_fcalId
const LArFCAL_ID * m_fcalId
Definition: LArRawChannelBuilderToolCubic.h:38
LArRawChannelBuilderToolCubic::m_minADC
int m_minADC
Definition: LArRawChannelBuilderToolCubic.h:39