ATLAS Offline Software
Loading...
Searching...
No Matches
LArCondFlatBase.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 LARCONDFLATBASE_H
6#define LARCONDFLATBASE_H
7
8#include <string>
9#include "GaudiKernel/StatusCode.h"
12
14 : public AthMessaging
15{
16
17 public:
18 LArCondFlatBase(const std::string& name);
19 ~LArCondFlatBase() = default;
20 StatusCode initializeBase();
21
22 protected:
25};
26
27#endif
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
LArCondFlatBase(const std::string &name)
const LArOnlineID * m_onlineHelper
~LArCondFlatBase()=default
StatusCode initializeBase()