EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Examples/Algorithms/Digitization/include/ActsExamples/Digitization/HitSmearing.hpp>
Public Attributes | |
std::string | inputSimulatedHits |
Input collection of simulated hits. | |
std::string | outputSourceLinks |
Output collection for source links with smeared measurements. | |
double | sigmaLoc0 = -1 |
Width of the Gaussian smearing, i.e. resolution; must be positive. | |
double | sigmaLoc1 = -1 |
std::shared_ptr< const Acts::TrackingGeometry > | trackingGeometry |
Tracking geometry required to access global-to-local transforms. | |
std::shared_ptr< const RandomNumbers > | randomNumbers = nullptr |
Random numbers tool. | |
Definition at line 31 of file HitSmearing.hpp.
View newest version in sPHENIX GitHub at line 31 of file HitSmearing.hpp
std::string ActsExamples::HitSmearing::Config::inputSimulatedHits |
Input collection of simulated hits.
Definition at line 33 of file HitSmearing.hpp.
View newest version in sPHENIX GitHub at line 33 of file HitSmearing.hpp
Referenced by ActsExamples::HitSmearing::HitSmearing(), and main().
std::string ActsExamples::HitSmearing::Config::outputSourceLinks |
Output collection for source links with smeared measurements.
Definition at line 35 of file HitSmearing.hpp.
View newest version in sPHENIX GitHub at line 35 of file HitSmearing.hpp
Referenced by ActsExamples::HitSmearing::HitSmearing(), and main().
std::shared_ptr<const RandomNumbers> ActsExamples::HitSmearing::Config::randomNumbers = nullptr |
Random numbers tool.
Definition at line 42 of file HitSmearing.hpp.
View newest version in sPHENIX GitHub at line 42 of file HitSmearing.hpp
Referenced by ActsExamples::HitSmearing::HitSmearing(), and main().
double ActsExamples::HitSmearing::Config::sigmaLoc0 = -1 |
Width of the Gaussian smearing, i.e. resolution; must be positive.
Definition at line 37 of file HitSmearing.hpp.
View newest version in sPHENIX GitHub at line 37 of file HitSmearing.hpp
Referenced by ActsExamples::HitSmearing::HitSmearing(), and main().
double ActsExamples::HitSmearing::Config::sigmaLoc1 = -1 |
Definition at line 38 of file HitSmearing.hpp.
View newest version in sPHENIX GitHub at line 38 of file HitSmearing.hpp
Referenced by ActsExamples::HitSmearing::HitSmearing(), and main().
std::shared_ptr<const Acts::TrackingGeometry> ActsExamples::HitSmearing::Config::trackingGeometry |
Tracking geometry required to access global-to-local transforms.
Definition at line 40 of file HitSmearing.hpp.
View newest version in sPHENIX GitHub at line 40 of file HitSmearing.hpp
Referenced by ActsExamples::HitSmearing::HitSmearing(), and main().