ATLAS Offline Software
Loading...
Searching...
No Matches
TBDetDescrLoader.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#ifndef TBDetDescrLoader_H
6#define TBDetDescrLoader_H
7
9
11
12#include <string>
13
15public:
16 //Constructor
17 TBDetDescrLoader(const std::string& name, ISvcLocator* pSvcLocator);
18
19 //Destructor
20 virtual ~TBDetDescrLoader();
21
22 //Gaudi Hooks
23 virtual StatusCode initialize() override;
24 virtual StatusCode execute() override;
25 virtual StatusCode finalize() override;
26
27private:
28
33
36};
37
38#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode finalize() override
std::string m_TBElementContainer
const TBDetDescrManager * c_TBDDM
virtual StatusCode initialize() override
TBDetDescrLoader(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute() override
std::string m_TBDetDescrManager
TBDetDescrManager * m_TBDDM