ATLAS Offline Software
Tracking
TrkDetDescr
TrkDetDescrTools
TrkDetDescrTools
LayerProvider.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRKDETDESCRTOOLS_LAYERPROVIDER_H
6
#define TRKDETDESCRTOOLS_LAYERPROVIDER_H
7
8
// Trk
9
#include "
TrkDetDescrTools/LayerProviderImpl.h
"
10
#include "
TrkDetDescrInterfaces/ILayerProvider.h
"
11
#include "
TrkDetDescrInterfaces/ILayerBuilder.h
"
12
// Gaudi & Athena
13
#include "GaudiKernel/ToolHandle.h"
14
#include "
AthenaBaseComps/AthAlgTool.h
"
15
#include "
CxxUtils/checker_macros.h
"
16
17
namespace
Trk
{
18
19
class
Layer
;
20
27
class
ATLAS_NOT_THREAD_SAFE
LayerProvider
28
:
public
extends<LayerProviderImpl, ILayerProvider>
29
{
30
31
public
:
33
LayerProvider
(
const
std::string&,
const
std::string&,
const
IInterface*);
34
36
virtual
~LayerProvider
() =
default
;
37
39
virtual
StatusCode
initialize
() override final;
40
42
virtual std::pair<
const
std::
vector
<
Layer
*>,
const
std::
vector
<
Layer
*> >
43
endcapLayer()
const
override final;
44
46
virtual
const
std::
vector
<
Layer
*> centralLayers()
const
override final;
47
49
virtual
const
std::
string
& identification()
const
override final;
50
51
private
:
52
PublicToolHandle<
ILayerBuilder
> m_layerBuilder{
this
,
"LayerBuilder"
,
""
};
// Name specification from outside
53
};
54
55
56
}
// end of namespace
57
58
#endif // TRKDETDESCRTOOLS_LAYERPROVIDER_H
LayerProviderImpl.h
ATLAS_NOT_THREAD_SAFE
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
Definition:
checker_macros.h:212
ILayerBuilder.h
Trk::ILayerBuilder
Definition:
ILayerBuilder.h:30
initialize
void initialize()
Definition:
run_EoverP.cxx:894
const
bool const RAWDATA *ch2 const
Definition:
LArRodBlockPhysicsV0.cxx:560
python.RingerConstants.Layer
Layer
Definition:
RingerConstants.py:42
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
vector
Definition:
MultiHisto.h:13
AthAlgTool.h
Trk::LayerProvider
Definition:
LayerProvider.h:29
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
ILayerProvider.h
Trk::LayerProvider::~LayerProvider
virtual ~LayerProvider()=default
Destructor.
private
#define private
Definition:
DetDescrConditionsDict_dict_fixes.cxx:13
checker_macros.h
Define macros for attributes used to control the static checker.
Trk::Layer
Definition:
Layer.h:73
Generated on Thu Nov 7 2024 21:20:09 for ATLAS Offline Software by
1.8.18