List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Types | Protected Attributes | Private Member Functions | Static Private Member Functions | Private Attributes
TelescopeSimulatorKG2::TelescopeSimulator Class Reference

Simulates the FD telescope. More...

#include <TelescopeSimulator.h>

Inheritance diagram for TelescopeSimulatorKG2::TelescopeSimulator:
Inheritance graph
[legend]

Public Types

typedef std::list< std::pair
< utl::Photon, int > > 
PhotonList
 
typedef PhotonList::const_iterator PhotonListConstIterator
 
typedef PhotonList::iterator PhotonListIterator
 
enum  ResultFlag { eSuccess, eFailure, eBreakLoop, eContinueLoop }
 Flag returned by module methods to the RunController. More...
 
enum  VersionInfoType {
  eFilename = 1, eRevisionNumber = 2, eDate = 3, eTime = 4,
  eLastEditor = 5
}
 Different types of version info that can be retrieved from GetVersionInfo. More...
 

Public Member Functions

fwk::VModule::ResultFlag Finish ()
 Finish: invoked at end of the run (NOT end of the event) More...
 
utl::StopwatchGetStopwatch ()
 
const utl::StopwatchGetStopwatch () const
 
std::string GetVersionInfo (const VersionInfoType v) const
 Retrieve different sorts of module version info. More...
 
fwk::VModule::ResultFlag Init ()
 Initialize: invoked at beginning of run (NOT beginning of event) More...
 
void InitTiming ()
 
fwk::VModule::ResultFlag Run (evt::Event &event)
 Run: invoked once per event. More...
 
ResultFlag RunWithTiming (evt::Event &event)
 
void SetSpotPhotonList (PhotonList &phList)
 
void SetStoreLightComponentsAtPixels (const bool store)
 Sets whether pixel traces are stored for individual light components. More...
 
bool StoreLightComponentsAtPixels ()
 Returns whether pixel traces are stored for individual light components. More...
 
 TelescopeSimulator ()
 

Static Public Member Functions

static std::string GetResultFlagByName (const ResultFlag flag)
 

Protected Types

enum  InfoLevel { eInfoNone = 0, eInfoFinal = 1, eInfoIntermediate = 2, eInfoDebug = 3 }
 

Protected Attributes

int fInfoLevel = 0
 

Private Member Functions

 REGISTER_MODULE ("TelescopeSimulatorKG2", TelescopeSimulator)
 

Static Private Member Functions

static void TransformToLocalCameraCoordinates (const double laz, const double lze, double &caz, double &cze)
 

Private Attributes

bool fDraw
 
bool fDrawMercReflections
 
int fDrawNumberOfPhotons
 
bool fDrumMode
 
double fFilterDustAbsorptionOutside
 
double fFilterIncreaseReflectionInside
 
double fFilterIncreaseReflectionOutside
 
double fFilterPosition
 
double fFilterPositionHorizontal
 
double fFilterPositionVertical
 
double fFilterPositionVertical2
 
std::string fGeneralConfigSignature
 
double fLensIncreaseReflection
 
double fLensPosition
 
int fMaxMirrorReflections
 
double fMinLensThickness
 
double fMirrorAbsorptionBot
 
double fMirrorAbsorptionTop
 
utl::TabulatedFunctionfMirrorDiffusionBot
 
std::vector< double > fMirrorDiffusionBotAngles
 
std::vector< double > fMirrorDiffusionBotValues
 
utl::TabulatedFunctionfMirrorDiffusionTop
 
std::vector< double > fMirrorDiffusionTopAngles
 
std::vector< double > fMirrorDiffusionTopValues
 
double fMirrorRadiusSigma
 
double fMirrorSegmentSigma
 
double fMirrorSize
 
std::map< int, unsigned int > fN_1
 
std::map< int, unsigned int > fN_2
 
std::map< int, unsigned int > fN_3
 
std::map< int, unsigned int > fN_4
 
std::map< int, unsigned int > fN_5
 
std::map< int, unsigned int > fN_6
 
std::map< int, unsigned int > fNHit
 
double fPMT_n
 
utl::RandomEnginefRandomEngine
 
std::string fShadowDataOutName
 
