Analysis Software
Documentation for sPHENIX simulation software
|
Public Attributes | |
std::string | inputSourceLinks |
Input source links collection. | |
std::string | inputMeasurements |
Input measurements collection. | |
std::string | outputSpacePoints |
Output space points collection. | |
std::shared_ptr< const Acts::TrackingGeometry > | trackingGeometry |
Tracking geometry for transformation lookup. | |
std::vector < Acts::GeometryIdentifier > | geometrySelection |
Definition at line 48 of file SpacePointMaker.hpp.
View newest version in sPHENIX GitHub at line 48 of file SpacePointMaker.hpp
std::vector<Acts::GeometryIdentifier> ActsExamples::SpacePointMaker::Config::geometrySelection |
For which part of the detector geometry should space points be created.
Only volumes and layers can be set. Zero values can be used as wildcards to select larger parts of the hierarchy, i.e. setting only the volume selects all measurements within that volume. Adding a single identifier with all components set to zero selects all available measurements. The selection must not have duplicates.
Definition at line 64 of file SpacePointMaker.hpp.
View newest version in sPHENIX GitHub at line 64 of file SpacePointMaker.hpp
Referenced by ActsExamples::Options::readSpacePointMakerConfig(), runMeasurementsToSP(), and ActsExamples::SpacePointMaker::SpacePointMaker().
std::string ActsExamples::SpacePointMaker::Config::inputMeasurements |
Input measurements collection.
Definition at line 52 of file SpacePointMaker.hpp.
View newest version in sPHENIX GitHub at line 52 of file SpacePointMaker.hpp
Referenced by runHoughExample(), runMeasurementsToSP(), runRecCKFTracks(), runSeedingExample(), and ActsExamples::SpacePointMaker::SpacePointMaker().
std::string ActsExamples::SpacePointMaker::Config::inputSourceLinks |
Input source links collection.
Definition at line 50 of file SpacePointMaker.hpp.
View newest version in sPHENIX GitHub at line 50 of file SpacePointMaker.hpp
Referenced by runHoughExample(), runMeasurementsToSP(), runRecCKFTracks(), runSeedingExample(), and ActsExamples::SpacePointMaker::SpacePointMaker().
std::string ActsExamples::SpacePointMaker::Config::outputSpacePoints |
Output space points collection.
Definition at line 54 of file SpacePointMaker.hpp.
View newest version in sPHENIX GitHub at line 54 of file SpacePointMaker.hpp
Referenced by runHoughExample(), runMeasurementsToSP(), runRecCKFTracks(), runSeedingExample(), and ActsExamples::SpacePointMaker::SpacePointMaker().
std::shared_ptr<const Acts::TrackingGeometry> ActsExamples::SpacePointMaker::Config::trackingGeometry |
Tracking geometry for transformation lookup.
Definition at line 56 of file SpacePointMaker.hpp.
View newest version in sPHENIX GitHub at line 56 of file SpacePointMaker.hpp
Referenced by runHoughExample(), runMeasurementsToSP(), runRecCKFTracks(), runSeedingExample(), and ActsExamples::SpacePointMaker::SpacePointMaker().