EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::HitSmearing::Config Struct Reference

#include <acts/blob/sPHENIX/Examples/Algorithms/Digitization/include/ActsExamples/Digitization/HitSmearing.hpp>

+ Collaboration diagram for ActsExamples::HitSmearing::Config:

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.
 

Detailed Description

Definition at line 31 of file HitSmearing.hpp.

View newest version in sPHENIX GitHub at line 31 of file HitSmearing.hpp

Member Data Documentation

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().


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