ATLAS Offline Software
Loading...
Searching...
No Matches
InnerDetector
InDetDetDescr
InDetTrackingGeometry
src
BeamPipeBuilderCond.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
InDetTrackingGeometry/BeamPipeBuilderCond.h
"
6
7
// constructor
8
InDet::BeamPipeBuilderCond::BeamPipeBuilderCond
(
const
std::string& t,
const
std::string& n,
const
IInterface* p) :
9
base_class(t,n,p)
10
{
11
}
12
14
//TODO: context is not used, beamPipe retrieved from manager. range is infinite
15
std::unique_ptr<const std::vector<Trk::CylinderLayer*> >
16
InDet::BeamPipeBuilderCond::cylindricalLayers
(
const
EventContext&,
17
SG::WriteCondHandle<Trk::TrackingGeometry>
&
/*whandle*/
)
const
18
{
19
return
InDet::BeamPipeBuilderImpl::cylindricalLayersImpl
();
20
}
BeamPipeBuilderCond.h
InDet::BeamPipeBuilderCond::BeamPipeBuilderCond
BeamPipeBuilderCond(const std::string &, const std::string &, const IInterface *)
AlgTool style constructor.
Definition
BeamPipeBuilderCond.cxx:8
InDet::BeamPipeBuilderCond::cylindricalLayers
virtual std::unique_ptr< const std::vector< Trk::CylinderLayer * > > cylindricalLayers(const EventContext &ctx, SG::WriteCondHandle< Trk::TrackingGeometry > &whandle) const override final
LayerBuilder interface method - returning Barrel-like layers.
Definition
BeamPipeBuilderCond.cxx:16
InDet::BeamPipeBuilderImpl::cylindricalLayersImpl
std::unique_ptr< const std::vector< Trk::CylinderLayer * > > cylindricalLayersImpl() const
Definition
BeamPipeBuilderImpl.cxx:35
SG::WriteCondHandle
Definition
WriteCondHandle.h:26
Generated on
for ATLAS Offline Software by
1.14.0