ATLAS Offline Software
LArCondSuperCellBase.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARSUPERCELLCONDBASE_H
6 #define LARSUPERCELLCONDBASE_H
7 
8 #include <string>
9 #include "GaudiKernel/StatusCode.h"
12 
14  : public AthMessaging
15 {
16  public:
17  LArCondSuperCellBase(const std::string& name);
18  ~LArCondSuperCellBase() = default;
20 
21  protected:
24 };
25 
26 #endif
LArCondSuperCellBase::m_scOnlineID
const LArOnline_SuperCellID * m_scOnlineID
Definition: LArCondSuperCellBase.h:23
LArCondSuperCellBase::LArCondSuperCellBase
LArCondSuperCellBase(const std::string &name)
Definition: LArCondSuperCellBase.cxx:15
LArCondSuperCellBase::~LArCondSuperCellBase
~LArCondSuperCellBase()=default
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArCondSuperCellBase::initializeBase
StatusCode initializeBase()
Definition: LArCondSuperCellBase.cxx:22
AthMessaging
Class to provide easy MsgStream access and capabilities.
Definition: AthMessaging.h:55
LArCondSuperCellBase
Definition: LArCondSuperCellBase.h:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:221
LArOnline_SuperCellID
Definition: LArOnline_SuperCellID.h:20
AthMessaging.h
LArOnline_SuperCellID.h
LArCondSuperCellBase::m_isInitialized
bool m_isInitialized
Definition: LArCondSuperCellBase.h:22