ATLAS Offline Software
Loading...
Searching...
No Matches
LArCondFlatBase.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARCONDFLATBASE_H
6#define LARCONDFLATBASE_H
7
8#include <string>
10
11class LArOnlineID;
12class StatusCode;
13
15 : public AthMessaging
16{
17
18 public:
19 LArCondFlatBase(const std::string& name);
20 ~LArCondFlatBase() = default;
21 StatusCode initializeBase();
22
23 protected:
26};
27
28#endif
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
LArCondFlatBase(const std::string &name)
const LArOnlineID * m_onlineHelper
~LArCondFlatBase()=default
StatusCode initializeBase()
::StatusCode StatusCode
StatusCode definition for legacy code.