ATLAS Offline Software
LArRawChannelBuilderADC2EToolBase.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
11 #ifndef LARROD_LARRAWCHANNELBUILDERADC2ETOOLBASE_H
12 #define LARROD_LARRAWCHANNELBUILDERADC2ETOOLBASE_H
13 
14 #include "GaudiKernel/AlgTool.h"
15 
18 
19 #include <string>
20 #include <vector>
21 
24 {
25  public:
26 
27  LArRawChannelBuilderADC2EToolBase(const std::string& type,
28  const std::string& name,
29  const IInterface* parent);
30 
31  virtual bool ADC2E(const EventContext& ctx,
32  std::vector<float>& Ramps, MsgStream* pLog) =0;
33 
35  { initEvent(); };
36 
37 };
38 #endif
39 
LArRawChannelBuilderToolBaseClass.h
LArRawChannelBuilderADC2EToolBase::initEventHidden
void initEventHidden()
Definition: LArRawChannelBuilderADC2EToolBase.h:34
LArRawChannelBuilderToolBaseClass
base Definition of all tools called by LArRawChannelBuilderDriver
Definition: LArRawChannelBuilderToolBaseClass.h:31
ILArRawChannelBuilderADC2EToolBase.h
ILArRawChannelBuilderADC2EToolBase
Definition: ILArRawChannelBuilderADC2EToolBase.h:23
LArRawChannelBuilderADC2EToolBase::ADC2E
virtual bool ADC2E(const EventContext &ctx, std::vector< float > &Ramps, MsgStream *pLog)=0
test_pyathena.parent
parent
Definition: test_pyathena.py:15
LArRawChannelBuilderADC2EToolBase
Interface definition for Tools to Convert ADC to energy.
Definition: LArRawChannelBuilderADC2EToolBase.h:24
LArRawChannelBuilderToolBaseClass::initEvent
virtual void initEvent()
Definition: LArRawChannelBuilderToolBaseClass.h:59
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArRawChannelBuilderADC2EToolBase::LArRawChannelBuilderADC2EToolBase
LArRawChannelBuilderADC2EToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Definition: LArRawChannelBuilderADC2EToolBase.cxx:9
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78