ATLAS Offline Software
Public Member Functions | Protected Types | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Private Types | Private Member Functions | Private Attributes | List of all members
InDet::RobustTrackingGeometryBuilderImpl Class Reference

#include <RobustTrackingGeometryBuilderImpl.h>

Inheritance diagram for InDet::RobustTrackingGeometryBuilderImpl:
Collaboration diagram for InDet::RobustTrackingGeometryBuilderImpl:

Public Member Functions

 RobustTrackingGeometryBuilderImpl (const std::string &, const std::string &, const IInterface *)
 Constructor. More...
 
virtual ~RobustTrackingGeometryBuilderImpl ()=default
 Destructor. More...
 
virtual StatusCode initialize () override
 AlgTool initialize method. More...
 
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. More...
 
const ServiceHandle< StoreGateSvc > & evtStore () const
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. More...
 
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. More...
 
virtual StatusCode sysInitialize () override
 Perform system initialization for an algorithm. More...
 
virtual StatusCode sysStart () override
 Handle START transition. More...
 
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles. More...
 
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles. More...
 
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T > &t)
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &)
 Declare a new Gaudi property. More...
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &)
 Declare a new Gaudi property. More...
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &)
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &)
 Declare a new Gaudi property. More...
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, T &property, const std::string &doc="none")
 Declare a new Gaudi property. More...
 
void updateVHKA (Gaudi::Details::PropertyBase &)
 
MsgStream & msg () const
 
MsgStream & msg (const MSG::Level lvl) const
 
bool msgLvl (const MSG::Level lvl) const
 

Protected Types

enum  ToolType { Cond = 0, Svc = 1 }
 

Protected Member Functions

template<ToolType type, typename LayerBuilders , typename PipeBuilder >
std::unique_ptr< Trk::TrackingGeometrytrackingGeometryImpl (const LayerBuilders &layerHandles, const PipeBuilder &pipeHandle, const EventContext *ctx=nullptr, SG::WriteCondHandle< Trk::TrackingGeometry > *whandle=nullptr) const
 
Trk::TrackingVolumepackVolumeTriple (const std::vector< Trk::Layer * > &negLayers, const std::vector< Trk::Layer * > &centralLayers, const std::vector< Trk::Layer * > &posLayers, double rMin, double rMax, double zMin, double zPosCentral, const std::string &baseName="UndefinedVolume", int colorCode=21, Trk::BinningType bintype=Trk::arbitrary) const
 Private method, creates and packs a triple containing of NegEndcap-Barrel-PosEndcap layers. More...
 
Trk::TrackingVolumepackVolumeTriple (const std::vector< Trk::TrackingVolume * > &negVolumes, const std::vector< Trk::TrackingVolume * > &centralVolumes, const std::vector< Trk::TrackingVolume * > &posVolumes, const std::string &baseName="UndefinedVolume") const
 Private method, creates and packs a triple containing of NegEndcap-Barrel-PosEndcap volumes. More...
 
void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution More...
 
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce (T &h)
 
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed. More...
 
void glueVolumes (TrackingVolume &firstVol, BoundarySurfaceFace firstFace, TrackingVolume &secondVol, BoundarySurfaceFace secondFace) const
 protected method to glue two Volumes together input: More...
 

Static Protected Member Functions

static void setBoundarySurface (TrackingVolume &tvol, SharedObject< BoundarySurface< TrackingVolume >> bsurf, BoundarySurfaceFace face)
 protected method to set the boundary surface of a tracking volume More...
 
static void setInsideVolume (TrackingVolume &tvol, BoundarySurfaceFace face, TrackingVolume *insidevol)
 protected method to set inside Volume of a BoundarySurface: input: More...
 
static void setInsideVolumeArray (TrackingVolume &tvol, BoundarySurfaceFace face, BinnedArray< TrackingVolume > *insidevolarray)
 protected method to set inside VolumeArray of a BoundarySurface: input: More...
 
static void setInsideVolumeArray (TrackingVolume &tvol, BoundarySurfaceFace face, const SharedObject< BinnedArray< TrackingVolume >> &insidevolarray)
 protected method to set inside VolumeArray of a BoundarySurface: input: More...
 
static void setOutsideVolume (TrackingVolume &tvol, BoundarySurfaceFace face, TrackingVolume *outsidevol)
 protected method to set outside Volume of a BoundarySurface: input: More...
 
static void setOutsideVolumeArray (TrackingVolume &tvol, BoundarySurfaceFace face, BinnedArray< TrackingVolume > *outsidevolarray)
 protected method to set outside VolumeArray of a BoundarySurface: input: More...
 
static void setOutsideVolumeArray (TrackingVolume &tvol, BoundarySurfaceFace face, const SharedObject< BinnedArray< TrackingVolume >> &outsidevolarray)
 protected method to set outside VolumeArray of a BoundarySurface: input: More...
 
static void confineVolume (TrackingVolume &tvol, TrackingVolume *outsidevol)
 protected method to confine (dense) volumes: input: More...
 

Protected Attributes

