ATLAS Offline Software
LArRawChannelBuilderToolBase.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
7 
9  const std::string& name,
10  const IInterface* parent):
12  m_buildIt(nullptr),
13  m_larRawChannelContainer(nullptr),
14  m_energy(0),
15  m_time(0),
16  m_gain()
17 {
18  declareInterface<ILArRawChannelBuilderToolBase>( this );
19 }
LArRawChannelBuilderToolBase.h
LArRawChannelBuilderToolBaseClass
base Definition of all tools called by LArRawChannelBuilderDriver
Definition: LArRawChannelBuilderToolBaseClass.h:31
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
LArRawChannelBuilderToolBase::LArRawChannelBuilderToolBase
LArRawChannelBuilderToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Definition: LArRawChannelBuilderToolBase.cxx:8