ATLAS Offline Software
LArCondSuperCellBase.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 //Dear emacs, this is -*-c++-*-
6 #ifndef LARSUPERCELLCONDBASE_H
7 #define LARSUPERCELLCONDBASE_H
8 
9 #include <string>
10 #include "GaudiKernel/StatusCode.h"
13 
14 // Forward delcarations
15 class MsgStream;
16 
18  : public AthMessaging
19 {
20  public:
21  LArCondSuperCellBase(const std::string& name);
24 
25  protected:
28 };
29 
30 #endif
LArCondSuperCellBase::m_scOnlineID
const LArOnline_SuperCellID * m_scOnlineID
Definition: LArCondSuperCellBase.h:27
LArCondSuperCellBase::LArCondSuperCellBase
LArCondSuperCellBase(const std::string &name)
Definition: LArCondSuperCellBase.cxx:19
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArCondSuperCellBase::initializeBase
StatusCode initializeBase()
Definition: LArCondSuperCellBase.cxx:30
AthMessaging
Class to provide easy MsgStream access and capabilities.
Definition: AthMessaging.h:55
LArCondSuperCellBase
Definition: LArCondSuperCellBase.h:19
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArOnline_SuperCellID
Definition: LArOnline_SuperCellID.h:20
AthMessaging.h
LArOnline_SuperCellID.h
LArCondSuperCellBase::~LArCondSuperCellBase
~LArCondSuperCellBase()
Definition: LArCondSuperCellBase.cxx:27
LArCondSuperCellBase::m_isInitialized
bool m_isInitialized
Definition: LArCondSuperCellBase.h:26