CxxUtils::CachedUniquePtrT< Trk::Materialm_materialProperties
 overal material properties of the ID More...
 
PublicToolHandle< Trk::ITrackingVolumeCreatorm_trackingVolumeCreator
 Helper Tool to create TrackingVolumes. More...
 
PublicToolHandle< Trk::ILayerArrayCreatorm_layerArrayCreator
 Helper Tool to create BinnedArrays. More...
 
IntegerArrayProperty m_layerBinningType
 binning type for the provided layers More...
 
IntegerArrayProperty m_colorCodesConfig
 Color codes. More...
 
ServiceHandle< IEnvelopeDefSvcm_enclosingEnvelopeSvc
 the service to provide the ID envelope size More...
 
DoubleArrayProperty m_enclosingCylinderRadius
 the cylinder layer inside the enclosing volume More...
 
DoubleArrayProperty m_enclosingDiscPositionZ
 the disc position inside the enclosing volume More...
 
DoubleProperty m_layerEnvelopeCover
 innermost - outermost More...
 
BooleanProperty m_buildBoundaryLayers
 create boundary layers More...
 
BooleanProperty m_replaceJointBoundaries
 run with replacement of all joint boundaries More...
 
DoubleProperty m_outwardsFraction
 defines how much you orient yourself in an outwards way (see above) More...
 
BooleanProperty m_indexStaticLayers
 forces robust indexing for layers More...
 
StringProperty m_namespace
 identificaton namespace More...
 
StringProperty m_exitVolume
 the final ID container More...
 
BooleanProperty m_isITk
 changes volume boundary calculation for ITk layouts More...
 

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t
 

Private Member Functions

Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &)
 specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &)
 specialization for handling Gaudi::Property<SG::VarHandleBase> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &)
 specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
 

Private Attributes

StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default) More...
 
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default) More...
 
std::vector< SG::VarHandleKeyArray * > m_vhka
 
bool m_varHandleArraysDeclared
 

Detailed Description

New Geometry builder that adapts to different layer setups

Only a few parameters are not automated:

Author
Andre.nosp@m.as.S.nosp@m.alzbu.nosp@m.rger.nosp@m.@cern.nosp@m..ch

Definition at line 65 of file RobustTrackingGeometryBuilderImpl.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< AlgTool > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Member Enumeration Documentation

◆ ToolType

Enumerator
Cond 
Svc 

Definition at line 82 of file RobustTrackingGeometryBuilderImpl.h.

82  {
83  Cond = 0,
84  Svc = 1,
85  };

Constructor & Destructor Documentation

◆ RobustTrackingGeometryBuilderImpl()

InDet::RobustTrackingGeometryBuilderImpl::RobustTrackingGeometryBuilderImpl ( const std::string &  t,
const std::string &  n,
const IInterface *  p 
)

Constructor.

Definition at line 18 of file RobustTrackingGeometryBuilderImpl.cxx.

18  :
19  AthAlgTool(t,n,p),
21 {
22 }

◆ ~RobustTrackingGeometryBuilderImpl()

virtual InDet::RobustTrackingGeometryBuilderImpl::~RobustTrackingGeometryBuilderImpl ( )
virtualdefault

Destructor.

Member Function Documentation

◆ confineVolume()

void Trk::TrackingVolumeManipulator::confineVolume ( TrackingVolume tvol,
TrackingVolume outsidevol 
)
staticprotectedinherited

protected method to confine (dense) volumes: input:

  • the volume that holdes the BoundarySurfaces (embedded)
  • the volume to be set as outside volume

Definition at line 112 of file TrackingVolumeManipulator.cxx.

114 {
115 
116  const auto& bounds = tvol.boundarySurfaces();
117  for (const auto & bound : bounds) {
118  if (bound->outsideVolume() == nullptr) {
119  bound->setOutsideVolume(outsideVol);
120  }
121  if (bound->insideVolume() == nullptr) {
122  bound->setInsideVolume(outsideVol);
123  }
124  }
125 }

◆ declareGaudiProperty() [1/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T > &  hndl,
const SG::VarHandleKeyArrayType  
)
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKeyArray>

Definition at line 170 of file AthCommonDataStore.h.

172  {
173  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
174  hndl.value(),
175  hndl.documentation());
176 
177  }

◆ declareGaudiProperty() [2/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T > &  hndl,
const SG::VarHandleKeyType  
)
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158  {
159  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
160  hndl.value(),
161  hndl.documentation());
162 
163  }

◆ declareGaudiProperty() [3/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T > &  hndl,
const SG::VarHandleType  
)
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleBase>

Definition at line 184 of file AthCommonDataStore.h.

186  {
187  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
188  hndl.value(),
189  hndl.documentation());
190  }

◆ declareGaudiProperty() [4/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T > &  t,
const SG::NotHandleType  
)
inlineprivateinherited

specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray>

Definition at line 199 of file AthCommonDataStore.h.

200  {
201  return PBASE::declareProperty(t);
202  }

