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

#include <acts/blob/master/Examples/Algorithms/Digitization/include/ACTFW/Digitization/HitSmearing.hpp>

+ Collaboration diagram for FW::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 FW::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 FW::HitSmearing::HitSmearing(), and main().

std::string FW::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 FW::HitSmearing::HitSmearing(), and main().

std::shared_ptr<const RandomNumbers> FW::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 FW::HitSmearing::HitSmearing(), and main().

double FW::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 FW::HitSmearing::HitSmearing(), and main().

double FW::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 FW::HitSmearing::HitSmearing(), and main().

std::shared_ptr<const Acts::TrackingGeometry> FW::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 FW::HitSmearing::HitSmearing(), and main().


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