ATLAS Offline Software
Loading...
Searching...
No Matches
LArDetectorToolTBEC.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARGEOMODEL_LARDETECTORTOOLTBEC_H
6#define LARGEOMODEL_LARDETECTORTOOLTBEC_H
7
9
10class LArDetectorToolTBEC final : public GeoModelTool {
11
12public:
13
14 // Standard Constructor
15 LArDetectorToolTBEC( const std::string& type, const std::string& name, const IInterface* parent );
16
17 // Standard Destructor
18 virtual ~LArDetectorToolTBEC() override final;
19
20 // Create Method:
21 virtual StatusCode create() override final;
22
23 private:
24
26
27};
28
29#endif
virtual ~LArDetectorToolTBEC() override final
virtual StatusCode create() override final
LArDetectorToolTBEC(const std::string &type, const std::string &name, const IInterface *parent)
#define private