Description of a camera. More...
#include <Camera.h>
Public Member Functions | |
| int | GetADCDynamicRange () const |
| double | GetCenterColumn () const |
| central pixel column More... | |
| double | GetCenterRow () const |
| central pixel row More... | |
| unsigned int | GetChannelId (const unsigned int pixelId) const |
| unsigned int | GetChannelId (const fdet::Pixel &pixel) const |
| unsigned int | GetChannelId (const fevt::Pixel &pixel) const |
| double | GetCutoffFrequency () const |
| double | GetElectronicNoiseVariance () const |
| double | GetElectronicsGain () const |
| double | GetEta () const |
| Camera angular pixel spacing. More... | |
| unsigned int | GetEyeId () const |
| double | GetFADCBinSize () const |
| int | GetFADCTraceLength () const |
| double | GetFieldOfView () const |
| unsigned int | GetFirstColumn () const |
| unsigned int | GetFirstRow () const |
| int | GetFLTBoxcarSumLength () const |
| int | GetFLTProlongation () const |
| double | GetFLTTriggerRate () const |
| double | GetGainVariance () const |
| unsigned int | GetLastColumn () const |
| unsigned int | GetLastRow () const |
| double | GetMercedesBase () const |
| Base of the Mercedes. More... | |
| double | GetMercedesEfficiency () const |
| Average efficiency of the Mercedes. More... | |
| double | GetMercedesHeight () const |
| Height of the Mercedes. More... | |
| double | GetMercedesReflections () const |
| Average number of reflections from Mercedes. More... | |
| unsigned int | GetPixelId (const unsigned int channelId) const |
| unsigned int | GetPixelId (const fdet::Channel &channel) const |
| unsigned int | GetPixelId (const fevt::Channel &channel) const |
| double | GetRadiusFocal () const |
| Radius of focal surface of the camera. More... | |
| double | GetSigmaNormal () const |
| Variable to model the Mercedes surface imperfection. More... | |
| double | GetSLTBinSize () const |
| int | GetSLTTraceLength () const |
| int | GetSLTTriggerBin () const |
| unsigned int | GetTelescopeId () const |
| std::string | GetThresholdConfigSignature () const |
| double | GetVirtualChannelGainRatio () const |
| void | Update () |
Private Member Functions | |
| Camera (const unsigned int eyeId, const unsigned int telId, const std::string &physEyeIdString, const std::string &physTelIdString) | |
| Camera (const Camera &) | |
| template<typename T > | |
| void | GetCameraChannelData (T &requestedData, const std::string &property, const std::string &component, const std::string &errorMsg, const unsigned int channelId) const |
| template<typename T > | |
| const T & | GetCameraData (T *&requestedData, const std::string &property, const std::string &component, const std::string &errorMsg) const |
| template<typename T > | |
| void | GetCameraData (T &requestedData, const std::string &property, const std::string &component, const std::string &errorMsg) const |
| template<typename T > | |
| const T & | GetCameraDataDiaphragm (T *&requestedData, const std::string &property, const std::string &component, const std::string &errorMsg) const |
| template<typename T > | |
| void | GetCameraDataDiaphragm (T &requestedData, const std::string &property, const std::string &component, const std::string &errorMsg) const |
| template<typename T > | |
| void | GetCameraPixelData (T &requestedData, const std::string &property, const std::string &component, const std::string &errorMsg, const unsigned int pixelId) const |
| Camera & | operator= (const Camera &) |
| ~Camera () | |
Private Attributes | |
| int * | fADCDynamicRange |
| double * | fCenterColumn |
| double * | fCenterRow |
| double * | fCutoffFrequency |
| double * | fElecGain |
| double * | fElectNoiseVar |
| unsigned int | fEyeId |
| double * | fFADCBinSize |
| int * | fFADCTraceLenth |
| double * | fFieldOfView |
| int * | fFLTBoxCarmSumLength |
| int * | fFLTProlongation |
| double * | fFLTTriggerRate |
| double * | fGainVar |
| double * | fMercedesBase |
| double * | fMercedesEfficiency |
| double * | fMercedesHeight |
| double * | fMercedesReflections |
| int * | fNColumns |
| int * | fNRows |
| std::string | fPhysicalEyeIdString |
| std::string | fPhysicalTelescopeIdString |
| double * | fPixelEta |
| double * | fRadiusFocal |
| double * | fSigmaNormal |
| double * | fSLTBinSize |
| int * | fSLTTraceLenth |
| int * | fSLTTriggerBin |
| unsigned int | fTelescopeId |
| double * | fVirtualChannelGainRatio |
Friends | |
| class | Telescope |
Description of a camera.
Definition at line 36 of file Framework/FDetector/Camera.h.
|
private |
Definition at line 27 of file Framework/FDetector/Camera.cc.
|
private |
Definition at line 63 of file Framework/FDetector/Camera.cc.
References fADCDynamicRange, fCenterColumn, fCenterRow, fCutoffFrequency, fElecGain, fElectNoiseVar, fFADCBinSize, fFADCTraceLenth, fFieldOfView, fFLTBoxCarmSumLength, fFLTProlongation, fFLTTriggerRate, fGainVar, fMercedesBase, fMercedesEfficiency, fMercedesHeight, fMercedesReflections, fNColumns, fNRows, fPixelEta, fRadiusFocal, fSigmaNormal, fSLTBinSize, fSLTTraceLenth, fSLTTriggerBin, and fVirtualChannelGainRatio.
|
private |
| int Camera::GetADCDynamicRange | ( | ) | const |
Definition at line 262 of file Framework/FDetector/Camera.cc.
References fADCDynamicRange, and GetCameraData().
Referenced by FdElectronicsSimulatorOG::FdElectronicsSimulator::ElecSim(), FdCalibratorOG::FdCalibrator::FillCalibratedPixels(), FdCalibratorOG::FdCalibrator::FillChannelRecData(), FdCalibratorOG::FdCalibrator::RecoverSaturatedTrace(), and VirtualChannelCalibratorKG::VirtualChannelCalibrator::Run().
|
inlineprivate |
Definition at line 493 of file Framework/FDetector/Camera.cc.
References ERROR, fPhysicalEyeIdString, fPhysicalTelescopeIdString, and det::VManager::GetData().
Referenced by GetPixelId().
|
inlineprivate |
Definition at line 400 of file Framework/FDetector/Camera.cc.
Referenced by GetADCDynamicRange(), GetCenterColumn(), GetCenterRow(), GetCutoffFrequency(), GetElectronicNoiseVariance(), GetElectronicsGain(), GetEta(), GetFADCBinSize(), GetFADCTraceLength(), GetFieldOfView(), GetFLTBoxcarSumLength(), GetFLTProlongation(), GetFLTTriggerRate(), GetGainVariance(), GetLastColumn(), GetLastRow(), GetMercedesBase(), GetMercedesEfficiency(), GetMercedesHeight(), GetRadiusFocal(), GetSigmaNormal(), GetSLTBinSize(), GetSLTTriggerBin(), and GetVirtualChannelGainRatio().
|
inlineprivate |
Definition at line 417 of file Framework/FDetector/Camera.cc.
References ERROR, fPhysicalEyeIdString, fPhysicalTelescopeIdString, and det::VManager::GetData().
|
inlineprivate |
Definition at line 444 of file Framework/FDetector/Camera.cc.
Referenced by GetMercedesReflections().
|
inlineprivate |
Definition at line 461 of file Framework/FDetector/Camera.cc.
References ERROR, fEyeId, fPhysicalEyeIdString, fPhysicalTelescopeIdString, fTelescopeId, det::VManager::GetData(), fdet::FDetector::GetEye(), fdet::Eye::GetTelescope(), and fdet::Telescope::HasCorrectorRing().
|
inlineprivate |
Definition at line 523 of file Framework/FDetector/Camera.cc.
References ERROR, fPhysicalEyeIdString, fPhysicalTelescopeIdString, and det::VManager::GetData().
Referenced by GetChannelId().
| double Camera::GetCenterColumn | ( | ) | const |
central pixel column
Definition at line 170 of file Framework/FDetector/Camera.cc.
References fCenterColumn, and GetCameraData().
| double Camera::GetCenterRow | ( | ) | const |
central pixel row
Definition at line 163 of file Framework/FDetector/Camera.cc.
References fCenterRow, and GetCameraData().
| unsigned int Camera::GetChannelId | ( | const unsigned int | pixelId | ) | const |
Definition at line 285 of file Framework/FDetector/Camera.cc.
References GetCameraPixelData().
Referenced by fdet::Pixel::GetChannelId().
| unsigned int Camera::GetChannelId | ( | const fdet::Pixel & | pixel | ) | const |
Definition at line 296 of file Framework/FDetector/Camera.cc.
References GetCameraPixelData(), and fdet::Pixel::GetId().
| unsigned int Camera::GetChannelId | ( | const fevt::Pixel & | pixel | ) | const |
Definition at line 307 of file Framework/FDetector/Camera.cc.
References GetCameraPixelData(), and fevt::Pixel::GetId().
| double Camera::GetCutoffFrequency | ( | ) | const |
Definition at line 250 of file Framework/FDetector/Camera.cc.
References fCutoffFrequency, and GetCameraData().
Referenced by FdBackgroundSimulatorOG::FdBackgroundSimulator::AddBackgroundFromVariance(), FdElectronicsSimulatorOG::FdElectronicsSimulator::ElecSim(), FdPulseFinderOG::FdPulseFinder::FindBestSignalOverNoise(), ThresholdCalculatorKG::ThresholdCalculator::Finish(), GetThresholdConfigSignature(), FdEnergyDepositFinderKG::ProfileFitter::PrepareTimeConvolution(), and FdElectronicsSimulatorOG::FdElectronicsSimulator::PrepareTimeConvolution().
| double Camera::GetElectronicNoiseVariance | ( | ) | const |
Definition at line 258 of file Framework/FDetector/Camera.cc.
References fElectNoiseVar, and GetCameraData().
Referenced by ThresholdCalculatorKG::ThresholdCalculator::Finish(), GetThresholdConfigSignature(), and ThresholdCalculatorKG::ThresholdCalculator::Init().
| double Camera::GetElectronicsGain | ( | ) | const |
Definition at line 267 of file Framework/FDetector/Camera.cc.
References fElecGain, and GetCameraData().
Referenced by ThresholdCalculatorKG::ThresholdCalculator::Finish(), fdet::Pixel::GetDiaPhoton2PEFactor(), fdet::Channel::GetElectronicsGain(), GetThresholdConfigSignature(), and ThresholdCalculatorKG::ThresholdCalculator::Init().
| double Camera::GetEta | ( | ) | const |
Camera angular pixel spacing.
Definition at line 156 of file Framework/FDetector/Camera.cc.
References fPixelEta, and GetCameraData().
Referenced by TelescopeSimulatorKG::Camera::FindPixelId(), TelescopeSimulatorKG2::Camera::FindPixelId(), fevt::Telescope::GenerateMirrorEventBorderPixels(), and fdet::Telescope::GetConfigSignatureStr().
|
inline |
Definition at line 39 of file Framework/FDetector/Camera.h.
References fEyeId.
| double Camera::GetFADCBinSize | ( | ) | const |
Definition at line 221 of file Framework/FDetector/Camera.cc.
References fFADCBinSize, and GetCameraData().
Referenced by FdBackgroundSimulatorOG::FdBackgroundSimulator::AddBackground(), FdBackgroundSimulatorOG::FdBackgroundSimulator::AddBackgroundFromVariance(), FdProfileConstrainedGeometryFit::ApertureLight::CalculateShowerGeometryData(), FdProfileConstrainedGeometryFitPG::ApertureLight::CalculateShowerGeometryData(), FdApertureLightFinderKG::FdApertureLightFinder::CalculateShowerGeometryData(), SpotPhotonGeneratorOG::SpotPhotonGenerator::DoSpot(), FdElectronicsSimulatorOG::FdElectronicsSimulator::ElecSim(), FdCalibratorOG::FdCalibrator::FillCalibratedPixels(), FdCalibratorOG::FdCalibrator::FillChannelRecData(), TelescopeSimulatorLX::TelescopeSimulator::FillTraces(), FdPulseFinderOG::FdPulseFinder::FindAdditionalPulse(), FdPulseFinderOG::FdPulseFinder::FindBestSignalOverNoise(), ThresholdCalculatorKG::ThresholdCalculator::Finish(), DrumPhotonGeneratorOG::DrumPhotonGenerator::GenerateDrumPhotons(), FdLaserEnergyReconstructorKG::FdLaserEnergyReconstructor::GetTelescopeData(), FdElectronicsSimulatorOG::FdElectronicsSimulator::InitCamera(), FdTriggerSimulatorOG::FdTriggerSimulator::MakeMirrorEvent(), FdEnergyDepositFinderKG::ProfileFitter::PrepareTimeConvolution(), FdElectronicsSimulatorOG::FdElectronicsSimulator::PrepareTimeConvolution(), FdPulseFinderOG::FdPulseFinder::Run(), FieldOfViewCalculatorKG::FieldOfViewCalculator::Run(), TelescopeSimulatorKG::TelescopeSimulator::Run(), TelescopeSimulatorKG2::TelescopeSimulator::Run(), ShowerPhotonGeneratorOG::ShowerPhotonGenerator::Run(), and FdTriggerSimulatorOG::FdTriggerSimulator::ShiftEventToSLT().
| int Camera::GetFADCTraceLength | ( | ) | const |
Definition at line 213 of file Framework/FDetector/Camera.cc.
References fFADCTraceLenth, and GetCameraData().
Referenced by FdProfileConstrainedGeometryFit::ApertureLight::CalculateShowerGeometryData(), FdProfileConstrainedGeometryFitPG::ApertureLight::CalculateShowerGeometryData(), FdApertureLightFinderKG::FdApertureLightFinder::CalculateShowerGeometryData(), FdElectronicsSimulatorOG::FdElectronicsSimulator::ElecSim(), FdCalibratorOG::FdCalibrator::FillCalibratedPixels(), FdCalibratorOG::FdCalibrator::FillChannelRecData(), FdPulseFinderOG::FdPulseFinder::FindAdditionalPulse(), ThresholdCalculatorKG::ThresholdCalculator::Finish(), FdLaserEnergyReconstructorKG::FdLaserEnergyReconstructor::GetTelescopeData(), FdTriggerSimulatorOG::FdTriggerSimulator::MakeMirrorEvent(), FdTriggerSimulatorOG::FdTriggerSimulator::ShiftEventToSLT(), and FdTriggerSimulatorOG::FdTriggerSimulator::SLTSim().
| double Camera::GetFieldOfView | ( | ) | const |
Definition at line 146 of file Framework/FDetector/Camera.cc.
References fFieldOfView, and GetCameraData().
Referenced by FdSimEventCheckerOG::FdSimEventChecker::CalculateMinViewingAngle(), LightAtDiaphragmSimulatorKG::LightAtDiaphragmSimulator::EvaluateDirectCherenkovHits(), and FieldOfViewCalculatorKG::FieldOfViewCalculator::Run().
|
inline |
Definition at line 89 of file Framework/FDetector/Camera.h.
Referenced by fdet::Telescope::GetConfigSignatureStr().
|
inline |
Definition at line 88 of file Framework/FDetector/Camera.h.
Referenced by fdet::Telescope::GetConfigSignatureStr().
| int Camera::GetFLTBoxcarSumLength | ( | ) | const |
Definition at line 229 of file Framework/FDetector/Camera.cc.
References fFLTBoxCarmSumLength, and GetCameraData().
Referenced by FdPulseFinderOG::FdPulseFinder::FindPulse(), GetThresholdConfigSignature(), ThresholdCalculatorKG::ThresholdCalculator::Init(), and FdElectronicsSimulatorOG::FdElectronicsSimulator::InitCamera().
| int Camera::GetFLTProlongation | ( | ) | const |
Definition at line 243 of file Framework/FDetector/Camera.cc.
References fFLTProlongation, and GetCameraData().
| double Camera::GetFLTTriggerRate | ( | ) | const |
Definition at line 236 of file Framework/FDetector/Camera.cc.
References fFLTTriggerRate, and GetCameraData().
Referenced by ThresholdCalculatorKG::ThresholdCalculator::Finish(), and GetThresholdConfigSignature().
| double Camera::GetGainVariance | ( | ) | const |
Definition at line 254 of file Framework/FDetector/Camera.cc.
References fGainVar, and GetCameraData().
Referenced by FdPulseFinderOG::FdPulseFinder::FindBestSignalOverNoise(), FdApertureLightFinderOG::FdApertureLightFinder::FindLightFlux(), FdApertureLightFinderOG::FdApertureLightFinder::FindZeta(), FdProfileConstrainedGeometryFitPG::ApertureLight::FindZeta(), FdProfileConstrainedGeometryFit::ApertureLight::FindZeta(), FdApertureLightFinderKG::FdApertureLightFinder::FindZeta(), ThresholdCalculatorKG::ThresholdCalculator::Finish(), otoa::LongitudinalXmaxScanner::GetTelescopeProperties(), GetThresholdConfigSignature(), and FdEnergyDepositFinderKG::CFMatrixCalculator::SetTelescopeParameters().
| unsigned int Camera::GetLastColumn | ( | ) | const |
Definition at line 362 of file Framework/FDetector/Camera.cc.
References fNColumns, and GetCameraData().
Referenced by fdet::Telescope::GetConfigSignatureStr(), and fdet::Telescope::GetLastPixelId().
| unsigned int Camera::GetLastRow | ( | ) | const |
Definition at line 352 of file Framework/FDetector/Camera.cc.
References fNRows, and GetCameraData().
Referenced by fdet::Telescope::GetConfigSignatureStr(), and fdet::Telescope::GetLastPixelId().
| double Camera::GetMercedesBase | ( | ) | const |
Base of the Mercedes.
Definition at line 99 of file Framework/FDetector/Camera.cc.
References fMercedesBase, and GetCameraData().
Referenced by TelescopeSimulatorKG2::Camera::Camera(), TelescopeSimulatorKG::Camera::Camera(), fdet::Telescope::GetConfigSignatureStr(), and TelescopeSimulatorLX::FDsimG4DetectorConstruction::Init().
| double Camera::GetMercedesEfficiency | ( | ) | const |
Average efficiency of the Mercedes.
Definition at line 131 of file Framework/FDetector/Camera.cc.
References fMercedesEfficiency, and GetCameraData().
Referenced by TelescopeSimulatorKG::Camera::Camera(), fdet::Telescope::GetConfigSignatureStr(), and TelescopeSimulatorLX::FDsimG4DetectorConstruction::Init().
| double Camera::GetMercedesHeight | ( | ) | const |
Height of the Mercedes.
Definition at line 107 of file Framework/FDetector/Camera.cc.
References fMercedesHeight, and GetCameraData().
Referenced by TelescopeSimulatorKG2::Camera::Camera(), TelescopeSimulatorKG::Camera::Camera(), fdet::Telescope::GetConfigSignatureStr(), fdet::Pixel::GetPixelCoordinateSystem(), and TelescopeSimulatorLX::FDsimG4DetectorConstruction::Init().
| double Camera::GetMercedesReflections | ( | ) | const |
Average number of reflections from Mercedes.
Definition at line 138 of file Framework/FDetector/Camera.cc.
References fMercedesReflections, and GetCameraDataDiaphragm().
| unsigned int Camera::GetPixelId | ( | const unsigned int | channelId | ) | const |
Definition at line 318 of file Framework/FDetector/Camera.cc.
References GetCameraChannelData().
| unsigned int Camera::GetPixelId | ( | const fdet::Channel & | channel | ) | const |
Definition at line 329 of file Framework/FDetector/Camera.cc.
References GetCameraChannelData(), and fdet::Channel::GetId().
| unsigned int Camera::GetPixelId | ( | const fevt::Channel & | channel | ) | const |
Definition at line 340 of file Framework/FDetector/Camera.cc.
References GetCameraChannelData(), and fevt::Channel::GetId().
| double Camera::GetRadiusFocal | ( | ) | const |
Radius of focal surface of the camera.
Definition at line 115 of file Framework/FDetector/Camera.cc.
References fRadiusFocal, and GetCameraData().
Referenced by TelescopeSimulatorKG::Camera::Camera(), fdet::Telescope::GetConfigSignatureStr(), fdet::Pixel::GetPixelCoordinateSystem(), and TelescopeSimulatorLX::FDsimG4DetectorConstruction::Init().
| double Camera::GetSigmaNormal | ( | ) | const |
Variable to model the Mercedes surface imperfection.
Definition at line 123 of file Framework/FDetector/Camera.cc.
References fSigmaNormal, and GetCameraData().
Referenced by TelescopeSimulatorKG::Camera::Camera().
| double Camera::GetSLTBinSize | ( | ) | const |
Definition at line 205 of file Framework/FDetector/Camera.cc.
References fSLTBinSize, and GetCameraData().
| int Camera::GetSLTTraceLength | ( | ) | const |
Definition at line 188 of file Framework/FDetector/Camera.cc.
Referenced by FdCalibratorOG::FdCalibrator::FillTriggerData(), and FdTriggerSimulatorOG::FdTriggerSimulator::MakeMirrorEvent().
| int Camera::GetSLTTriggerBin | ( | ) | const |
Definition at line 180 of file Framework/FDetector/Camera.cc.
References fSLTTriggerBin, and GetCameraData().
Referenced by FdElectronicsSimulatorOG::FdElectronicsSimulator::ElecSim(), otoa::FD2ADST::FillRecPixel(), FdTriggerSimulatorOG::FdTriggerSimulator::MakeMirrorEvent(), and FdTriggerSimulatorOG::FdTriggerSimulator::ShiftEventToSLT().
|
inline |
Definition at line 40 of file Framework/FDetector/Camera.h.
References fTelescopeId.
| std::string Camera::GetThresholdConfigSignature | ( | ) | const |
Definition at line 372 of file Framework/FDetector/Camera.cc.
References fEyeId, fTelescopeId, GetCutoffFrequency(), GetElectronicNoiseVariance(), GetElectronicsGain(), GetFLTBoxcarSumLength(), GetFLTTriggerRate(), and GetGainVariance().
Referenced by FdElectronicsSimulatorOG::FdElectronicsSimulator::InitCamera().
| double Camera::GetVirtualChannelGainRatio | ( | ) | const |
Definition at line 274 of file Framework/FDetector/Camera.cc.
References fVirtualChannelGainRatio, and GetCameraData().
Referenced by fdet::Channel::GetElectronicsGain().
| void Camera::Update | ( | ) |
Definition at line 94 of file Framework/FDetector/Camera.cc.
|
friend |
Definition at line 189 of file Framework/FDetector/Camera.h.
|
mutableprivate |
Definition at line 182 of file Framework/FDetector/Camera.h.
Referenced by GetADCDynamicRange(), and ~Camera().
|
mutableprivate |
Definition at line 168 of file Framework/FDetector/Camera.h.
Referenced by GetCenterColumn(), and ~Camera().
|
mutableprivate |
Definition at line 167 of file Framework/FDetector/Camera.h.
Referenced by GetCenterRow(), and ~Camera().
|
mutableprivate |
Definition at line 179 of file Framework/FDetector/Camera.h.
Referenced by GetCutoffFrequency(), and ~Camera().
|
mutableprivate |
Definition at line 183 of file Framework/FDetector/Camera.h.
Referenced by GetElectronicsGain(), and ~Camera().
|
mutableprivate |
Definition at line 181 of file Framework/FDetector/Camera.h.
Referenced by GetElectronicNoiseVariance(), and ~Camera().
|
private |
Definition at line 96 of file Framework/FDetector/Camera.h.
Referenced by GetCameraDataDiaphragm(), GetEyeId(), and GetThresholdConfigSignature().
|
mutableprivate |
Definition at line 175 of file Framework/FDetector/Camera.h.
Referenced by GetFADCBinSize(), and ~Camera().
|
mutableprivate |
Definition at line 174 of file Framework/FDetector/Camera.h.
Referenced by GetFADCTraceLength(), and ~Camera().
|
mutableprivate |
Definition at line 169 of file Framework/FDetector/Camera.h.
Referenced by GetFieldOfView(), and ~Camera().
|
mutableprivate |
Definition at line 176 of file Framework/FDetector/Camera.h.
Referenced by GetFLTBoxcarSumLength(), and ~Camera().
|
mutableprivate |
Definition at line 177 of file Framework/FDetector/Camera.h.
Referenced by GetFLTProlongation(), and ~Camera().
|
mutableprivate |
Definition at line 178 of file Framework/FDetector/Camera.h.
Referenced by GetFLTTriggerRate(), and ~Camera().
|
mutableprivate |
Definition at line 180 of file Framework/FDetector/Camera.h.
Referenced by GetGainVariance(), and ~Camera().
|
mutableprivate |
Definition at line 161 of file Framework/FDetector/Camera.h.
Referenced by GetMercedesBase(), and ~Camera().
|
mutableprivate |
Definition at line 164 of file Framework/FDetector/Camera.h.
Referenced by GetMercedesEfficiency(), and ~Camera().
|
mutableprivate |
Definition at line 162 of file Framework/FDetector/Camera.h.
Referenced by GetMercedesHeight(), and ~Camera().
|
mutableprivate |
Definition at line 165 of file Framework/FDetector/Camera.h.
Referenced by GetMercedesReflections(), and ~Camera().
|
mutableprivate |
Definition at line 187 of file Framework/FDetector/Camera.h.
Referenced by GetLastColumn(), and ~Camera().
|
mutableprivate |
Definition at line 186 of file Framework/FDetector/Camera.h.
Referenced by GetLastRow(), and ~Camera().
|
private |
Definition at line 98 of file Framework/FDetector/Camera.h.
Referenced by GetCameraChannelData(), GetCameraData(), GetCameraDataDiaphragm(), and GetCameraPixelData().
|
private |
Definition at line 99 of file Framework/FDetector/Camera.h.
Referenced by GetCameraChannelData(), GetCameraData(), GetCameraDataDiaphragm(), and GetCameraPixelData().
|
mutableprivate |
Definition at line 166 of file Framework/FDetector/Camera.h.
|
mutableprivate |
Definition at line 160 of file Framework/FDetector/Camera.h.
Referenced by GetRadiusFocal(), and ~Camera().
|
mutableprivate |
Definition at line 163 of file Framework/FDetector/Camera.h.
Referenced by GetSigmaNormal(), and ~Camera().
|
mutableprivate |
Definition at line 173 of file Framework/FDetector/Camera.h.
Referenced by GetSLTBinSize(), and ~Camera().
|
mutableprivate |
Definition at line 172 of file Framework/FDetector/Camera.h.
Referenced by ~Camera().
|
mutableprivate |
Definition at line 171 of file Framework/FDetector/Camera.h.
Referenced by GetSLTTriggerBin(), and ~Camera().
|
private |
Definition at line 97 of file Framework/FDetector/Camera.h.
Referenced by GetCameraDataDiaphragm(), GetTelescopeId(), and GetThresholdConfigSignature().
|
mutableprivate |
Definition at line 184 of file Framework/FDetector/Camera.h.
Referenced by GetVirtualChannelGainRatio(), and ~Camera().