bool fSimualteCameraSupportShadow
 
bool fSimulateCameraShadow
 
bool fSimulateFilterStructure
 
bool fSimulateGhostEffects
 
bool fSimulateHaloEffects
 
bool fSimulateMercedesStars
 
bool fStoreLightComponentsAtPixels
 
double fTorusRadius
 
double fTorusZ0
 
double fTubeRadius
 
int fVerbosityLevel
 

Detailed Description

Simulates the FD telescope.

Author
Ralf Ulrich
Date
Fri Apr 21 13:57:20 ART 2006

Definition at line 52 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Member Typedef Documentation

Definition at line 55 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Definition at line 57 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Definition at line 56 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Member Enumeration Documentation

enum fwk::VModule::InfoLevel
protectedinherited
Enumerator
eInfoNone 
eInfoFinal 
eInfoIntermediate 
eInfoDebug 

Definition at line 125 of file VModule.h.

enum fwk::VModule::ResultFlag
inherited

Flag returned by module methods to the RunController.

Enumerator
eSuccess 

Report success to RunController.

eFailure 

Report failure to RunController, causing RunController to terminate execution.

eBreakLoop 

Break current loop. It works for nested loops too!

eContinueLoop 

Skip remaining modules in the current loop and continue with next iteration of the loop.

Definition at line 60 of file VModule.h.

Different types of version info that can be retrieved from GetVersionInfo.

Enumerator
eFilename 
eRevisionNumber 
eDate 
eTime 
eLastEditor 

Definition at line 110 of file VModule.h.

Constructor & Destructor Documentation

TelescopeSimulator::TelescopeSimulator ( )

Definition at line 81 of file TelescopeSimulatorKG2/TelescopeSimulator.cc.

Member Function Documentation

VModule::ResultFlag TelescopeSimulator::Finish ( )
virtual

Finish: invoked at end of the run (NOT end of the event)

This method is for things that should be done at the end of the run (for example, closing files or writing out histograms) {You must override this method in your concrete module}

Implements fwk::VModule.

Definition at line 691 of file TelescopeSimulatorKG2/TelescopeSimulator.cc.

References fwk::VModule::eSuccess, fN_1, fN_2, fN_3, fN_4, fN_5, fN_6, fNHit, and INFO.

std::string fwk::VModule::GetResultFlagByName ( const ResultFlag  flag)
staticinherited
utl::Stopwatch& fwk::VModule::GetStopwatch ( )
inlineinherited

Definition at line 106 of file VModule.h.

References fwk::VModule::fStopwatch.

const utl::Stopwatch& fwk::VModule::GetStopwatch ( ) const
inlineinherited

Definition at line 107 of file VModule.h.

References fwk::VModule::fStopwatch.

std::string fwk::VModule::GetVersionInfo ( const VersionInfoType  v) const
inherited
VModule::ResultFlag TelescopeSimulator::Init ( )
virtual

Initialize: invoked at beginning of run (NOT beginning of event)

This method is for things that should be done once at the beginning of a run (for example, booking histograms, performing calculations that need to be done only once, initializing parameters) {You must override this method in your concrete module}

Implements fwk::VModule.

Definition at line 88 of file TelescopeSimulatorKG2/TelescopeSimulator.cc.

References utl::cm, utl::deg, fwk::VModule::eFailure, ERROR, fwk::VModule::eSuccess, fDraw, fDrawMercReflections, fDrawNumberOfPhotons, fDrumMode, fFilterDustAbsorptionOutside, fFilterIncreaseReflectionInside, fFilterIncreaseReflectionOutside, fFilterPosition, fFilterPositionHorizontal, fFilterPositionVertical, fFilterPositionVertical2, fGeneralConfigSignature, fLensIncreaseReflection, fLensPosition, fMaxMirrorReflections, fMinLensThickness, fMirrorAbsorptionBot, fMirrorAbsorptionTop, fMirrorDiffusionBot, fMirrorDiffusionBotAngles, fMirrorDiffusionBotValues, fMirrorDiffusionTop, fMirrorDiffusionTopAngles, fMirrorDiffusionTopValues, fMirrorRadiusSigma, fMirrorSegmentSigma, fMirrorSize, fPMT_n, fRandomEngine, fShadowDataOutName, fSimualteCameraSupportShadow, fSimulateCameraShadow, fSimulateFilterStructure, fSimulateGhostEffects, fSimulateHaloEffects, fSimulateMercedesStars, fStoreLightComponentsAtPixels, fTorusRadius, fTorusZ0, fTubeRadius, fVerbosityLevel, utl::Branch::GetChild(), utl::Branch::GetData(), utl::Branch::GetTopBranch(), fwk::VModule::GetVersionInfo(), INFO, and utl::mm.

void fwk::VModule::InitTiming ( )
inlineinherited

Definition at line 95 of file VModule.h.

References fwk::VModule::fStopwatch, and utl::Stopwatch::Reset().

TelescopeSimulatorKG2::TelescopeSimulator::REGISTER_MODULE ( "TelescopeSimulatorKG2"  ,
TelescopeSimulator   
)
private
VModule::ResultFlag TelescopeSimulator::Run ( evt::Event event)
virtual

Run: invoked once per event.

This method is for things that should be done once per event {You must override this method in your concrete module}

Implements fwk::VModule.

Definition at line 336 of file TelescopeSimulatorKG2/TelescopeSimulator.cc.

References TelescopeSimulatorKG2::eAbsorbed, fevt::ComponentSelector::eDeSelected, fwk::VModule::eFailure, fevt::ComponentSelector::eInDAQ, TelescopeSimulatorKG2::eOK, ERROR, fwk::VModule::eSuccess, TelescopeSimulatorKG2::eTerminate, fevt::FdConstants::eTotal, fevt::FEvent::EyesBegin(), fevt::FEvent::EyesEnd(), fDraw, fDrawMercReflections, fDrawNumberOfPhotons, fDrumMode, fFilterDustAbsorptionOutside, fFilterIncreaseReflectionInside, fFilterIncreaseReflectionOutside, fFilterPosition, fFilterPositionHorizontal, fFilterPositionVertical, fFilterPositionVertical2, fGeneralConfigSignature, fLensIncreaseReflection, fLensPosition, fMaxMirrorReflections, fMinLensThickness, fMirrorAbsorptionBot, fMirrorAbsorptionTop, fMirrorDiffusionBot, fMirrorDiffusionTop, fMirrorRadiusSigma, fMirrorSegmentSigma, fMirrorSize, fN_1, fN_2, fN_3, fN_4, fN_5, fN_6, fNHit, fPMT_n, fRandomEngine, fSimualteCameraSupportShadow, fSimulateCameraShadow, fSimulateFilterStructure, fSimulateGhostEffects, fSimulateHaloEffects, fSimulateMercedesStars, fStoreLightComponentsAtPixels, fTorusRadius, fTorusZ0, fTubeRadius, fVerbosityLevel, fdet::Telescope::GetCamera(), fdet::Telescope::GetConfigSignatureStr(), utl::RandomEngine::GetEngine(), fdet::Camera::GetFADCBinSize(), det::Detector::GetFDetector(), fdet::Telescope::GetFilter(), fevt::Eye::GetId(), utl::TimeInterval::GetInterval(), fdet::Telescope::GetLastRow(), fdet::Telescope::GetMeasuredRelativeEfficiency(), fdet::FDetector::GetModelMaxWavelength(), fdet::FDetector::GetModelMinWavelength(), fdet::Telescope::GetModelRelativeEfficiency(), fevt::TelescopeSimData::GetNPhotons(), fevt::TelescopeSimData::GetNumberOfPhotonBins(), fevt::PixelSimData::GetPhotonTrace(), fevt::PixelSimData::GetPhotonWeightSquareTrace(), fevt::Telescope::GetPixel(), fdet::Telescope::GetPixel(), fdet::Pixel::GetQEfficiency(), fdet::FDetector::GetReferenceLambda(), fevt::Pixel::GetSimData(), fevt::Telescope::GetSimData(), fdet::FDetector::GetTelescope(), utl::Photon::GetTime(), fdet::Filter::GetTransmittance(), utl::Photon::GetWeight(), evt::Event::HasFEvent(), fevt::PixelSimData::HasPhotonTrace(), fevt::PixelSimData::HasPhotonWeightSquareTrace(), fevt::Telescope::HasPixel(), fevt::Pixel::HasSimData(), evt::Event::HasSimShower(), INFO, fevt::PixelSimData::MakePhotonTrace(), fevt::PixelSimData::MakePhotonWeightSquareTrace(), fevt::Telescope::MakePixel(), fevt::Pixel::MakeSimData(), utl::nanometer, ns, fevt::TelescopeSimData::PhotonsBegin(), fevt::TelescopeSimData::PhotonsEnd(), TelescopeSimulatorKG2::RTResultName, fevt::TelescopeSimData::SetConfigSignatureStr(), utl::Sqr(), fevt::Eye::TelescopesBegin(), fevt::Eye::TelescopesEnd(), TelescopeSimulatorKG2::RayTracer::Trace(), WARNING, and utl::TabulatedFunction::Y().

ResultFlag fwk::VModule::RunWithTiming ( evt::Event event)
inlineinherited
void TelescopeSimulatorKG2::TelescopeSimulator::SetSpotPhotonList ( PhotonList phList)
void TelescopeSimulatorKG2::TelescopeSimulator::SetStoreLightComponentsAtPixels ( const bool  store)
inline

Sets whether pixel traces are stored for individual light components.

Definition at line 72 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

References fStoreLightComponentsAtPixels.

bool TelescopeSimulatorKG2::TelescopeSimulator::StoreLightComponentsAtPixels ( )
inline

Returns whether pixel traces are stored for individual light components.

Definition at line 68 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

References fStoreLightComponentsAtPixels.

static void TelescopeSimulatorKG2::TelescopeSimulator::TransformToLocalCameraCoordinates ( const double  laz,
const double  lze,
double &  caz,
double &  cze 
)
staticprivate

Member Data Documentation

bool TelescopeSimulatorKG2::TelescopeSimulator::fDraw
private

Definition at line 124 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

bool TelescopeSimulatorKG2::TelescopeSimulator::fDrawMercReflections
private

Definition at line 125 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

int TelescopeSimulatorKG2::TelescopeSimulator::fDrawNumberOfPhotons
private

Definition at line 126 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

bool TelescopeSimulatorKG2::TelescopeSimulator::fDrumMode
private

Definition at line 136 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

double TelescopeSimulatorKG2::TelescopeSimulator::fFilterDustAbsorptionOutside
private

Definition at line 109 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

double TelescopeSimulatorKG2::TelescopeSimulator::fFilterIncreaseReflectionInside
private

Definition at line 103 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

double TelescopeSimulatorKG2::TelescopeSimulator::fFilterIncreaseReflectionOutside
private

Definition at line 104 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

double TelescopeSimulatorKG2::TelescopeSimulator::fFilterPosition
private

Definition at line 105 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

double TelescopeSimulatorKG2::TelescopeSimulator::fFilterPositionHorizontal
private

Definition at line 108 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

double TelescopeSimulatorKG2::TelescopeSimulator::fFilterPositionVertical
private

Definition at line 106 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

double TelescopeSimulatorKG2::TelescopeSimulator::fFilterPositionVertical2
private

Definition at line 107 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

std::string TelescopeSimulatorKG2::TelescopeSimulator::fGeneralConfigSignature
private

Definition at line 137 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

int fwk::VModule::fInfoLevel = 0
protectedinherited
double TelescopeSimulatorKG2::TelescopeSimulator::fLensIncreaseReflection
private

Definition at line 112 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

double TelescopeSimulatorKG2::TelescopeSimulator::fLensPosition
private

Definition at line 113 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

int TelescopeSimulatorKG2::TelescopeSimulator::fMaxMirrorReflections
private

Definition at line 87 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

double TelescopeSimulatorKG2::TelescopeSimulator::fMinLensThickness
private

Definition at line 115 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

double TelescopeSimulatorKG2::TelescopeSimulator::fMirrorAbsorptionBot
private

Definition at line 94 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

double TelescopeSimulatorKG2::TelescopeSimulator::fMirrorAbsorptionTop
private

Definition at line 93 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

utl::TabulatedFunction* TelescopeSimulatorKG2::TelescopeSimulator::fMirrorDiffusionBot
private

Definition at line 100 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

std::vector<double> TelescopeSimulatorKG2::TelescopeSimulator::fMirrorDiffusionBotAngles
private

Definition at line 99 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init().

std::vector<double> TelescopeSimulatorKG2::TelescopeSimulator::fMirrorDiffusionBotValues
private

Definition at line 98 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init().

utl::TabulatedFunction* TelescopeSimulatorKG2::TelescopeSimulator::fMirrorDiffusionTop
private

Definition at line 97 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

std::vector<double> TelescopeSimulatorKG2::TelescopeSimulator::fMirrorDiffusionTopAngles
private

Definition at line 96 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init().

std::vector<double> TelescopeSimulatorKG2::TelescopeSimulator::fMirrorDiffusionTopValues
private

Definition at line 95 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init().

double TelescopeSimulatorKG2::TelescopeSimulator::fMirrorRadiusSigma
private

Definition at line 92 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

double TelescopeSimulatorKG2::TelescopeSimulator::fMirrorSegmentSigma
private

Definition at line 91 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

double TelescopeSimulatorKG2::TelescopeSimulator::fMirrorSize
private

Definition at line 90 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

std::map<int, unsigned int> TelescopeSimulatorKG2::TelescopeSimulator::fN_1
private

Definition at line 141 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Finish(), and Run().

std::map<int, unsigned int> TelescopeSimulatorKG2::TelescopeSimulator::fN_2
private

Definition at line 142 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Finish(), and Run().

std::map<int, unsigned int> TelescopeSimulatorKG2::TelescopeSimulator::fN_3
private

Definition at line 143 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Finish(), and Run().

std::map<int, unsigned int> TelescopeSimulatorKG2::TelescopeSimulator::fN_4
private

Definition at line 144 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Finish(), and Run().

std::map<int, unsigned int> TelescopeSimulatorKG2::TelescopeSimulator::fN_5
private

Definition at line 145 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Finish(), and Run().

std::map<int, unsigned int> TelescopeSimulatorKG2::TelescopeSimulator::fN_6
private

Definition at line 146 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Finish(), and Run().

std::map<int, unsigned int> TelescopeSimulatorKG2::TelescopeSimulator::fNHit
private

Definition at line 140 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Finish(), and Run().

double TelescopeSimulatorKG2::TelescopeSimulator::fPMT_n
private

Definition at line 121 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

utl::RandomEngine* TelescopeSimulatorKG2::TelescopeSimulator::fRandomEngine
private

Definition at line 133 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

std::string TelescopeSimulatorKG2::TelescopeSimulator::fShadowDataOutName
private

Definition at line 129 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init().

bool TelescopeSimulatorKG2::TelescopeSimulator::fSimualteCameraSupportShadow
private

Definition at line 80 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

bool TelescopeSimulatorKG2::TelescopeSimulator::fSimulateCameraShadow
private

Definition at line 79 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

bool TelescopeSimulatorKG2::TelescopeSimulator::fSimulateFilterStructure
private

Definition at line 82 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

bool TelescopeSimulatorKG2::TelescopeSimulator::fSimulateGhostEffects
private

Definition at line 84 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

bool TelescopeSimulatorKG2::TelescopeSimulator::fSimulateHaloEffects
private

Definition at line 83 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

bool TelescopeSimulatorKG2::TelescopeSimulator::fSimulateMercedesStars
private

Definition at line 81 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

bool TelescopeSimulatorKG2::TelescopeSimulator::fStoreLightComponentsAtPixels
private
double TelescopeSimulatorKG2::TelescopeSimulator::fTorusRadius
private

Definition at line 116 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

double TelescopeSimulatorKG2::TelescopeSimulator::fTorusZ0
private

Definition at line 118 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

double TelescopeSimulatorKG2::TelescopeSimulator::fTubeRadius
private

Definition at line 117 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().

int TelescopeSimulatorKG2::TelescopeSimulator::fVerbosityLevel
private

Definition at line 76 of file TelescopeSimulatorKG2/TelescopeSimulator.h.

Referenced by Init(), and Run().


The documentation for this class was generated from the following files:

, generated on Tue Sep 26 2023.