ATLAS Offline Software
Loading...
Searching...
No Matches
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);
19 StatusCode initializeBase();
20
21 protected:
24};
25
26#endif
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
~LArCondSuperCellBase()=default
const LArOnline_SuperCellID * m_scOnlineID
LArCondSuperCellBase(const std::string &name)