◆ declareProperty() [1/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
SG::VarHandleBase hndl,
const std::string &  doc,
const SG::VarHandleType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
hndlObject holding the property value.
docDocumentation string for the property.

This is the version for types that derive from SG::VarHandleBase. The property value object is put on the input and output lists as appropriate; then we forward to the base class.

Definition at line 245 of file AthCommonDataStore.h.

249  {
250  this->declare(hndl.vhKey());
251  hndl.vhKey().setOwner(this);
252 
253  return PBASE::declareProperty(name,hndl,doc);
254  }

◆ declareProperty() [2/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
SG::VarHandleKey hndl,
const std::string &  doc,
const SG::VarHandleKeyType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
hndlObject holding the property value.
docDocumentation string for the property.

This is the version for types that derive from SG::VarHandleKey. The property value object is put on the input and output lists as appropriate; then we forward to the base class.

Definition at line 221 of file AthCommonDataStore.h.

225  {
226  this->declare(hndl);
227  hndl.setOwner(this);
228 
229  return PBASE::declareProperty(name,hndl,doc);
230  }

◆ declareProperty() [3/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
SG::VarHandleKeyArray hndArr,
const std::string &  doc,
const SG::VarHandleKeyArrayType  
)
inlineinherited

Definition at line 259 of file AthCommonDataStore.h.

263  {
264 
265  // std::ostringstream ost;
266  // ost << Algorithm::name() << " VHKA declareProp: " << name
267  // << " size: " << hndArr.keys().size()
268  // << " mode: " << hndArr.mode()
269  // << " vhka size: " << m_vhka.size()
270  // << "\n";
271  // debug() << ost.str() << endmsg;
272 
273  hndArr.setOwner(this);
274  m_vhka.push_back(&hndArr);
275 
276  Gaudi::Details::PropertyBase* p = PBASE::declareProperty(name, hndArr, doc);
277  if (p != 0) {
278  p->declareUpdateHandler(&AthCommonDataStore<PBASE>::updateVHKA, this);
279  } else {
280  ATH_MSG_ERROR("unable to call declareProperty on VarHandleKeyArray "
281  << name);
282  }
283 
284  return p;
285 
286  }

◆ declareProperty() [4/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
T &  property,
const std::string &  doc,
const SG::NotHandleType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
propertyObject holding the property value.
docDocumentation string for the property.

This is the generic version, for types that do not derive from SG::VarHandleKey. It just forwards to the base class version of declareProperty.

Definition at line 333 of file AthCommonDataStore.h.

337  {
338  return PBASE::declareProperty(name, property, doc);
339  }

◆ declareProperty() [5/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
T &  property,
const std::string &  doc = "none" 
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
propertyObject holding the property value.
docDocumentation string for the property.

This dispatches to either the generic declareProperty or the one for VarHandle/Key/KeyArray.

Definition at line 352 of file AthCommonDataStore.h.

355  {
356  typedef typename SG::HandleClassifier<T>::type htype;
357  return declareProperty (name, property, doc, htype());
358  }

◆ declareProperty() [6/6]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( Gaudi::Property< T > &  t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145  {
146  typedef typename SG::HandleClassifier<T>::type htype;
148  }

◆ detStore()

const ServiceHandle<StoreGateSvc>& AthCommonDataStore< AthCommonMsg< AlgTool > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

95 { return m_detStore; }

◆ evtStore() [1/2]

ServiceHandle<StoreGateSvc>& AthCommonDataStore< AthCommonMsg< AlgTool > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

85 { return m_evtStore; }

◆ evtStore() [2/2]

const ServiceHandle<StoreGateSvc>& AthCommonDataStore< AthCommonMsg< AlgTool > >::evtStore ( ) const
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 90 of file AthCommonDataStore.h.

90 { return m_evtStore; }

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase &  ExtraDeps)
protectedinherited

Add StoreName to extra input/output deps as needed.

use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given

◆ glueVolumes()

void Trk::TrackingVolumeManipulator::glueVolumes ( Trk::TrackingVolume firstVol,
Trk::BoundarySurfaceFace  firstFace,
Trk::TrackingVolume secondVol,
Trk::BoundarySurfaceFace  secondFace 
) const
protectedinherited

protected method to glue two Volumes together input:

  • first TrackingVolume that keeps boundary surface
  • face of the BoundarySurface to be kept
  • second volume that gets glued to the first volume
  • face of the BoundarySurface to be shared

Definition at line 17 of file TrackingVolumeManipulator.cxx.

22 {
23  // check if it is a cylinder volume
24  const Trk::CylinderVolumeBounds* cylBounds =
25  dynamic_cast<const Trk::CylinderVolumeBounds*>(&(firstVol.volumeBounds()));
26 
27  if (firstFace == Trk::tubeOuterCover && secondFace == Trk::tubeInnerCover)
28  return glueVolumes(secondVol, secondFace, firstVol, firstFace);
29 
30  // the second volume gets the face of the first volume assigned
31  (secondVol.m_boundarySurfaces)[secondFace] =
32  (firstVol.m_boundarySurfaces)[firstFace];
33  // the face of the first volume has been an inner tube
34  if (cylBounds && firstFace == Trk::tubeInnerCover &&
35  secondFace == Trk::tubeOuterCover) {
36  (secondVol.m_boundarySurfaces)[secondFace]->setInsideVolume(&secondVol);
37  } else {
38  (secondVol.m_boundarySurfaces)[secondFace]->setOutsideVolume(&secondVol);
39  }
40 }

◆ initialize()

StatusCode InDet::RobustTrackingGeometryBuilderImpl::initialize ( )
overridevirtual

AlgTool initialize method.

Definition at line 26 of file RobustTrackingGeometryBuilderImpl.cxx.

27 {
28  // retrieve envelope definition service --------------------------------------------------
30 
31  // Retrieve the tracking volume creator -------------------------------------------------
33  ATH_MSG_DEBUG( "Retrieved tool " << m_trackingVolumeCreator );
34 
35  // Retrieve the layer array creator ----------------------------------------------------
36  ATH_CHECK(m_layerArrayCreator.retrieve());
37  ATH_MSG_INFO( "Retrieved tool " << m_layerArrayCreator );
38 
39  // Dummy MaterialProerties
40  m_materialProperties.set(std::make_unique<Trk::Material>());
41 
42  ATH_MSG_INFO( "initialize() successful" );
43 
44  return StatusCode::SUCCESS;
45 }

◆ inputHandles()

virtual std::vector<Gaudi::DataHandle*> AthCommonDataStore< AthCommonMsg< AlgTool > >::inputHandles ( ) const
overridevirtualinherited

Return this algorithm's input handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ msg() [1/2]

MsgStream& AthCommonMsg< AlgTool >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24  {
25  return this->msgStream();
26  }

◆ msg() [2/2]

MsgStream& AthCommonMsg< AlgTool >::msg ( const MSG::Level  lvl) const
inlineinherited

Definition at line 27 of file AthCommonMsg.h.

27  {
28  return this->msgStream(lvl);
29  }

◆ msgLvl()

bool AthCommonMsg< AlgTool >::msgLvl ( const MSG::Level  lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30  {
31  return this->msgLevel(lvl);
32  }

◆ outputHandles()

virtual std::vector<Gaudi::DataHandle*> AthCommonDataStore< AthCommonMsg< AlgTool > >::outputHandles ( ) const
overridevirtualinherited

Return this algorithm's output handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ packVolumeTriple() [1/2]

Trk::TrackingVolume * InDet::RobustTrackingGeometryBuilderImpl::packVolumeTriple ( const std::vector< Trk::Layer * > &  negLayers,
const std::vector< Trk::Layer * > &  centralLayers,
const std::vector< Trk::Layer * > &  posLayers,
double  rMin,
double  rMax,
double  zMin,
double  zPosCentral,
const std::string &  baseName = "UndefinedVolume",
int  colorCode = 21,
Trk::BinningType  bintype = Trk::arbitrary 
) const
protected

Private method, creates and packs a triple containing of NegEndcap-Barrel-PosEndcap layers.

Definition at line 48 of file RobustTrackingGeometryBuilderImpl.cxx.

57 {
58 
59 
60  ATH_MSG_VERBOSE( '\t' << '\t'<< "Pack provided Layers from '" << baseName << "' triple into a container volume. " );
61 
62  // create the strings
63  std::string volumeBase = m_namespace+"Detectors::"+baseName;
64 
65  Trk::TrackingVolume* negativeVolume =
66  m_trackingVolumeCreator->createTrackingVolume(negLayers,
68  rMin,
69  rMax,
70  -zMax,
71  -zPosCentral,
72  volumeBase +
73  "::NegativeEndcap",
74  bintyp);
75 
76  Trk::TrackingVolume* centralVolume =
77  m_trackingVolumeCreator->createTrackingVolume(centralLayers,
79  rMin,
80  rMax,
81  -zPosCentral,
82  zPosCentral,
83  volumeBase + "::Barrel",
84  bintyp);
85 
86  Trk::TrackingVolume* positiveVolume =
87  m_trackingVolumeCreator->createTrackingVolume(posLayers,
89  rMin,
90  rMax,
91  zPosCentral,
92  zMax,
93  volumeBase +
94  "::PositiveEndcap",
95  bintyp);
96 
97  // the base volumes have been created
99  '\t' << '\t' << "Volumes have been created, now pack them into a triple.");
100  // registerColorCode
101  negativeVolume->registerColorCode(colorCode);
102  centralVolume->registerColorCode(colorCode);
103  positiveVolume->registerColorCode(colorCode);
104 
105  // pack them together
106  std::vector<Trk::TrackingVolume*> tripleVolumes;
107  tripleVolumes.push_back(negativeVolume);
108  tripleVolumes.push_back(centralVolume);
109  tripleVolumes.push_back(positiveVolume);
110 
111  // create the tiple container
112  Trk::TrackingVolume* tripleContainer =
113  m_trackingVolumeCreator->createContainerTrackingVolume(
114  tripleVolumes,
116  volumeBase,
119 
120  ATH_MSG_VERBOSE('\t' << '\t' << "Created container volume with bounds: "
121  << tripleContainer->volumeBounds());
122 
123  return tripleContainer;
124 }

◆ packVolumeTriple() [2/2]

Trk::TrackingVolume * InDet::RobustTrackingGeometryBuilderImpl::packVolumeTriple ( const std::vector< Trk::TrackingVolume * > &  negVolumes,
const std::vector< Trk::TrackingVolume * > &  centralVolumes,
const std::vector< Trk::TrackingVolume * > &  posVolumes,
const std::string &  baseName = "UndefinedVolume" 
) const
protected

Private method, creates and packs a triple containing of NegEndcap-Barrel-PosEndcap volumes.

Definition at line 127 of file RobustTrackingGeometryBuilderImpl.cxx.

132 {
133  ATH_MSG_VERBOSE( '\t' << '\t'<< "Pack provided Volumes from '" << baseName << "' triple into a container volume. " );
134 
135  unsigned int negVolSize = negVolumes.size();
136  unsigned int cenVolSize = centralVolumes.size();
137  unsigned int posVolSize = posVolumes.size();
138 
139 
140 
141  // create the strings
142  std::string volumeBase = m_namespace+"Containers::"+baseName;
143 
144  Trk::TrackingVolume* negativeVolume = (negVolSize > 1) ?
145  m_trackingVolumeCreator->createContainerTrackingVolume(negVolumes,
147  volumeBase+"::NegativeSector",
150  (negVolSize ? negVolumes[0] : nullptr);
151  Trk::TrackingVolume* centralVolume = (cenVolSize > 1) ?
152  m_trackingVolumeCreator->createContainerTrackingVolume(centralVolumes,
154  volumeBase+"::CentralSector",
157  (cenVolSize ? centralVolumes[0] : nullptr) ;
158 
159  Trk::TrackingVolume* positiveVolume = ( posVolSize > 1) ?
160  m_trackingVolumeCreator->createContainerTrackingVolume(posVolumes,
162  volumeBase+"::PositiveSector",
165  (posVolSize ? posVolumes[0] : nullptr);
166 
167  if (!negativeVolume && !positiveVolume){
168  ATH_MSG_DEBUG( "No negative/positive sector given - no packing needed, returning central container!" );
169  return centralVolume;
170  }
171  // pack them together
172  std::vector<Trk::TrackingVolume*> tripleVolumes;
173  if (negativeVolume) tripleVolumes.push_back(negativeVolume);
174  if (centralVolume) tripleVolumes.push_back(centralVolume);
175  if (positiveVolume) tripleVolumes.push_back(positiveVolume);
176  // create the tiple container
177  Trk::TrackingVolume* tripleContainer =
178  m_trackingVolumeCreator->createContainerTrackingVolume(tripleVolumes,
180  volumeBase,
183  return tripleContainer;
184 }

◆ renounce()

std::enable_if_t<std::is_void_v<std::result_of_t<decltype(&T::renounce)(T)> > && !std::is_base_of_v<SG::VarHandleKeyArray, T> && std::is_base_of_v<Gaudi::DataHandle, T>, void> AthCommonDataStore< AthCommonMsg< AlgTool > >::renounce ( T &  h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381  {
382  h.renounce();
383  PBASE::renounce (h);
384  }

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::renounceArray ( SG::VarHandleKeyArray handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364  {
365  handlesArray.renounce();
366  }

◆ setBoundarySurface()

void Trk::TrackingVolumeManipulator::setBoundarySurface ( TrackingVolume tvol,
SharedObject< BoundarySurface< TrackingVolume >>  bsurf,
BoundarySurfaceFace  face 
)
staticprotectedinherited

protected method to set the boundary surface of a tracking volume

Definition at line 43 of file TrackingVolumeManipulator.cxx.

47 {
48  (tvol.m_boundarySurfaces)[face] = std::move(bsurf);
49 }

◆ setInsideVolume()

void Trk::TrackingVolumeManipulator::setInsideVolume ( Trk::TrackingVolume tvol,
Trk::BoundarySurfaceFace  face,
Trk::TrackingVolume insidevol 
)
staticprotectedinherited

protected method to set inside Volume of a BoundarySurface: input:

  • the volume that holdes the BoundarySurface
  • the face type of the boundary to be set
  • the volume to be set as inside volume

Definition at line 52 of file TrackingVolumeManipulator.cxx.

55 {
56 
57  (tvol.m_boundarySurfaces)[face]->setInsideVolume(insidevol);
58 }

◆ setInsideVolumeArray() [1/2]

void Trk::TrackingVolumeManipulator::setInsideVolumeArray ( Trk::TrackingVolume tvol,
Trk::BoundarySurfaceFace  face,
BinnedArray< TrackingVolume > *  insidevolarray 
)
staticprotectedinherited

protected method to set inside VolumeArray of a BoundarySurface: input:

  • ithe volume that holdes the BoundarySurface
  • the face type of the boundary to be set
  • the volume array to be set as inside volume array

Definition at line 61 of file TrackingVolumeManipulator.cxx.

65 {
66 
69 }

◆ setInsideVolumeArray() [2/2]

static void Trk::TrackingVolumeManipulator::setInsideVolumeArray ( TrackingVolume tvol,
BoundarySurfaceFace  face,
const SharedObject< BinnedArray< TrackingVolume >> &  insidevolarray 
)
staticprotectedinherited

protected method to set inside VolumeArray of a BoundarySurface: input:

  • ithe volume that holdes the BoundarySurface
  • the face type of the boundary to be set
  • the volume array to be set as inside volume array

◆ setOutsideVolume()

void Trk::TrackingVolumeManipulator::setOutsideVolume ( Trk::TrackingVolume tvol,
Trk::BoundarySurfaceFace  face,
Trk::TrackingVolume outsidevol 
)
staticprotectedinherited

protected method to set outside Volume of a BoundarySurface: input:

  • the volume that holdes the BoundarySurface
  • the face type of the boundary to be set
  • the volume to be set as outside volume

Definition at line 82 of file TrackingVolumeManipulator.cxx.

86 {
87  (tvol.m_boundarySurfaces)[face]->setOutsideVolume(outsidevol);
88 }

◆ setOutsideVolumeArray() [1/2]

void Trk::TrackingVolumeManipulator::setOutsideVolumeArray ( Trk::TrackingVolume tvol,
Trk::BoundarySurfaceFace  face,
BinnedArray< TrackingVolume > *  outsidevolarray 
)
staticprotectedinherited

protected method to set outside VolumeArray of a BoundarySurface: input:

  • the volume that holdes the BoundarySurface
  • the face type of the boundary to be set
  • the volume array to be set as outside volume array

Definition at line 91 of file TrackingVolumeManipulator.cxx.

95 {
96 
99 }

◆ setOutsideVolumeArray() [2/2]

static void Trk::TrackingVolumeManipulator::setOutsideVolumeArray ( TrackingVolume tvol,
BoundarySurfaceFace  face,
const SharedObject< BinnedArray< TrackingVolume >> &  outsidevolarray 
)
staticprotectedinherited

protected method to set outside VolumeArray of a BoundarySurface: input:

  • the volume that holdes the BoundarySurface
  • the face type of the boundary to be set
  • the volume array to be set as outside volume array

◆ sysInitialize()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysInitialize ( )
overridevirtualinherited

Perform system initialization for an algorithm.

We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.

Reimplemented in DerivationFramework::CfAthAlgTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and asg::AsgMetadataTool.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ trackingGeometryImpl()

template<ToolType type, typename LayerBuilders , typename PipeBuilder >
std::unique_ptr<Trk::TrackingGeometry> InDet::RobustTrackingGeometryBuilderImpl::trackingGeometryImpl ( const LayerBuilders &  layerHandles,
const PipeBuilder &  pipeHandle,
const EventContext *  ctx = nullptr,
SG::WriteCondHandle< Trk::TrackingGeometry > *  whandle = nullptr 
) const
protected

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::updateVHKA ( Gaudi::Details::PropertyBase &  )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308  {
309  // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310  // << " size: " << m_vhka.size() << endmsg;
311  for (auto &a : m_vhka) {
312  std::vector<SG::VarHandleKey*> keys = a->keys();
313  for (auto k : keys) {
314  k->setOwner(this);
315  }
316  }
317  }

Member Data Documentation

◆ m_buildBoundaryLayers

BooleanProperty InDet::RobustTrackingGeometryBuilderImpl::m_buildBoundaryLayers
protected
Initial value:
{this, "BuildBoundaryLayers",
true}

create boundary layers

Definition at line 149 of file RobustTrackingGeometryBuilderImpl.h.

◆ m_colorCodesConfig

IntegerArrayProperty InDet::RobustTrackingGeometryBuilderImpl::m_colorCodesConfig
protected
Initial value:
{
this, "ColorCodes", {}}

Color codes.

Definition at line 130 of file RobustTrackingGeometryBuilderImpl.h.

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_enclosingCylinderRadius

DoubleArrayProperty InDet::RobustTrackingGeometryBuilderImpl::m_enclosingCylinderRadius
protected
Initial value:
{
this,
"VolumeEnclosureCylinderRadii",
{}}

the cylinder layer inside the enclosing volume

Definition at line 138 of file RobustTrackingGeometryBuilderImpl.h.

◆ m_enclosingDiscPositionZ

DoubleArrayProperty InDet::RobustTrackingGeometryBuilderImpl::m_enclosingDiscPositionZ
protected
Initial value:
{
this,
"VolumeEnclosureDiscPositions",
{}}

the disc position inside the enclosing volume

Definition at line 142 of file RobustTrackingGeometryBuilderImpl.h.

◆ m_enclosingEnvelopeSvc

ServiceHandle<IEnvelopeDefSvc> InDet::RobustTrackingGeometryBuilderImpl::m_enclosingEnvelopeSvc
protected
Initial value:
{
this, "EnvelopeDefinitionSvc",
"AtlasEnvelopeDefSvc"}

the service to provide the ID envelope size

Definition at line 134 of file RobustTrackingGeometryBuilderImpl.h.

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_exitVolume

StringProperty InDet::RobustTrackingGeometryBuilderImpl::m_exitVolume
protected
Initial value:
{
this, "ExitVolumeName",
"InDet::Containers::InnerDetector"}

the final ID container

Definition at line 167 of file RobustTrackingGeometryBuilderImpl.h.

◆ m_indexStaticLayers

BooleanProperty InDet::RobustTrackingGeometryBuilderImpl::m_indexStaticLayers
protected
Initial value:
{
this, "IndexStaticLayers", true}

forces robust indexing for layers

Definition at line 161 of file RobustTrackingGeometryBuilderImpl.h.

◆ m_isITk

BooleanProperty InDet::RobustTrackingGeometryBuilderImpl::m_isITk
protected
Initial value:
{
this, "isITk",
false}

changes volume boundary calculation for ITk layouts

Definition at line 170 of file RobustTrackingGeometryBuilderImpl.h.

◆ m_layerArrayCreator

PublicToolHandle<Trk::ILayerArrayCreator> InDet::RobustTrackingGeometryBuilderImpl::m_layerArrayCreator
protected
Initial value:
{
this, "LayerArrayCreator",
"Trk::LayerArrayCreator/LayerArrayCreator"}

Helper Tool to create BinnedArrays.

Definition at line 122 of file RobustTrackingGeometryBuilderImpl.h.

◆ m_layerBinningType

IntegerArrayProperty InDet::RobustTrackingGeometryBuilderImpl::m_layerBinningType
protected
Initial value:
{
this, "LayerBinningType", {}}

binning type for the provided layers

Definition at line 128 of file RobustTrackingGeometryBuilderImpl.h.

◆ m_layerEnvelopeCover

DoubleProperty InDet::RobustTrackingGeometryBuilderImpl::m_layerEnvelopeCover
protected
Initial value:
{
this, "EnvelopeCover", 2 * Gaudi::Units::mm}

innermost - outermost

Definition at line 147 of file RobustTrackingGeometryBuilderImpl.h.

◆ m_materialProperties

CxxUtils::CachedUniquePtrT<Trk::Material> InDet::RobustTrackingGeometryBuilderImpl::m_materialProperties
protected

overal material properties of the ID

Definition at line 112 of file RobustTrackingGeometryBuilderImpl.h.

◆ m_namespace

StringProperty InDet::RobustTrackingGeometryBuilderImpl::m_namespace
protected
Initial value:
{this, "VolumeNamespace",
"InDet::"}

identificaton namespace

Definition at line 164 of file RobustTrackingGeometryBuilderImpl.h.

◆ m_outwardsFraction

DoubleProperty InDet::RobustTrackingGeometryBuilderImpl::m_outwardsFraction
protected
Initial value:
{
this, "OutwardsFraction",
0.75}

defines how much you orient yourself in an outwards way (see above)

Definition at line 156 of file RobustTrackingGeometryBuilderImpl.h.

◆ m_replaceJointBoundaries

BooleanProperty InDet::RobustTrackingGeometryBuilderImpl::m_replaceJointBoundaries
protected
Initial value:
{
this, "ReplaceAllJointBoundaries",
true}

run with replacement of all joint boundaries

Definition at line 151 of file RobustTrackingGeometryBuilderImpl.h.

◆ m_trackingVolumeCreator

PublicToolHandle<Trk::ITrackingVolumeCreator> InDet::RobustTrackingGeometryBuilderImpl::m_trackingVolumeCreator
protected
Initial value:
{
this, "TrackingVolumeCreator",
"Trk::CylinderVolumeCreator/"
"CylinderVolumeCreator"}

Helper Tool to create TrackingVolumes.

Definition at line 116 of file RobustTrackingGeometryBuilderImpl.h.

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< AlgTool > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< AlgTool > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files:
Trk::TrackingVolumeManipulator
Definition: TrackingVolumeManipulator.h:32
InDet::RobustTrackingGeometryBuilderImpl::Svc
@ Svc
Definition: RobustTrackingGeometryBuilderImpl.h:84
InDet::RobustTrackingGeometryBuilderImpl::Cond
@ Cond
Definition: RobustTrackingGeometryBuilderImpl.h:83
InDet::RobustTrackingGeometryBuilderImpl::m_namespace
StringProperty m_namespace
identificaton namespace
Definition: RobustTrackingGeometryBuilderImpl.h:164
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
InDet::RobustTrackingGeometryBuilderImpl::m_materialProperties
CxxUtils::CachedUniquePtrT< Trk::Material > m_materialProperties
overal material properties of the ID
Definition: RobustTrackingGeometryBuilderImpl.h:112
AthCommonDataStore::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
InDet::RobustTrackingGeometryBuilderImpl::m_trackingVolumeCreator
PublicToolHandle< Trk::ITrackingVolumeCreator > m_trackingVolumeCreator
Helper Tool to create TrackingVolumes.
Definition: RobustTrackingGeometryBuilderImpl.h:116
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
Definition: AthCommonDataStore.h:390
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_vhka
std::vector< SG::VarHandleKeyArray * > m_vhka
Definition: AthCommonDataStore.h:398
bound
@ bound
Definition: L1CaloPprPlotManager.h:74
Trk::TrackingVolumeManipulator::setOutsideVolume
static void setOutsideVolume(TrackingVolume &tvol, BoundarySurfaceFace face, TrackingVolume *outsidevol)
protected method to set outside Volume of a BoundarySurface: input:
Definition: TrackingVolumeManipulator.cxx:82
CxxUtils::CachedUniquePtrT::set
T * set(std::unique_ptr< T > elt) const
Atomically set the element.
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
ATH_MSG_VERBOSE
#define ATH_MSG_VERBOSE(x)
Definition: AthMsgStreamMacros.h:28
InDet::RobustTrackingGeometryBuilderImpl::m_layerArrayCreator
PublicToolHandle< Trk::ILayerArrayCreator > m_layerArrayCreator
Helper Tool to create BinnedArrays.
Definition: RobustTrackingGeometryBuilderImpl.h:122
Trk::TrackingVolumeManipulator::setInsideVolumeArray
static void setInsideVolumeArray(TrackingVolume &tvol, BoundarySurfaceFace face, BinnedArray< TrackingVolume > *insidevolarray)
protected method to set inside VolumeArray of a BoundarySurface: input:
Definition: TrackingVolumeManipulator.cxx:61
Trk::TrackingVolume::registerColorCode
void registerColorCode(unsigned int icolor)
Register the color code.
Trk::TrackingVolumeManipulator::setOutsideVolumeArray
static void setOutsideVolumeArray(TrackingVolume &tvol, BoundarySurfaceFace face, BinnedArray< TrackingVolume > *outsidevolarray)
protected method to set outside VolumeArray of a BoundarySurface: input:
Definition: TrackingVolumeManipulator.cxx:91
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
AthCommonDataStore
Definition: AthCommonDataStore.h:52
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
beamspotman.n
n
Definition: beamspotman.py:731
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
AthAlgTool::AthAlgTool
AthAlgTool()
Default constructor:
SG::VarHandleKeyArray::renounce
virtual void renounce()=0
SG::HandleClassifier::type
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
Definition: HandleClassifier.h:54
Trk::CylinderVolumeBounds
Definition: CylinderVolumeBounds.h:70
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
InDet::RobustTrackingGeometryBuilderImpl::m_enclosingEnvelopeSvc
ServiceHandle< IEnvelopeDefSvc > m_enclosingEnvelopeSvc
the service to provide the ID envelope size
Definition: RobustTrackingGeometryBuilderImpl.h:134
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
Trk::TrackingVolumeManipulator::setInsideVolume
static void setInsideVolume(TrackingVolume &tvol, BoundarySurfaceFace face, TrackingVolume *insidevol)
protected method to set inside Volume of a BoundarySurface: input:
Definition: TrackingVolumeManipulator.cxx:52
python.SystemOfUnits.mm
int mm
Definition: SystemOfUnits.py:83
a
TList * a
Definition: liststreamerinfos.cxx:10
Trk::SharedObject
std::shared_ptr< T > SharedObject
Definition: SharedObject.h:24
h
Trk::TrackingVolumeManipulator::glueVolumes
void glueVolumes(TrackingVolume &firstVol, BoundarySurfaceFace firstFace, TrackingVolume &secondVol, BoundarySurfaceFace secondFace) const
protected method to glue two Volumes together input:
Definition: TrackingVolumeManipulator.cxx:17
Trk::Volume::volumeBounds
const VolumeBounds & volumeBounds() const
returns the volumeBounds()
Definition: Volume.h:97
SG::VarHandleBase::vhKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Definition: StoreGate/src/VarHandleBase.cxx:616
declareProperty
#define declareProperty(n, p, h)
Definition: BaseFakeBkgTool.cxx:15
Trk::tubeOuterCover
@ tubeOuterCover
Definition: BoundarySurfaceFace.h:40
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:790
Trk::tubeInnerCover
@ tubeInnerCover
Definition: BoundarySurfaceFace.h:39
Trk::BinnedArray
Definition: BinnedArray.h:38
InDet::RobustTrackingGeometryBuilderImpl::m_replaceJointBoundaries
BooleanProperty m_replaceJointBoundaries
run with replacement of all joint boundaries
Definition: RobustTrackingGeometryBuilderImpl.h:151
Trk::TrackingVolume::m_boundarySurfaces
std::vector< SharedObject< BoundarySurface< TrackingVolume > > > m_boundarySurfaces
Definition: TrackingVolume.h:454
Trk::TrackingVolume
Definition: TrackingVolume.h:121
AthCommonDataStore::declareGaudiProperty
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition: AthCommonDataStore.h:156
fitman.k
k
Definition: fitman.py:528
InDet::RobustTrackingGeometryBuilderImpl::m_buildBoundaryLayers
BooleanProperty m_buildBoundaryLayers
create boundary layers
Definition: RobustTrackingGeometryBuilderImpl.h:149