Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::LayerCreator::Config Struct Reference

#include <acts/blob/sPHENIX/Core/include/Acts/Geometry/LayerCreator.hpp>

Public Member Functions

 Config ()=default
 standard constructor
 

Public Attributes

std::shared_ptr< const
SurfaceArrayCreator
surfaceArrayCreator = nullptr
 surface array helper
 
double cylinderZtolerance {10.}
 cylinder module z tolerance: it counts as same z, if ...
 
double cylinderPhiTolerance {0.1}
 cylinder module phi tolerance: it counts as same phi, if ...
 

Detailed Description

Configuration for the LayerCreator This is the nexted configuration struct for the LayerCreator class

Definition at line 46 of file LayerCreator.hpp.

View newest version in sPHENIX GitHub at line 46 of file LayerCreator.hpp

Constructor & Destructor Documentation

Acts::LayerCreator::Config::Config ( )
default

standard constructor

Referenced by acts.examples.Sequencer::__init__().

+ Here is the caller graph for this function:

Member Data Documentation

double Acts::LayerCreator::Config::cylinderPhiTolerance {0.1}

cylinder module phi tolerance: it counts as same phi, if ...

Definition at line 52 of file LayerCreator.hpp.

View newest version in sPHENIX GitHub at line 52 of file LayerCreator.hpp

double Acts::LayerCreator::Config::cylinderZtolerance {10.}

cylinder module z tolerance: it counts as same z, if ...

Definition at line 50 of file LayerCreator.hpp.

View newest version in sPHENIX GitHub at line 50 of file LayerCreator.hpp


The documentation for this struct was generated from the following file: