ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArCOOLConditions
LArCOOLConditions
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"
10
#include "
LArIdentifier/LArOnline_SuperCellID.h
"
11
#include "
AthenaBaseComps/AthMessaging.h
"
12
13
class
LArCondSuperCellBase
14
:
public
AthMessaging
15
{
16
public
:
17
LArCondSuperCellBase
(
const
std::string& name);
18
~LArCondSuperCellBase
() =
default
;
19
StatusCode
initializeBase
();
20
21
protected
:
22
bool
m_isInitialized
;
23
const
LArOnline_SuperCellID
*
m_scOnlineID
;
24
};
25
26
#endif
AthMessaging.h
LArOnline_SuperCellID.h
AthMessaging::AthMessaging
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
Definition
AthMessaging.cxx:13
LArCondSuperCellBase::~LArCondSuperCellBase
~LArCondSuperCellBase()=default
LArCondSuperCellBase::initializeBase
StatusCode initializeBase()
Definition
LArCondSuperCellBase.cxx:21
LArCondSuperCellBase::m_isInitialized
bool m_isInitialized
Definition
LArCondSuperCellBase.h:22
LArCondSuperCellBase::m_scOnlineID
const LArOnline_SuperCellID * m_scOnlineID
Definition
LArCondSuperCellBase.h:23
LArCondSuperCellBase::LArCondSuperCellBase
LArCondSuperCellBase(const std::string &name)
Definition
LArCondSuperCellBase.cxx:14
LArOnline_SuperCellID
Definition
LArOnline_SuperCellID.h:21
Generated on
for ATLAS Offline Software by
1.17.0