Description of simulated data for one Telescope. More...
#include "fevt/TelescopeSimData.h"
Public Types | |
typedef std::list< utl::Photon > ::const_iterator | ConstPhotonIterator |
typedef utl::MultiTraceD::ConstIterator | ConstPhotonTraceIterator |
typedef PhotonTraceSourceContainer::const_iterator | ConstPhotonTraceSourceIterator |
typedef std::list< utl::Photon > ::iterator | PhotonIterator |
typedef std::list< utl::Photon > | PhotonList |
typedef utl::MultiTraceD::Iterator | PhotonTraceIterator |
An iterator over the components of the photon trace. More... | |
typedef std::map < fevt::FdConstants::LightSource, utl::MultiTraceD > | PhotonTraceSourceContainer |
typedef PhotonTraceSourceContainer::iterator | PhotonTraceSourceIterator |
Public Member Functions | |
void | AddPhoton (const utl::Photon &p) |
void | ClearConfigSignature () |
void | ClearPhotons () |
void | ClearRayTracedPhotonTrace () |
Clear the trace of ray traced photons. More... | |
const std::string & | GetConfigSignature () const |
const std::string & | GetConfigSignatureStr () const |
utl::TraceD & | GetDistanceTrace () |
Trace for the distance along the shower axis of the light at the diaphragm. More... | |
const utl::TraceD & | GetDistanceTrace () const |
int | GetNPhotons () const |
int | GetNumberOfFltPixels () const |
int | GetNumberOfFltPixelsFromBackground () const |
int | GetNumberOfFltPixelsFromShower () const |
int | GetNumberOfPhotonBins () const |
int | GetNumberOfPixelsWithShowerPhotons () const |
int | GetNumberOfReadOutPixels () const |
utl::TimeStamp | GetPhotonsStartTime () const |
Start Time of the photons trace. More... | |
utl::TraceD & | GetPhotonTrace (const fevt::FdConstants::LightSource source, const int wl) |
Photon trace at diaphragm. More... | |
const utl::TraceD & | GetPhotonTrace (const fevt::FdConstants::LightSource source, const int wl) const |
utl::TraceI & | GetRayTracedPhotonTrace () |
Number of photons that were actually ray-traced (per time bin) More... | |
const utl::TraceI & | GetRayTracedPhotonTrace () const |
int | GetSltTimeShift () const |
int | GetSltTriggerTime () const |
bool | HasDistanceTrace () const |
Check that trace for the distance along the shower axis is present. More... | |
bool | HasPhotonTrace (const fevt::FdConstants::LightSource source, const int wl) const |
Check that light trace for source /par source is present for the given wavelength bin. More... | |
bool | HasPhotonTrace (const fevt::FdConstants::LightSource source) const |
Check that any light trace for source /par source is present (regardless of the wavelength bin) More... | |
bool | HasRayTracedPhotonTrace () const |
Check that "ray-traced photon trace" is present. More... | |
void | MakeDistanceTrace (const unsigned int size=0, const double binSize=0) |
Make the trace of distance along the shower axis of light at the diaphragm. More... | |
void | MakePhotonTrace (const fevt::FdConstants::LightSource source, const int wl, const unsigned int size=0, const double binSize=0) |
void | MakeRayTracedPhotonTrace (const unsigned int size=0, const double binSize=0) |
Add a trace for the number of photons that were ray-traced. More... | |
PhotonIterator | PhotonsBegin () |
ConstPhotonIterator | PhotonsBegin () const |
PhotonIterator | PhotonsEnd () |
ConstPhotonIterator | PhotonsEnd () const |
PhotonTraceIterator | PhotonTracesBegin (const fevt::FdConstants::LightSource source) |
ConstPhotonTraceIterator | PhotonTracesBegin (const fevt::FdConstants::LightSource source) const |
PhotonTraceIterator | PhotonTracesEnd (const fevt::FdConstants::LightSource source) |
ConstPhotonTraceIterator | PhotonTracesEnd (const fevt::FdConstants::LightSource source) const |
PhotonTraceSourceIterator | PhotonTracesSourceBegin () |
ConstPhotonTraceSourceIterator | PhotonTracesSourceBegin () const |
PhotonTraceSourceIterator | PhotonTracesSourceEnd () |
ConstPhotonTraceSourceIterator | PhotonTracesSourceEnd () const |
void | SetConfigSignatureStr (const std::string &configSignatureStr) |
void | SetNumberOfFltPixels (const int n) |
void | SetNumberOfFltPixelsFromBackground (const int n) |
void | SetNumberOfFltPixelsFromShower (const int n) |
void | SetNumberOfPhotonBins (const int n) |
void | SetNumberOfPixelsWithShowerPhotons (const int n) |
void | SetNumberOfReadOutPixels (const int n) |
void | SetPhotonsStartTime (const utl::TimeStamp &ts) |
void | SetSltTimeShift (const int n) |
void | SetSltTriggerTime (const int n) |
Private Member Functions | |
TelescopeSimData () | |
~TelescopeSimData () | |
Private Attributes | |
std::string | fConfigSignature |
std::string | fConfigSignatureStr |
utl::ShadowPtr< utl::TraceD > | fDistanceTrace |
int | fNFltPixels |
int | fNFltPixelsFromBackground |
int | fNFltPixelsFromShower |
int | fNPixelWithShowerLight |
int | fNReadOutPixels |
int | fNumberOfPhotonBins |
PhotonList | fPhotons |
PhotonTraceSourceContainer | fPhotonTraces |
utl::ShadowPtr< utl::TraceI > | fRayTracedPhotonTrace |
int | fSltTimeShift |
int | fSltTriggerTime |
utl::TimeStamp | fTraceStartTime |
Friends | |
class | fevt::Telescope |
class | utl::ShadowPtr< TelescopeSimData > |
Description of simulated data for one Telescope.
This class describes the simulated photons at the diaphragm of each telescope. For each of the sources in FdConstants::LightSource, a trace of photons at the diaphragm is provided.
Definition at line 36 of file TelescopeSimData.h.
typedef std::list<utl::Photon>::const_iterator fevt::TelescopeSimData::ConstPhotonIterator |
Definition at line 41 of file TelescopeSimData.h.
Definition at line 62 of file TelescopeSimData.h.
typedef PhotonTraceSourceContainer::const_iterator fevt::TelescopeSimData::ConstPhotonTraceSourceIterator |
Definition at line 86 of file TelescopeSimData.h.
typedef std::list<utl::Photon>::iterator fevt::TelescopeSimData::PhotonIterator |
Definition at line 40 of file TelescopeSimData.h.
typedef std::list<utl::Photon> fevt::TelescopeSimData::PhotonList |
Definition at line 39 of file TelescopeSimData.h.
An iterator over the components of the photon trace.
Definition at line 61 of file TelescopeSimData.h.
typedef std::map<fevt::FdConstants::LightSource, utl::MultiTraceD> fevt::TelescopeSimData::PhotonTraceSourceContainer |
Definition at line 84 of file TelescopeSimData.h.
typedef PhotonTraceSourceContainer::iterator fevt::TelescopeSimData::PhotonTraceSourceIterator |
Definition at line 85 of file TelescopeSimData.h.
|
private |
Definition at line 25 of file TelescopeSimData.cc.
|
inlineprivate |
Definition at line 142 of file TelescopeSimData.h.
|
inline |
Definition at line 126 of file TelescopeSimData.h.
References fPhotons.
Referenced by SpotPhotonGeneratorOG::SpotPhotonGenerator::DoSpot(), LightAtDiaphragmSimulatorKG::LightAtDiaphragmSimulator::EvaluateDirectCherenkovHits(), DrumPhotonGeneratorOG::DrumPhotonGenerator::GenerateDrumPhotons(), and ShowerPhotonGeneratorOG::ShowerPhotonGenerator::Run().
void TelescopeSimData::ClearConfigSignature | ( | ) |
Definition at line 202 of file TelescopeSimData.cc.
References fConfigSignature, and fConfigSignatureStr.
Referenced by DrumPhotonGeneratorOG::DrumPhotonGenerator::DoDrum().
|
inline |
Definition at line 125 of file TelescopeSimData.h.
References fPhotons.
Referenced by DrumPhotonGeneratorOG::DrumPhotonGenerator::DoDrum(), SpotPhotonGeneratorOG::SpotPhotonGenerator::DoSpot(), and FdLightCollectionEfficiencyKG::FdLightCollectionEfficiency::RunPhotonGenerationRayTracingLoop().
|
inline |
Clear the trace of ray traced photons.
Definition at line 81 of file TelescopeSimData.h.
References utl::Trace< T >::Clear(), and fRayTracedPhotonTrace.
Referenced by FdLightCollectionEfficiencyKG::FdLightCollectionEfficiency::RunPhotonGenerationRayTracingLoop().
const std::string & TelescopeSimData::GetConfigSignature | ( | ) | const |
Definition at line 192 of file TelescopeSimData.cc.
References fConfigSignature, fConfigSignatureStr, and utl::Md5Sum::GetHexDigest().
Referenced by FdBackgroundSimulatorOG::FdBackgroundSimulator::AddBackground(), DrumPhotonGeneratorOG::DrumPhotonGenerator::CalculateCalibrationConstants(), FdLightCollectionEfficiencyKG::PixelToApertureLightConverter::GetConversionConstant(), and FdElectronicsSimulatorOG::FdElectronicsSimulator::InitCamera().
|
inline |
Definition at line 136 of file TelescopeSimData.h.
References fConfigSignatureStr.
Referenced by DrumPhotonGeneratorOG::DrumPhotonGenerator::CalculateCalibrationConstants().
|
inline |
Trace for the distance along the shower axis of the light at the diaphragm.
Definition at line 94 of file TelescopeSimData.h.
References fDistanceTrace.
Referenced by LightAtDiaphragmSimulatorKG::LightAtDiaphragmSimulator::EvaluateDirectCherenkovHits(), otoa::FD2ADST::FillTelSimData(), io::TelescopeSimData_ROOT::operator>>(), LightAtDiaphragmSimulatorKG::LightAtDiaphragmSimulator::Run(), and ShowerPhotonGeneratorOG::ShowerPhotonGenerator::Run().
|
inline |
Definition at line 95 of file TelescopeSimData.h.
References fDistanceTrace.
|
inline |
Definition at line 127 of file TelescopeSimData.h.
References fPhotons.
Referenced by TelescopeSimulatorLX::TelescopeSimulator::Run(), TelescopeSimulatorKG::TelescopeSimulator::Run(), and TelescopeSimulatorKG2::TelescopeSimulator::Run().
|
inline |
Definition at line 117 of file TelescopeSimData.h.
References fNFltPixels.
Referenced by FdEventLoggerGS::FdEventLogger::Run().
|
inline |
Definition at line 119 of file TelescopeSimData.h.
References fNFltPixelsFromBackground.
Referenced by FdEventLoggerGS::FdEventLogger::Run().
|
inline |
Definition at line 118 of file TelescopeSimData.h.
References fNFltPixelsFromShower.
Referenced by FdEventLoggerGS::FdEventLogger::Run().
|
inline |
Definition at line 105 of file TelescopeSimData.h.
References fNumberOfPhotonBins.
Referenced by FdElectronicsSimulatorOG::FdElectronicsSimulator::ElecSim(), TelescopeSimulatorLX::TelescopeSimulator::FillTraces(), TelescopeSimulatorKG::TelescopeSimulator::Run(), TelescopeSimulatorKG2::TelescopeSimulator::Run(), FdTriggerSimulatorOG::FdTriggerSimulator::ShiftEventToSLT(), and FdTriggerSimulatorOG::FdTriggerSimulator::SLTSim().
|
inline |
Definition at line 120 of file TelescopeSimData.h.
References fNPixelWithShowerLight.
Referenced by FdEventLoggerGS::FdEventLogger::Run().
|
inline |
Definition at line 121 of file TelescopeSimData.h.
References fNReadOutPixels.
Referenced by FdEventLoggerGS::FdEventLogger::Run().
|
inline |
Start Time of the photons trace.
Definition at line 102 of file TelescopeSimData.h.
References fTraceStartTime.
Referenced by FdLightCollectionEfficiencyKG::FdLightCollectionEfficiency::CalculateTelescopeEfficiency(), LightAtDiaphragmSimulatorKG::LightAtDiaphragmSimulator::EvaluateDirectCherenkovHits(), otoa::FD2ADST::FillTelSimData(), FdTriggerSimulatorOG::FdTriggerSimulator::MakeMirrorEvent(), and LightAtDiaphragmSimulatorKG::LightAtDiaphragmSimulator::Run().
utl::TraceD & TelescopeSimData::GetPhotonTrace | ( | const fevt::FdConstants::LightSource | source, |
const int | wl | ||
) |
Photon trace at diaphragm.
Use GetPhotonTrace(FdConstants::LightSource source, const int wl) to get wavelength bin corresponding to light source, if added with MakePhotonTrace(source, iwl) /example GetPhotonTrace(FdConstants::eFluorDirect)
Definition at line 40 of file TelescopeSimData.cc.
References ERROR, and fPhotonTraces.
Referenced by LightAtDiaphragmSimulatorKG::LightAtDiaphragmSimulator::EvaluateDirectCherenkovHits(), otoa::FD2ADST::FillTelSimData(), io::TelescopeSimData_ROOT::operator>>(), UserModule::PlotCherDirFlux(), UserModule::PlotCherMieFlux(), UserModule::PlotCherRaylFlux(), UserModule::PlotFluorFlux(), UserModule::PlotLightAtDia(), UserModule::PlotLightFlux(), and LightAtDiaphragmSimulatorKG::LightAtDiaphragmSimulator::Run().
const utl::TraceD & TelescopeSimData::GetPhotonTrace | ( | const fevt::FdConstants::LightSource | source, |
const int | wl | ||
) | const |
Definition at line 59 of file TelescopeSimData.cc.
References ERROR, and fPhotonTraces.
|
inline |
Number of photons that were actually ray-traced (per time bin)
Use GetRayTracedPhotonTrace() Number of all photons that were ray-traced in the simulation independent of wavelength and light source
Definition at line 74 of file TelescopeSimData.h.
References fRayTracedPhotonTrace.
Referenced by FdLightCollectionEfficiencyKG::FdLightCollectionEfficiency::CalculateAdditionalIterationsToMeetTarget(), FdLightCollectionEfficiencyKG::FdLightCollectionEfficiency::CalculateTelescopeEfficiency(), FdLightCollectionEfficiencyKG::CorrectedApLightCalculator::Run(), and ShowerPhotonGeneratorOG::ShowerPhotonGenerator::Run().
|
inline |
Definition at line 75 of file TelescopeSimData.h.
References fRayTracedPhotonTrace.
|
inline |
Definition at line 123 of file TelescopeSimData.h.
References fSltTimeShift.
Referenced by FdEventLoggerGS::FdEventLogger::Run().
|
inline |
Definition at line 122 of file TelescopeSimData.h.
References fSltTriggerTime.
Referenced by FdEventLoggerGS::FdEventLogger::Run().
|
inline |
Check that trace for the distance along the shower axis is present.
Definition at line 99 of file TelescopeSimData.h.
References fDistanceTrace.
Referenced by LightAtDiaphragmSimulatorKG::LightAtDiaphragmSimulator::EvaluateDirectCherenkovHits(), otoa::FD2ADST::FillTelSimData(), FieldOfViewCalculatorKG::FieldOfViewCalculator::Run(), LightAtDiaphragmSimulatorKG::LightAtDiaphragmSimulator::Run(), and ShowerPhotonGeneratorOG::ShowerPhotonGenerator::Run().
bool TelescopeSimData::HasPhotonTrace | ( | const fevt::FdConstants::LightSource | source, |
const int | wl | ||
) | const |
Check that light trace for source /par source is present for the given wavelength bin.
Definition at line 81 of file TelescopeSimData.cc.
References fPhotonTraces.
Referenced by FdLightCollectionEfficiencyKG::FdLightCollectionEfficiency::CalculateTelescopeTraceSum(), LightAtDiaphragmSimulatorKG::LightAtDiaphragmSimulator::EvaluateDirectCherenkovHits(), otoa::FD2ADST::FillTelSimData(), MakePhotonTrace(), UserModule::PlotCherDirFlux(), UserModule::PlotCherMieFlux(), UserModule::PlotCherRaylFlux(), UserModule::PlotFluorFlux(), UserModule::PlotLightAtDia(), UserModule::PlotLightFlux(), and LightAtDiaphragmSimulatorKG::LightAtDiaphragmSimulator::Run().
bool TelescopeSimData::HasPhotonTrace | ( | const fevt::FdConstants::LightSource | source | ) | const |
Check that any light trace for source /par source is present (regardless of the wavelength bin)
Definition at line 91 of file TelescopeSimData.cc.
References fPhotonTraces.
|
inline |
Check that "ray-traced photon trace" is present.
Definition at line 79 of file TelescopeSimData.h.
References fRayTracedPhotonTrace.
Referenced by FdLightCollectionEfficiencyKG::FdLightCollectionEfficiency::CalculateAdditionalIterationsToMeetTarget(), ShowerPhotonGeneratorOG::ShowerPhotonGenerator::Run(), and FdLightCollectionEfficiencyKG::FdLightCollectionEfficiency::RunPhotonGenerationRayTracingLoop().
void TelescopeSimData::MakeDistanceTrace | ( | const unsigned int | size = 0 , |
const double | binSize = 0 |
||
) |
Make the trace of distance along the shower axis of light at the diaphragm.
Definition at line 181 of file TelescopeSimData.cc.
References ERROR, and fDistanceTrace.
Referenced by io::TelescopeSimData_ROOT::operator>>(), and FieldOfViewCalculatorKG::FieldOfViewCalculator::Run().
void TelescopeSimData::MakePhotonTrace | ( | const fevt::FdConstants::LightSource | source, |
const int | wl, | ||
const unsigned int | size = 0 , |
||
const double | binSize = 0 |
||
) |
Add a light trace for source of Type FdConstants::LightSource /example MakePhotonTrace(FdConstants::eFluorDirect);
Definition at line 100 of file TelescopeSimData.cc.
References ERROR, fPhotonTraces, and HasPhotonTrace().
Referenced by LightAtDiaphragmSimulatorKG::LightAtDiaphragmSimulator::EvaluateDirectCherenkovHits(), io::TelescopeSimData_ROOT::operator>>(), and LightAtDiaphragmSimulatorKG::LightAtDiaphragmSimulator::Run().
void TelescopeSimData::MakeRayTracedPhotonTrace | ( | const unsigned int | size = 0 , |
const double | binSize = 0 |
||
) |
Add a trace for the number of photons that were ray-traced.
Definition at line 170 of file TelescopeSimData.cc.
References ERROR, and fRayTracedPhotonTrace.
Referenced by ShowerPhotonGeneratorOG::ShowerPhotonGenerator::Run().
|
inline |
Definition at line 128 of file TelescopeSimData.h.
References fPhotons.
Referenced by FdLightCollectionEfficiencyKG::CorrectedApLightCalculator::Run(), TelescopeSimulatorLX::TelescopeSimulator::Run(), TelescopeSimulatorKG::TelescopeSimulator::Run(), and TelescopeSimulatorKG2::TelescopeSimulator::Run().
|
inline |
Definition at line 129 of file TelescopeSimData.h.
References fPhotons.
|
inline |
Definition at line 130 of file TelescopeSimData.h.
References fPhotons.
Referenced by FdLightCollectionEfficiencyKG::CorrectedApLightCalculator::Run(), TelescopeSimulatorLX::TelescopeSimulator::Run(), TelescopeSimulatorKG::TelescopeSimulator::Run(), and TelescopeSimulatorKG2::TelescopeSimulator::Run().
|
inline |
Definition at line 131 of file TelescopeSimData.h.
References fPhotons.
TelescopeSimData::PhotonTraceIterator TelescopeSimData::PhotonTracesBegin | ( | const fevt::FdConstants::LightSource | source | ) |
Definition at line 112 of file TelescopeSimData.cc.
References ERROR, and fPhotonTraces.
Referenced by FdLightCollectionEfficiencyKG::FdLightCollectionEfficiency::CalculateTelescopeTraceSum(), and ShowerPhotonGeneratorOG::ShowerPhotonGenerator::Run().
TelescopeSimData::ConstPhotonTraceIterator TelescopeSimData::PhotonTracesBegin | ( | const fevt::FdConstants::LightSource | source | ) | const |
Definition at line 126 of file TelescopeSimData.cc.
References ERROR, and fPhotonTraces.
TelescopeSimData::PhotonTraceIterator TelescopeSimData::PhotonTracesEnd | ( | const fevt::FdConstants::LightSource | source | ) |
Definition at line 141 of file TelescopeSimData.cc.
References ERROR, and fPhotonTraces.
Referenced by FdLightCollectionEfficiencyKG::FdLightCollectionEfficiency::CalculateTelescopeTraceSum(), and ShowerPhotonGeneratorOG::ShowerPhotonGenerator::Run().
TelescopeSimData::ConstPhotonTraceIterator TelescopeSimData::PhotonTracesEnd | ( | const fevt::FdConstants::LightSource | source | ) | const |
Definition at line 155 of file TelescopeSimData.cc.
References ERROR, and fPhotonTraces.
|
inline |
Definition at line 88 of file TelescopeSimData.h.
References fPhotonTraces.
Referenced by ShowerPhotonGeneratorOG::ShowerPhotonGenerator::Run().
|
inline |
Definition at line 89 of file TelescopeSimData.h.
References fPhotonTraces.
|
inline |
Definition at line 90 of file TelescopeSimData.h.
References fPhotonTraces.
Referenced by ShowerPhotonGeneratorOG::ShowerPhotonGenerator::Run().
|
inline |
Definition at line 91 of file TelescopeSimData.h.
References fPhotonTraces.
|
inline |
Definition at line 133 of file TelescopeSimData.h.
References fConfigSignatureStr.
Referenced by io::TelescopeSimData_ROOT::operator>>(), MeanNpeFillerKG::MeanNpeFiller::Run(), TelescopeSimulatorLX::TelescopeSimulator::Run(), TelescopeSimulatorKG::TelescopeSimulator::Run(), and TelescopeSimulatorKG2::TelescopeSimulator::Run().
|
inline |
Definition at line 109 of file TelescopeSimData.h.
References fNFltPixels.
Referenced by FdTriggerSimulatorOG::FdTriggerSimulator::FLTSim(), and io::TelescopeSimData_ROOT::operator>>().
|
inline |
Definition at line 111 of file TelescopeSimData.h.
References fNFltPixelsFromBackground.
Referenced by FdTriggerSimulatorOG::FdTriggerSimulator::FLTSim(), and io::TelescopeSimData_ROOT::operator>>().
|
inline |
Definition at line 110 of file TelescopeSimData.h.
References fNFltPixelsFromShower.
Referenced by FdTriggerSimulatorOG::FdTriggerSimulator::FLTSim(), and io::TelescopeSimData_ROOT::operator>>().
|
inline |
Definition at line 106 of file TelescopeSimData.h.
References fNumberOfPhotonBins.
Referenced by io::TelescopeSimData_ROOT::operator>>(), TelescopeSimulatorLX::TelescopeSimulator::Run(), SpotPhotonGeneratorOG::SpotPhotonGenerator::Run(), DrumPhotonGeneratorOG::DrumPhotonGenerator::Run(), and ShowerPhotonGeneratorOG::ShowerPhotonGenerator::Run().
|
inline |
Definition at line 112 of file TelescopeSimData.h.
References fNPixelWithShowerLight.
Referenced by FdTriggerSimulatorOG::FdTriggerSimulator::FLTSim(), and io::TelescopeSimData_ROOT::operator>>().
|
inline |
Definition at line 113 of file TelescopeSimData.h.
References fNReadOutPixels.
Referenced by io::TelescopeSimData_ROOT::operator>>(), and FdTriggerSimulatorOG::FdTriggerSimulator::ShiftEventToSLT().
|
inline |
Definition at line 103 of file TelescopeSimData.h.
References fTraceStartTime.
Referenced by io::TelescopeSimData_ROOT::operator>>(), FieldOfViewCalculatorKG::FieldOfViewCalculator::Run(), TelescopeSimulatorLX::TelescopeSimulator::Run(), SpotPhotonGeneratorOG::SpotPhotonGenerator::Run(), and DrumPhotonGeneratorOG::DrumPhotonGenerator::Run().
|
inline |
Definition at line 115 of file TelescopeSimData.h.
References fSltTimeShift.
Referenced by io::TelescopeSimData_ROOT::operator>>(), and FdTriggerSimulatorOG::FdTriggerSimulator::ShiftEventToSLT().
|
inline |
Definition at line 114 of file TelescopeSimData.h.
References fSltTriggerTime.
Referenced by io::TelescopeSimData_ROOT::operator>>(), and FdTriggerSimulatorOG::FdTriggerSimulator::SLTSim().
|
friend |
Definition at line 163 of file TelescopeSimData.h.
|
friend |
Definition at line 164 of file TelescopeSimData.h.
|
mutableprivate |
Definition at line 161 of file TelescopeSimData.h.
Referenced by ClearConfigSignature(), and GetConfigSignature().
|
private |
Definition at line 160 of file TelescopeSimData.h.
Referenced by ClearConfigSignature(), GetConfigSignature(), GetConfigSignatureStr(), and SetConfigSignatureStr().
|
private |
Definition at line 147 of file TelescopeSimData.h.
Referenced by GetDistanceTrace(), HasDistanceTrace(), and MakeDistanceTrace().
|
private |
Definition at line 150 of file TelescopeSimData.h.
Referenced by GetNumberOfFltPixels(), and SetNumberOfFltPixels().
|
private |
Definition at line 152 of file TelescopeSimData.h.
Referenced by GetNumberOfFltPixelsFromBackground(), and SetNumberOfFltPixelsFromBackground().
|
private |
Definition at line 151 of file TelescopeSimData.h.
Referenced by GetNumberOfFltPixelsFromShower(), and SetNumberOfFltPixelsFromShower().
|
private |
Definition at line 153 of file TelescopeSimData.h.
Referenced by GetNumberOfPixelsWithShowerPhotons(), and SetNumberOfPixelsWithShowerPhotons().
|
private |
Definition at line 154 of file TelescopeSimData.h.
Referenced by GetNumberOfReadOutPixels(), and SetNumberOfReadOutPixels().
|
private |
Definition at line 145 of file TelescopeSimData.h.
Referenced by GetNumberOfPhotonBins(), and SetNumberOfPhotonBins().
|
private |
Definition at line 158 of file TelescopeSimData.h.
Referenced by AddPhoton(), ClearPhotons(), GetNPhotons(), PhotonsBegin(), and PhotonsEnd().
|
private |
Definition at line 146 of file TelescopeSimData.h.
Referenced by GetPhotonTrace(), HasPhotonTrace(), MakePhotonTrace(), PhotonTracesBegin(), PhotonTracesEnd(), PhotonTracesSourceBegin(), and PhotonTracesSourceEnd().
|
private |
Definition at line 148 of file TelescopeSimData.h.
Referenced by ClearRayTracedPhotonTrace(), GetRayTracedPhotonTrace(), HasRayTracedPhotonTrace(), and MakeRayTracedPhotonTrace().
|
private |
Definition at line 156 of file TelescopeSimData.h.
Referenced by GetSltTimeShift(), and SetSltTimeShift().
|
private |
Definition at line 155 of file TelescopeSimData.h.
Referenced by GetSltTriggerTime(), and SetSltTriggerTime().
|
private |
Definition at line 144 of file TelescopeSimData.h.
Referenced by GetPhotonsStartTime(), and SetPhotonsStartTime().