|
ACTS
Experiment-independent tracking
|
Classes | |
| struct | Options |
| Options specification for surface reading The file should contain an array of json surfaces as produced by the SurfaceJsonConverter tools. More... | |
Functions | |
| std::vector< std::shared_ptr< Acts::JsonDetectorElement > > | readDetectorElements (const Options &options, double thickness) |
| Read the surfaces from the input file and create detector elements For details on the file format see the options struct. | |
| Acts::GeometryHierarchyMap< std::shared_ptr< Acts::Surface > > | readHierarchyMap (const Options &options) |
| Read the surfaces from the input file For details on the file format see the options struct. | |
| std::vector< std::shared_ptr< Acts::Surface > > | readVector (const Options &options) |
| Read the flat surfaces from the input file For details on the file format see the options struct. | |
| std::vector< std::shared_ptr< Acts::JsonDetectorElement > > Acts::JsonSurfacesReader::readDetectorElements | ( | const Options & | options, |
| double | thickness ) |
Read the surfaces from the input file and create detector elements For details on the file format see the options struct.
| options | options for surface reading |
| thickness | the thickness used to construct the detector element |
| Acts::GeometryHierarchyMap< std::shared_ptr< Acts::Surface > > Acts::JsonSurfacesReader::readHierarchyMap | ( | const Options & | options | ) |
Read the surfaces from the input file For details on the file format see the options struct.
| options | specifies which file and what to read |
| std::vector< std::shared_ptr< Acts::Surface > > Acts::JsonSurfacesReader::readVector | ( | const Options & | options | ) |
Read the flat surfaces from the input file For details on the file format see the options struct.
| options | options for surface reading |