Eye-specific shower reconstruction data. More...
#include <EyeRecData.h>
Public Types | |
typedef std::vector < CoordinateData > ::const_iterator | ConstCoordinateIterator |
typedef utl::MultiTabulatedFunctionErrors::ConstIterator | ConstMultiLightFluxIterator |
typedef boost::indirect_iterator < ConstInternalPixelIterator, const Pixel & > | ConstPixelIterator |
Const iterator over pixels used in reconstruction. More... | |
typedef std::vector < CoordinateData >::iterator | CoordinateIterator |
typedef utl::MultiTabulatedFunctionErrors::Iterator | MultiLightFluxIterator |
An iterator over the components of the Light Flux. More... | |
typedef boost::indirect_iterator < InternalPixelIterator, fevt::Pixel & > | PixelIterator |
Iterator over pixels used in reconstruction. More... | |
Public Member Functions | |
void | AddCoordinate (const fevt::CoordinateData &coor) |
add a point to the list of coordinates More... | |
void | AddPulsedPixel (fevt::Pixel &pixel) |
add a pixel to the list of pulsed pixels More... | |
void | AddSDPPixel (fevt::Pixel &pixel) |
add a pixel to the list of SDP pixels More... | |
void | AddTimeFitPixel (fevt::Pixel &pixel) |
add a pixel to the list of Time Fit pixels More... | |
void | ClearCoordinates () |
ConstCoordinateIterator | CoordinatesBegin () const |
CoordinateIterator | CoordinatesBegin () |
ConstCoordinateIterator | CoordinatesEnd () const |
CoordinateIterator | CoordinatesEnd () |
double | GetAxisFitChiSquare () const |
unsigned int | GetAxisFitNDof () const |
double | GetChi0TZeroCorrelation () const |
double | GetChiZero () const |
double | GetChiZeroError () const |
double | GetEastPhiCorrelation () const |
double | GetEastTCoreCorrelation () const |
double | GetEastThetaCorrelation () const |
unsigned int | GetEyeId () const |
evt::ShowerFRecData & | GetFRecShower () |
Reconstructed shower info for this eye. More... | |
const evt::ShowerFRecData & | GetFRecShower () const |
utl::TabulatedFunctionErrors & | GetLightFlux (const FdConstants::LightSource source=fevt::FdConstants::eTotal) |
Light flux at diaphragm, photons/m^2 versus time in ns. More... | |
const utl::TabulatedFunctionErrors & | GetLightFlux (const FdConstants::LightSource source=fevt::FdConstants::eTotal) const |
unsigned int | GetNCoordinates () const |
double | GetNorthEastCorrelation () const |
double | GetNorthPhiCorrelation () const |
double | GetNorthTCoreCorrelation () const |
double | GetNorthThetaCorrelation () const |
unsigned int | GetNPulsedPixels () const |
Get number of pulsed pixels. More... | |
unsigned int | GetNSDPPixels () const |
Get number of SDP pixels. More... | |
unsigned int | GetNTimeFitPixels () const |
Get number of Time Fit pixels. More... | |
const std::vector< PCGFData > & | GetPCGF () const |
double | GetPhiTCoreCorrelation () const |
utl::TimeStamp | GetPhotonsStartTime () const |
Start Time of the photons trace. More... | |
double | GetRp () const |
double | GetRpChi0Correlation () const |
double | GetRpError () const |
double | GetRpTZeroCorrelation () const |
const utl::AxialVector & | GetSDP () const |
double | GetSDPCorrThetaPhi () const |
double | GetSDPFitChiSquare () const |
unsigned int | GetSDPFitNDof () const |
double | GetSDPPhiError () const |
double | GetSDPThetaError () const |
double | GetThetaPhiCorrelation () const |
double | GetThetaTCoreCorrelation () const |
double | GetTimeFitChiSquare () const |
unsigned int | GetTimeFitNDof () const |
double | GetTZero () const |
double | GetTZeroError () const |
double | GetZeta () const |
bool | HasFRecShower () const |
Check if reconstructed shower info has been allocated. More... | |
bool | HasLightFlux (const FdConstants::LightSource source=FdConstants::eTotal) const |
Check that light profile for source /par source is present. More... | |
MultiLightFluxIterator | LightFluxesBegin () |
Begin of the Light flux, returns a LabeledTabulatedFunctionErrors. More... | |
ConstMultiLightFluxIterator | LightFluxesBegin () const |
MultiLightFluxIterator | LightFluxesEnd () |
End of the Light flux, returns a LabeledTabulatedFunctionErrors. More... | |
ConstMultiLightFluxIterator | LightFluxesEnd () const |
void | MakeFRecShower () |
Allocate reconstructed shower info. More... | |
void | MakeLightFlux (const FdConstants::LightSource source=FdConstants::eTotal) |
PixelIterator | PulsedPixelsBegin () |
ConstPixelIterator | PulsedPixelsBegin () const |
PixelIterator | PulsedPixelsEnd () |
ConstPixelIterator | PulsedPixelsEnd () const |
CoordinateIterator | RemoveCoordinate (CoordinateIterator it) |
remove a point to the list of coordinates More... | |
PixelIterator | RemovePulsedPixel (PixelIterator it) |
remove a pixel from the list of pulsed pixels More... | |
PixelIterator | RemoveSDPPixel (PixelIterator it) |
Remove a pixel from the list of SDP pixels. More... | |
PixelIterator | RemoveTimeFitPixel (PixelIterator it) |
Remove a pixel from the list of Time Fit pixels. More... | |
PixelIterator | SDPPixelsBegin () |
ConstPixelIterator | SDPPixelsBegin () const |
PixelIterator | SDPPixelsEnd () |
ConstPixelIterator | SDPPixelsEnd () const |
void | SetAxisFitChiSquare (const double globalChi2, const unsigned int ndof) |
void | SetAxisFitCorrelations (const double northEast, const double northTheta, const double northPhi, const double northTCore, const double eastTheta, const double eastPhi, const double eastTCore, const double thetaPhi, const double thetaTCore, const double phiTCore) |
void | SetChiZero (const double chiZero, const double error) |
void | SetEyeId (const unsigned int id) |
void | SetPCGF (const std::vector< PCGFData > &pcgf) |
void | SetPhotonsStartTime (const utl::TimeStamp &ts) |
void | SetRp (const double rp, const double error) |
void | SetSDP (const utl::AxialVector &vec) |
void | SetSDPCorrThetaPhi (double sdpCorrThetaPhi) |
void | SetSDPFitChiSquare (const double sdpChi2, const unsigned int ndof) |
void | SetSDPPhiError (const double sdpPhiError) |
void | SetSDPThetaError (const double sdpThetaError) |
void | SetTimeFitChiSquare (const double tfitChi2, const unsigned int ndof) |
void | SetTimeFitCorrelations (const double rRpT0, const double rRpChi0, const double rChi0T0) |
void | SetTZero (const double tzero, const double error) |
void | SetZeta (const double zeta) |
PixelIterator | TimeFitPixelsBegin () |
ConstPixelIterator | TimeFitPixelsBegin () const |
PixelIterator | TimeFitPixelsEnd () |
ConstPixelIterator | TimeFitPixelsEnd () const |
Private Types | |
typedef InternalPixelContainer::const_iterator | ConstInternalPixelIterator |
typedef std::vector < fevt::Pixel * > | InternalPixelContainer |
typedef InternalPixelContainer::iterator | InternalPixelIterator |
Private Member Functions | |
EyeRecData (const unsigned int eyeId) | |
~EyeRecData () | |
Friends | |
class | Eye |
class | utl::ShadowPtr< EyeRecData > |
Eye-specific shower reconstruction data.
Definition at line 65 of file EyeRecData.h.
typedef std::vector<CoordinateData>::const_iterator fevt::EyeRecData::ConstCoordinateIterator |
Definition at line 187 of file EyeRecData.h.
|
private |
Definition at line 70 of file EyeRecData.h.
typedef utl::MultiTabulatedFunctionErrors::ConstIterator fevt::EyeRecData::ConstMultiLightFluxIterator |
Definition at line 302 of file EyeRecData.h.
typedef boost::indirect_iterator<ConstInternalPixelIterator, const Pixel&> fevt::EyeRecData::ConstPixelIterator |
Const iterator over pixels used in reconstruction.
Definition at line 117 of file EyeRecData.h.
typedef std::vector<CoordinateData>::iterator fevt::EyeRecData::CoordinateIterator |
Definition at line 186 of file EyeRecData.h.
|
private |
Definition at line 68 of file EyeRecData.h.
|
private |
Definition at line 69 of file EyeRecData.h.
An iterator over the components of the Light Flux.
Definition at line 301 of file EyeRecData.h.
typedef boost::indirect_iterator<InternalPixelIterator, fevt::Pixel&> fevt::EyeRecData::PixelIterator |
Iterator over pixels used in reconstruction.
Definition at line 113 of file EyeRecData.h.
|
private |
Definition at line 13 of file EyeRecData.cc.
|
private |
Definition at line 50 of file EyeRecData.cc.
|
inline |
add a point to the list of coordinates
Definition at line 202 of file EyeRecData.h.
References fCoordinateData.
|
inline |
add a pixel to the list of pulsed pixels
Definition at line 129 of file EyeRecData.h.
References fPulsedPixels.
Referenced by FdPulseFinderOG::FdPulseFinder::Run().
|
inline |
add a pixel to the list of SDP pixels
Definition at line 149 of file EyeRecData.h.
References fSDPPixels.
Referenced by FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), FdSDPFinderOG::FdSDPFinder::ReadmitPixel(), UseMcGeometryOG::UseMcGeometry::SetSDP(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
add a pixel to the list of Time Fit pixels
Definition at line 177 of file EyeRecData.h.
References fTimeFitPixels.
Referenced by FdAxisFinderOG::FdAxisFinder::FillPoints(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), FdAxisFinderOG::FdAxisFinder::ReadmitPixel(), HybridGeometryFinderOG::HybridGeometryFinder::ReadmitPixel(), HybridGeometryFinderWG::HybridGeometryFinder::ReadmitPixel(), HybridGeometryFinderWG::HybridGeometryFinder::SelectPixels(), and UseMcGeometryOG::UseMcGeometry::SetTimeFit().
|
inline |
Definition at line 212 of file EyeRecData.h.
References fCoordinateData.
|
inline |
Definition at line 189 of file EyeRecData.h.
References fCoordinateData.
|
inline |
Definition at line 195 of file EyeRecData.h.
References fCoordinateData.
|
inline |
Definition at line 192 of file EyeRecData.h.
References fCoordinateData.
|
inline |
Definition at line 198 of file EyeRecData.h.
References fCoordinateData.
|
inline |
Definition at line 108 of file EyeRecData.h.
References fAxisFitChiSquare.
Referenced by otoa::FD2ADST::FillTimeFit().
|
inline |
Definition at line 109 of file EyeRecData.h.
References fAxisFitNDof.
Referenced by otoa::FD2ADST::FillTimeFit().
|
inline |
Definition at line 88 of file EyeRecData.h.
References fChi0TZeroCorrelation.
Referenced by otoa::FD2ADST::FillTimeFit(), FdProfileReconstructorKG::FdProfileReconstructor::PropagateUncertainties(), and StereoGeometryFinderOG::StereoGeometryFinder::Run().
|
inline |
Definition at line 85 of file EyeRecData.h.
References fChiZero.
Referenced by FdProfileConstrainedGeometryFit::PCGFitter::AdjustGeometry(), testFEventImpl::checkEyeRecDataValues(), otoa::FD2ADST::FillFdRecStations(), otoa::FD2ADST::FillGeometricalUncertainties(), otoa::FD2ADST::FillHybridStations(), otoa::FD2ADST::FillTimeFit(), FdPulseFinderOG::FdPulseFinder::FindAdditionalPulse(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereo(), FdApertureLightFinderOG::FdApertureLightFinder::FindLightFlux(), FindTimeOffset::FindTimeOffset::FindOffset(), FdApertureLightFinderOG::FdApertureLightFinder::FindZeta(), FdProfileConstrainedGeometryFit::FdProfileConstrainedGeometryFit::FitTimingOfGivenGeometry(), LDFFinderOG::LDFFinder::FixCore(), HybridGeometryFinderWG::HybridGeometryFinder::GetDataFromPreviousFit(), SdHorizontalReconstructionNS::SdHorizontalReconstruction::GetExternalGeometry(), fdDoubleBumpFinder::FdDoubleBumpFinder::IsPreselected(), FdCherenkovFinderOG::FdCherenkovFinder::Run(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), FdProfileConstrainedGeometryFit::PCGFitter::Run(), FdProfileConstrainedGeometryFitPG::PCGFitter::Run(), FdProfileFinderOG::FdProfileFinder::Run(), HdAxisFinderUU::HdAxisFinder::Run(), HybridGeometryFinderOG::HybridGeometryFinder::Run(), UniversalityFitter::UniversalityFitter::Run(), FdProfileReconstructorKG::FdProfileReconstructor::SetGeometry(), and RdEventInitializer::RdEventInitializer::SetSignalSearchWindowFromFD().
|
inline |
Definition at line 86 of file EyeRecData.h.
References fChiZeroError.
Referenced by testFEventImpl::checkEyeRecDataValues(), otoa::FD2ADST::FillGeometricalUncertainties(), otoa::FD2ADST::FillTimeFit(), LDFFinderOG::LDFFinder::FixCore(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), SdHorizontalReconstructionNS::SdHorizontalReconstruction::GetExternalGeometry(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), FdProfileConstrainedGeometryFit::PCGFitter::Run(), UniversalityFitter::UniversalityFitter::Run(), FdProfileReconstructorKG::FdProfileReconstructor::SetGeometry(), and RdEventInitializer::RdEventInitializer::SetSignalSearchWindowFromFD().
|
inline |
Definition at line 103 of file EyeRecData.h.
References fEastPhiCorrelation.
Referenced by otoa::FD2ADST::FillTimeFit().
|
inline |
Definition at line 104 of file EyeRecData.h.
References fEastTCoreCorrelation.
Referenced by otoa::FD2ADST::FillTimeFit().
|
inline |
Definition at line 102 of file EyeRecData.h.
References fEastThetaCorrelation.
Referenced by otoa::FD2ADST::FillTimeFit().
|
inline |
Definition at line 73 of file EyeRecData.h.
References fEyeId.
Referenced by FdProfileConstrainedGeometryFit::ChiZeroRegression::PrepParams().
|
inline |
Reconstructed shower info for this eye.
Definition at line 323 of file EyeRecData.h.
References fShowerData.
Referenced by FdEnergyDepositFinderKG::CFMatrixCalculator::AddBinsOutsideFOV(), FdProfileConstrainedGeometryFit::PCGFitter::AdjustGeometry(), FdProfileConstrainedGeometryFitPG::PCGFitter::AdjustGeometry(), FdProfileReconstructorKG::EnergyFitter::CalculateEnergy(), FdProfileReconstructorKG::FdProfileReconstructor::CalculateProfiles(), FdProfileConstrainedGeometryFit::ApertureLight::CalculateShowerGeometryData(), FdProfileConstrainedGeometryFitPG::ApertureLight::CalculateShowerGeometryData(), FdApertureLightFinderKG::FdApertureLightFinder::CalculateShowerGeometryData(), FdEnergyDepositFinderKG::CFMatrixCalculator::CalculateTelescopeData(), FdProfileReconstructorKG::FdProfileReconstructor::CalculateTotalErrors(), FdProfileConstrainedGeometryFitPG::PCGFitter::CombinedChi2(), FdLightCollectionEfficiencyKG::FdLightCollectionEfficiency::DoInitialReconstruction(), FIOValidationObj::Fill(), otoa::FD2ADST::FillAtmosphericProfileVars(), otoa::FD2ADST::FillCloudCameraDataBrief(), otoa::FD2ADST::FillCloudsBetweenEyeAndShower(), otoa::FD2ADST::FillEnergy(), otoa::FD2ADST::FillEye(), otoa::FD2ADST::FillFdCoreAxis(), otoa::FD2ADST::FillFdProfile(), otoa::FD2ADST::FillFdRecStations(), otoa::FD2ADST::FillGaisserHillas(), otoa::FD2ADST::FillHybridStations(), fdDoubleBumpFinder::FdDoubleBumpFinder::FillRecData(), otoa::FD2ADST::FillTimeFit(), FdApertureLightFinderOG::FdApertureLightFinder::FindLightFlux(), FdApertureLightFinderOG::FdApertureLightFinder::FindZeta(), fdDoubleBumpFinder::FdDoubleBumpFinder::Fit(), FdProfileConstrainedGeometryFit::ProfileChi2::FitProfile(), FdProfileConstrainedGeometryFitPG::ProfileChi2::FitProfile(), FdEnergyDepositFinderKG::FdEnergyDepositFinder::FitProfile(), LDFFinderOG::LDFFinder::FixCore(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), HybridGeometryFinderWG::HybridGeometryFinder::GetDataFromPreviousFit(), RdAntennaChannelToStationConverter::RdAntennaChannelToStationConverter::GetDirection(), FdLaserEnergyReconstructorKG::FdLaserEnergyReconstructor::GetGeometryData(), evt::ShowerRRecData::GetReferenceAxis(), evt::ShowerRRecData::GetReferenceCoreError(), evt::ShowerRRecData::GetReferenceCoreErrorCorrelationXY(), evt::ShowerRRecData::GetReferenceCorePosition(), FdProfileReconstructorKG::FdProfileReconstructor::GetShowerFRecData(), FdProfileReconstructorKG::FdProfileReconstructor::GuessShowerMaximum(), FdEnergyDepositFinderKG::CFMatrixCalculator::InitCalculation(), FdProfileReconstructorKG::EnergyFitter::InitializeGHFit(), FdEnergyDepositFinderKG::ProfileCalculator::InitProfiles(), FdProfileReconstructorKG::FdProfileReconstructor::InitProfiles(), FdEnergyDepositFinderKG::FdEnergyDepositFinder::IsEventCandidate(), fdDoubleBumpFinder::FdDoubleBumpFinder::IsPreselected(), fdDoubleBumpFinder::FdDoubleBumpFinder::IsSelected(), FdProfileFinderOG::FdProfileFinder::LightAtApertureToSize(), otoa::err::CalculateFdArrivalDirection::operator()(), FdProfileConstrainedGeometryFit::ProfileChi2::operator()(), FdProfileConstrainedGeometryFitPG::ProfileChi2::operator()(), FdEnergyDepositFinderKG::FdEnergyDepositFinder::PrepareEyeCopy(), FdEnergyDepositFinderKG::FdEnergyDepositFinder::PropagateUncertainties(), FdProfileReconstructorKG::FdProfileReconstructor::PropagateUncertainties(), FdProfileReconstructorKG::FdProfileReconstructor::ReFitProfile(), RdEventPostSelector::RdEventPostSelector::Run(), FdPulseFinderOG::FdPulseFinder::Run(), RdEventPreSelector::RdEventPreSelector::Run(), RdEventInitializer::RdEventInitializer::Run(), FdCherenkovFinderOG::FdCherenkovFinder::Run(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), FdAxisFinderOG::FdAxisFinder::Run(), FdProfileFinderOG::FdProfileFinder::Run(), HdAxisFinderUU::HdAxisFinder::Run(), HybridGeometryFinderOG::HybridGeometryFinder::Run(), FdLaserEnergyReconstructorKG::FdLaserEnergyReconstructor::Run(), FdEnergyDepositFinderKG::FdEnergyDepositFinder::Run(), UniversalityFitter::UniversalityFitter::Run(), FdProfileConstrainedGeometryFit::PCGFitter::ScanChi0(), FdProfileConstrainedGeometryFitPG::PCGFitter::ScanChi0(), HybridGeometryFinderWG::HybridGeometryFinder::SelectHybridStation(), RdEventInitializer::RdEventInitializer::SetSignalSearchWindowFromFD(), UseMcGeometryOG::UseMcGeometry::SetTimeFit(), HybridGeometryFinderWG::HybridGeometryFinder::StoreData(), and FdProfileReconstructorKG::RootCFMatrixOutput::WriteLateral().
|
inline |
Definition at line 325 of file EyeRecData.h.
References fShowerData.
|
inline |
Light flux at diaphragm, photons/m^2 versus time in ns.
By default , the light profile corresponding to total signal is returned Use GetLightFlux (FdConstants::LightSource source) to get other sources , if added with MakeLightFlux(source) /example GetLightFlux(FdConstants::eCerenkov)
Definition at line 286 of file EyeRecData.h.
References fLightProfile.
Referenced by FdProfileReconstructorKG::FdProfileReconstructor::CalculateGeometryAndDepth(), FdProfileReconstructorKG::FdProfileReconstructor::CalculateProfiles(), testFEventImpl::checkEyeRecDataValues(), FdCherenkovFinderOG::FdCherenkovFinder::CherenkovFinderAtAperture(), FdApertureLightFinderOG::FdApertureLightFinder::CombineAndFillFluxes(), FdProfileConstrainedGeometryFit::PCGFitter::CombinedChi2(), FdProfileConstrainedGeometryFitPG::PCGFitter::CombinedChi2(), otoa::FD2ADST::FillCloudsBetweenEyeAndShower(), otoa::FD2ADST::FillEyeApertureLight(), otoa::FD2ADST::FillFdProfile(), FdProfileReconstructorKG::EnergyFitter::FillProfilesAtAperture(), FdProfileConstrainedGeometryFit::ApertureLight::GetClearedEyeLightFlux(), FdProfileConstrainedGeometryFitPG::ApertureLight::GetClearedEyeLightFlux(), FdApertureLightFinderKG::FdApertureLightFinder::GetClearedEyeLightFlux(), FdProfileReconstructorKG::FdProfileReconstructor::GuessShowerMaximum(), FdProfileReconstructorKG::EnergyFitter::InitializeGHFit(), FdEnergyDepositFinderKG::ProfileCalculator::InitProfiles(), FdProfileReconstructorKG::FdProfileReconstructor::InitProfiles(), FdProfileFinderOG::FdProfileFinder::LightAtApertureToSize(), io::EyeRecData_ROOT::operator>>(), FdEnergyDepositFinderKG::FdEnergyDepositFinder::PrepareEyeCopy(), FdProfileReconstructorKG::FdProfileReconstructor::ReFitProfile(), testFEventImpl::setEyeRecDataValues(), and FdCherenkovSubtracterOG::FdCherenkovSubtracter::SubtractCherenkov().
|
inline |
Definition at line 288 of file EyeRecData.h.
References fLightProfile.
|
inline |
Definition at line 209 of file EyeRecData.h.
References fCoordinateData.
|
inline |
The correlations between northing, easting, theta, phi and TCore as coming from the axis/core fit. theta/phi are in the core coordinate system
Definition at line 98 of file EyeRecData.h.
References fNorthEastCorrelation.
Referenced by otoa::FD2ADST::FillTimeFit().
|
inline |
Definition at line 100 of file EyeRecData.h.
References fNorthPhiCorrelation.
Referenced by otoa::FD2ADST::FillTimeFit().
|
inline |
Definition at line 101 of file EyeRecData.h.
References fNorthTCoreCorrelation.
Referenced by otoa::FD2ADST::FillTimeFit().
|
inline |
Definition at line 99 of file EyeRecData.h.
References fNorthThetaCorrelation.
Referenced by otoa::FD2ADST::FillTimeFit().
|
inline |
Get number of pulsed pixels.
Definition at line 137 of file EyeRecData.h.
References fPulsedPixels.
Referenced by otoa::FD2ADST::FillRecPixel(), FdPulseFinderOG::FdPulseFinder::Run(), FdSDPFinderOG::FdSDPFinder::Run(), and HybridGeometryFinderOG::HybridGeometryFinder::Run().
|
inline |
Get number of SDP pixels.
Definition at line 165 of file EyeRecData.h.
References fSDPPixels.
Referenced by otoa::FD2ADST::FillRecPixel(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereo(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereoHybrid(), StereoGeometryFinderOG::StereoGeometryFinder::MinuitFitFuncStereo(), StereoGeometryFinderOG::StereoGeometryFinder::MinuitFitFuncStereoHybrid(), FdSDPFinderOG::FdSDPFinder::RemoveOutliers(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), and FdSDPFinderOG::FdSDPFinder::Run().
|
inline |
Get number of Time Fit pixels.
Definition at line 184 of file EyeRecData.h.
References fTimeFitPixels.
Referenced by otoa::FD2ADST::FillRecPixel(), otoa::FD2ADST::FillTimeFit(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), HybridGeometryFinderWG::HybridGeometryFinder::GetDataFromPreviousFit(), fdDoubleBumpFinder::FdDoubleBumpFinder::IsPreselected(), HdAxisFinderUU::HdAxisFinder::MinuitFitFunc(), HybridGeometryFinderWG::HybridGeometryFinder::MinuitFitFuncAxis(), HybridGeometryFinderOG::HybridGeometryFinder::MinuitFitFuncHybrid(), StereoGeometryFinderOG::StereoGeometryFinder::MinuitFitFuncStereo(), StereoGeometryFinderOG::StereoGeometryFinder::MinuitFitFuncStereoHybrid(), HybridGeometryFinderWG::HybridGeometryFinder::ReadmitPixel(), HybridGeometryFinderWG::HybridGeometryFinder::RecalculateChiSquare(), FdAxisFinderOG::FdAxisFinder::RejectPixel(), HybridGeometryFinderOG::HybridGeometryFinder::RejectPixel(), FdAxisFinderOG::FdAxisFinder::RemoveOutliers(), HybridGeometryFinderWG::HybridGeometryFinder::RemovePixel(), FdAxisFinderOG::FdAxisFinder::Run(), HdAxisFinderUU::HdAxisFinder::Run(), HybridGeometryFinderOG::HybridGeometryFinder::Run(), and HybridGeometryFinderWG::HybridGeometryFinder::SelectPixels().
|
inline |
Definition at line 335 of file EyeRecData.h.
References fPCGF.
Referenced by otoa::FD2ADST::FillPCGFit(), and FdEnergyDepositFinderKG::FdEnergyDepositFinder::IsEventCandidate().
|
inline |
Definition at line 107 of file EyeRecData.h.
References fPhiTCoreCorrelation.
Referenced by otoa::FD2ADST::FillTimeFit().
|
inline |
Start Time of the photons trace.
Definition at line 317 of file EyeRecData.h.
References fTraceStartTime.
Referenced by io::EyeRecData_ROOT::EyeRecData_ROOT().
|
inline |
Definition at line 87 of file EyeRecData.h.
References fRp.
Referenced by FdProfileConstrainedGeometryFit::PCGFitter::AdjustGeometry(), otoa::FD2ADST::FillFdRecStations(), otoa::FD2ADST::FillGeometricalUncertainties(), otoa::FD2ADST::FillHybridStations(), otoa::FD2ADST::FillTimeFit(), FdPulseFinderOG::FdPulseFinder::FindAdditionalPulse(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereo(), FdApertureLightFinderOG::FdApertureLightFinder::FindLightFlux(), FdApertureLightFinderOG::FdApertureLightFinder::FindZeta(), FdProfileConstrainedGeometryFit::FdProfileConstrainedGeometryFit::FitTimingOfGivenGeometry(), LDFFinderOG::LDFFinder::FixCore(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), HybridGeometryFinderWG::HybridGeometryFinder::GetDataFromPreviousFit(), SdHorizontalReconstructionNS::SdHorizontalReconstruction::GetExternalGeometry(), FdEnergyDepositFinderKG::FdEnergyDepositFinder::IsEventCandidate(), fdDoubleBumpFinder::FdDoubleBumpFinder::IsPreselected(), FdCherenkovFinderOG::FdCherenkovFinder::Run(), FdProfileConstrainedGeometryFit::PCGFitter::Run(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), FdProfileConstrainedGeometryFitPG::PCGFitter::Run(), FdProfileFinderOG::FdProfileFinder::Run(), HdAxisFinderUU::HdAxisFinder::Run(), HybridGeometryFinderOG::HybridGeometryFinder::Run(), FdProfileReconstructorKG::FdProfileReconstructor::SetGeometry(), and RdEventInitializer::RdEventInitializer::SetSignalSearchWindowFromFD().
|
inline |
Definition at line 89 of file EyeRecData.h.
References fRpChi0Correlation.
Referenced by otoa::FD2ADST::FillGeometricalUncertainties(), otoa::FD2ADST::FillTimeFit(), LDFFinderOG::LDFFinder::FixCore(), SdHorizontalReconstructionNS::SdHorizontalReconstruction::GetExternalGeometry(), FdProfileReconstructorKG::FdProfileReconstructor::PropagateUncertainties(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), UniversalityFitter::UniversalityFitter::Run(), and RdEventInitializer::RdEventInitializer::SetSignalSearchWindowFromFD().
|
inline |
Definition at line 91 of file EyeRecData.h.
References fRpError.
Referenced by otoa::FD2ADST::FillGeometricalUncertainties(), otoa::FD2ADST::FillTimeFit(), LDFFinderOG::LDFFinder::FixCore(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), SdHorizontalReconstructionNS::SdHorizontalReconstruction::GetExternalGeometry(), FdEnergyDepositFinderKG::FdEnergyDepositFinder::IsEventCandidate(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), UniversalityFitter::UniversalityFitter::Run(), FdProfileReconstructorKG::FdProfileReconstructor::SetGeometry(), and RdEventInitializer::RdEventInitializer::SetSignalSearchWindowFromFD().
|
inline |
Definition at line 90 of file EyeRecData.h.
References fRpTZeroCorrelation.
Referenced by otoa::FD2ADST::FillTimeFit(), FdProfileReconstructorKG::FdProfileReconstructor::PropagateUncertainties(), and StereoGeometryFinderOG::StereoGeometryFinder::Run().
|
inline |
Definition at line 75 of file EyeRecData.h.
References fSDP.
Referenced by FdProfileConstrainedGeometryFit::PCGFitter::AdjustGeometry(), testFEventImpl::checkEyeRecDataValues(), FIOValidationObj::Fill(), otoa::FD2ADST::FillFdRecStations(), otoa::FD2ADST::FillGeometricalUncertainties(), otoa::FD2ADST::FillHybridStations(), otoa::FD2ADST::FillRecPixel(), otoa::FD2ADST::FillSDP(), FdPulseFinderOG::FdPulseFinder::FindAdditionalPulse(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereo(), FdProfileConstrainedGeometryFit::ApertureLight::FindZeta(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), HybridGeometryFinderWG::HybridGeometryFinder::GetDataFromPreviousFit(), SdHorizontalReconstructionNS::SdHorizontalReconstruction::GetExternalGeometry(), fdDoubleBumpFinder::FdDoubleBumpFinder::IsPreselected(), FdProfileConstrainedGeometryFit::ChiZeroRegression::PrepParams(), FdCherenkovFinderOG::FdCherenkovFinder::Run(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), FdAxisFinderOG::FdAxisFinder::Run(), FdProfileFinderOG::FdProfileFinder::Run(), HdAxisFinderUU::HdAxisFinder::Run(), HybridGeometryFinderOG::HybridGeometryFinder::Run(), FdProfileReconstructorKG::FdProfileReconstructor::SetGeometry(), RdEventInitializer::RdEventInitializer::SetSignalSearchWindowFromFD(), and UseMcGeometryOG::UseMcGeometry::SetTimeFit().
|
inline |
Definition at line 79 of file EyeRecData.h.
References fSDPThetaPhiCorrelation.
Referenced by otoa::FD2ADST::FillGeometricalUncertainties(), otoa::FD2ADST::FillSDP(), SdHorizontalReconstructionNS::SdHorizontalReconstruction::GetExternalGeometry(), FdProfileReconstructorKG::FdProfileReconstructor::PropagateUncertainties(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), and RdEventInitializer::RdEventInitializer::SetSignalSearchWindowFromFD().
|
inline |
Definition at line 80 of file EyeRecData.h.
References fSDPFitChiSquare.
Referenced by testFEventImpl::checkEyeRecDataValues(), otoa::FD2ADST::FillSDP(), and StereoGeometryFinderOG::StereoGeometryFinder::Run().
|
inline |
Definition at line 81 of file EyeRecData.h.
References fSDPFitNDof.
Referenced by testFEventImpl::checkEyeRecDataValues(), otoa::FD2ADST::FillEye(), otoa::FD2ADST::FillSDP(), LDFFinderOG::LDFFinder::FixCore(), fdDoubleBumpFinder::FdDoubleBumpFinder::IsPreselected(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), and UniversalityFitter::UniversalityFitter::Run().
|
inline |
Definition at line 78 of file EyeRecData.h.
References fSDPPhiError.
Referenced by testFEventImpl::checkEyeRecDataValues(), otoa::FD2ADST::FillGeometricalUncertainties(), otoa::FD2ADST::FillSDP(), LDFFinderOG::LDFFinder::FixCore(), SdHorizontalReconstructionNS::SdHorizontalReconstruction::GetExternalGeometry(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), UniversalityFitter::UniversalityFitter::Run(), FdProfileReconstructorKG::FdProfileReconstructor::SetGeometry(), and RdEventInitializer::RdEventInitializer::SetSignalSearchWindowFromFD().
|
inline |
Definition at line 77 of file EyeRecData.h.
References fSDPThetaError.
Referenced by testFEventImpl::checkEyeRecDataValues(), otoa::FD2ADST::FillGeometricalUncertainties(), otoa::FD2ADST::FillSDP(), SdHorizontalReconstructionNS::SdHorizontalReconstruction::GetExternalGeometry(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), FdProfileReconstructorKG::FdProfileReconstructor::SetGeometry(), and RdEventInitializer::RdEventInitializer::SetSignalSearchWindowFromFD().
|
inline |
Definition at line 105 of file EyeRecData.h.
References fThetaPhiCorrelation.
Referenced by otoa::FD2ADST::FillTimeFit().
|
inline |
Definition at line 106 of file EyeRecData.h.
References fThetaTCoreCorrelation.
Referenced by otoa::FD2ADST::FillTimeFit().
|
inline |
Definition at line 92 of file EyeRecData.h.
References fTimeFitChiSquare.
Referenced by testFEventImpl::checkEyeRecDataValues(), otoa::FD2ADST::FillTimeFit(), FdProfileConstrainedGeometryFit::FdProfileConstrainedGeometryFit::FitTimingOfGivenGeometry(), SdHorizontalReconstructionNS::SdHorizontalReconstruction::GetExternalGeometry(), FdEnergyDepositFinderKG::FdEnergyDepositFinder::IsEventCandidate(), FdProfileReconstructorKG::FdProfileReconstructor::PropagateUncertainties(), FdProfileConstrainedGeometryFit::PCGFitter::Run(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), and FdProfileConstrainedGeometryFitPG::PCGFitter::Run().
|
inline |
Definition at line 93 of file EyeRecData.h.
References fTimeFitNDof.
Referenced by testFEventImpl::checkEyeRecDataValues(), otoa::FD2ADST::FillEye(), otoa::FD2ADST::FillTimeFit(), LDFFinderOG::LDFFinder::FixCore(), SdHorizontalReconstructionNS::SdHorizontalReconstruction::GetExternalGeometry(), FdEnergyDepositFinderKG::FdEnergyDepositFinder::IsEventCandidate(), fdDoubleBumpFinder::FdDoubleBumpFinder::IsPreselected(), FdProfileReconstructorKG::FdProfileReconstructor::PropagateUncertainties(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), FdProfileConstrainedGeometryFit::PCGFitter::Run(), FdProfileConstrainedGeometryFitPG::PCGFitter::Run(), and UniversalityFitter::UniversalityFitter::Run().
|
inline |
Definition at line 83 of file EyeRecData.h.
References fTZero.
Referenced by FdProfileConstrainedGeometryFit::PCGFitter::AdjustGeometry(), testFEventImpl::checkEyeRecDataValues(), otoa::FD2ADST::FillFdRecStations(), otoa::FD2ADST::FillTimeFit(), FdPulseFinderOG::FdPulseFinder::FindAdditionalPulse(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereo(), FdApertureLightFinderOG::FdApertureLightFinder::FindLightFlux(), FdApertureLightFinderOG::FdApertureLightFinder::FindZeta(), FdProfileConstrainedGeometryFit::FdProfileConstrainedGeometryFit::FitTimingOfGivenGeometry(), LDFFinderOG::LDFFinder::FixCore(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), HybridGeometryFinderWG::HybridGeometryFinder::GetDataFromPreviousFit(), FdLightCollectionEfficiencyKG::SimMockEvent::PrepareEvent(), FdCherenkovFinderOG::FdCherenkovFinder::Run(), FdProfileConstrainedGeometryFit::PCGFitter::Run(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), FdProfileConstrainedGeometryFitPG::PCGFitter::Run(), FdProfileFinderOG::FdProfileFinder::Run(), HdAxisFinderUU::HdAxisFinder::Run(), HybridGeometryFinderOG::HybridGeometryFinder::Run(), and FdProfileReconstructorKG::FdProfileReconstructor::SetGeometry().
|
inline |
Definition at line 84 of file EyeRecData.h.
References fTZeroError.
Referenced by testFEventImpl::checkEyeRecDataValues(), otoa::FD2ADST::FillTimeFit(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), FdProfileReconstructorKG::FdProfileReconstructor::SetGeometry(), and RdEventInitializer::RdEventInitializer::SetSignalSearchWindowFromFD().
|
inline |
Definition at line 76 of file EyeRecData.h.
References fZeta.
Referenced by FdProfileReconstructorKG::FdProfileReconstructor::CalculateProfiles(), and otoa::FD2ADST::FillEyeApertureLight().
|
inline |
Check if reconstructed shower info has been allocated.
Definition at line 330 of file EyeRecData.h.
References fShowerData.
Referenced by FdProfileConstrainedGeometryFit::ApertureLight::CalculateShowerGeometryData(), FdProfileConstrainedGeometryFitPG::ApertureLight::CalculateShowerGeometryData(), FdApertureLightFinderKG::FdApertureLightFinder::CalculateShowerGeometryData(), FdLightCollectionEfficiencyKG::FdLightCollectionEfficiency::DoInitialReconstruction(), otoa::FD2ADST::FillCloudCameraDataBrief(), otoa::FD2ADST::FillCloudsBetweenEyeAndShower(), otoa::FD2ADST::FillFdRecStations(), otoa::FD2ADST::FillHybridStations(), fdDoubleBumpFinder::FdDoubleBumpFinder::Fit(), LDFFinderOG::LDFFinder::FixCore(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), HybridGeometryFinderWG::HybridGeometryFinder::GetDataFromPreviousFit(), RdAntennaChannelToStationConverter::RdAntennaChannelToStationConverter::GetDirection(), evt::ShowerRRecData::GetReferenceAxis(), evt::ShowerRRecData::GetReferenceCoreError(), evt::ShowerRRecData::GetReferenceCoreErrorCorrelationXY(), evt::ShowerRRecData::GetReferenceCorePosition(), FdProfileReconstructorKG::FdProfileReconstructor::GetShowerFRecData(), FdProfileReconstructorKG::FdProfileReconstructor::GuessShowerMaximum(), evt::ShowerRRecData::HasReferenceAxis(), evt::ShowerRRecData::HasReferenceCorePosition(), FdEnergyDepositFinderKG::FdEnergyDepositFinder::IsEventCandidate(), fdDoubleBumpFinder::FdDoubleBumpFinder::IsPreselected(), fdDoubleBumpFinder::FdDoubleBumpFinder::IsSelected(), FdProfileFinderOG::FdProfileFinder::LightAtApertureToSize(), RdEventPostSelector::RdEventPostSelector::Run(), FdPulseFinderOG::FdPulseFinder::Run(), RdEventPreSelector::RdEventPreSelector::Run(), RdEventInitializer::RdEventInitializer::Run(), FdCherenkovFinderOG::FdCherenkovFinder::Run(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), FdAxisFinderOG::FdAxisFinder::Run(), HdAxisFinderUU::HdAxisFinder::Run(), HybridGeometryFinderOG::HybridGeometryFinder::Run(), FdApertureLightFinderOG::FdApertureLightFinder::Run(), FdLaserEnergyReconstructorKG::FdLaserEnergyReconstructor::Run(), UniversalityFitter::UniversalityFitter::Run(), HybridGeometryFinderWG::HybridGeometryFinder::SelectHybridStation(), RdEventInitializer::RdEventInitializer::SetSignalSearchWindowFromFD(), UseMcGeometryOG::UseMcGeometry::SetTimeFit(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
Check that light profile for source /par source is present.
Definition at line 297 of file EyeRecData.h.
References fLightProfile.
Referenced by testFEventImpl::checkEyeRecDataValues(), FdCherenkovFinderOG::FdCherenkovFinder::CherenkovFinderAtAperture(), FdApertureLightFinderOG::FdApertureLightFinder::CombineAndFillFluxes(), FdProfileConstrainedGeometryFit::PCGFitter::CombinedChi2(), FdProfileConstrainedGeometryFitPG::PCGFitter::CombinedChi2(), otoa::FD2ADST::FillCloudsBetweenEyeAndShower(), otoa::FD2ADST::FillEyeApertureLight(), otoa::FD2ADST::FillFdProfile(), FdProfileConstrainedGeometryFitPG::ApertureLight::GetClearedEyeLightFlux(), FdProfileConstrainedGeometryFit::ApertureLight::GetClearedEyeLightFlux(), FdApertureLightFinderKG::FdApertureLightFinder::GetClearedEyeLightFlux(), FdProfileReconstructorKG::EnergyFitter::InitializeGHFit(), FdEnergyDepositFinderKG::ProfileCalculator::InitProfiles(), FdProfileReconstructorKG::FdProfileReconstructor::InitProfiles(), FdProfileFinderOG::FdProfileFinder::LightAtApertureToSize(), FdCherenkovFinderOG::FdCherenkovFinder::Run(), FdCherenkovSubtracterOG::FdCherenkovSubtracter::Run(), FdProfileConstrainedGeometryFit::PCGFitter::Run(), FdProfileConstrainedGeometryFitPG::PCGFitter::Run(), FdProfileFinderOG::FdProfileFinder::Run(), FdLaserEnergyReconstructorKG::FdLaserEnergyReconstructor::Run(), and FdProfileReconstructorKG::FdProfileReconstructor::Run().
|
inline |
Begin of the Light flux, returns a LabeledTabulatedFunctionErrors.
Definition at line 305 of file EyeRecData.h.
References fLightProfile.
|
inline |
Definition at line 307 of file EyeRecData.h.
References fLightProfile.
|
inline |
End of the Light flux, returns a LabeledTabulatedFunctionErrors.
Definition at line 311 of file EyeRecData.h.
References fLightProfile.
|
inline |
Definition at line 313 of file EyeRecData.h.
References fLightProfile.
void EyeRecData::MakeFRecShower | ( | ) |
Allocate reconstructed shower info.
Definition at line 58 of file EyeRecData.cc.
References ERROR, and fShowerData.
Referenced by FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), FdProfileFinderOG::FdProfileFinder::LightAtApertureToSize(), StereoGeometryFinderOG::StereoGeometryFinder::Run(), FdAxisFinderOG::FdAxisFinder::Run(), HdAxisFinderUU::HdAxisFinder::Run(), HybridGeometryFinderOG::HybridGeometryFinder::Run(), HybridGeometryFinderWG::HybridGeometryFinder::SelectHybridStation(), UseMcGeometryOG::UseMcGeometry::SetTimeFit(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
Add a Light Profile for source of Type FdConstants::LightSource /example MakeLightFlux(Telescope::eDirect);
Definition at line 293 of file EyeRecData.h.
References fLightProfile.
Referenced by FdCherenkovFinderOG::FdCherenkovFinder::CherenkovFinderAtAperture(), FdApertureLightFinderOG::FdApertureLightFinder::CombineAndFillFluxes(), FdProfileConstrainedGeometryFit::ApertureLight::GetClearedEyeLightFlux(), FdProfileConstrainedGeometryFitPG::ApertureLight::GetClearedEyeLightFlux(), FdApertureLightFinderKG::FdApertureLightFinder::GetClearedEyeLightFlux(), FdEnergyDepositFinderKG::ProfileCalculator::InitProfiles(), FdProfileReconstructorKG::FdProfileReconstructor::InitProfiles(), io::EyeRecData_ROOT::operator>>(), and testFEventImpl::setEyeRecDataValues().
|
inline |
Definition at line 119 of file EyeRecData.h.
References fPulsedPixels.
Referenced by FdProfileConstrainedGeometryFitPG::PCGFitter::AdjustGeometry(), FdSDPFinderOG::FdSDPFinder::EstimateChi_i(), otoa::FD2ADST::FillEye(), FdAxisFinderOG::FdAxisFinder::FillPoints(), otoa::FD2ADST::FillRecPixel(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereo(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereoHybrid(), FdSDPFinderOG::FdSDPFinder::FindSDPFirstGuess(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), UseMcGeometryOG::UseMcGeometry::IsBadPixel(), FdSDPFinderOG::FdSDPFinder::IsIsolated(), FdSDPFinderOG::FdSDPFinder::ReadmitPixel(), FdAxisFinderOG::FdAxisFinder::ReadmitPixel(), HybridGeometryFinderOG::HybridGeometryFinder::ReadmitPixel(), HybridGeometryFinderWG::HybridGeometryFinder::ReadmitPixel(), FdPulseFinderOG::FdPulseFinder::Run(), HybridGeometryFinderWG::HybridGeometryFinder::SelectPixels(), and UseMcGeometryOG::UseMcGeometry::SetSDP().
|
inline |
Definition at line 123 of file EyeRecData.h.
References fPulsedPixels.
|
inline |
Definition at line 121 of file EyeRecData.h.
References fPulsedPixels.
Referenced by FdProfileConstrainedGeometryFitPG::PCGFitter::AdjustGeometry(), FdSDPFinderOG::FdSDPFinder::EstimateChi_i(), otoa::FD2ADST::FillEye(), FdAxisFinderOG::FdAxisFinder::FillPoints(), otoa::FD2ADST::FillRecPixel(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereo(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereoHybrid(), FdSDPFinderOG::FdSDPFinder::FindSDPFirstGuess(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), UseMcGeometryOG::UseMcGeometry::IsBadPixel(), FdSDPFinderOG::FdSDPFinder::IsIsolated(), FdSDPFinderOG::FdSDPFinder::ReadmitPixel(), FdAxisFinderOG::FdAxisFinder::ReadmitPixel(), HybridGeometryFinderOG::HybridGeometryFinder::ReadmitPixel(), HybridGeometryFinderWG::HybridGeometryFinder::ReadmitPixel(), FdPulseFinderOG::FdPulseFinder::Run(), HybridGeometryFinderWG::HybridGeometryFinder::SelectPixels(), and UseMcGeometryOG::UseMcGeometry::SetSDP().
|
inline |
Definition at line 125 of file EyeRecData.h.
References fPulsedPixels.
|
inline |
remove a point to the list of coordinates
Definition at line 206 of file EyeRecData.h.
References fCoordinateData.
|
inline |
remove a pixel from the list of pulsed pixels
Definition at line 133 of file EyeRecData.h.
References fPulsedPixels.
Referenced by FdPulseFinderOG::FdPulseFinder::Run().
|
inline |
Remove a pixel from the list of SDP pixels.
Definition at line 161 of file EyeRecData.h.
References fSDPPixels.
Referenced by FdSDPFinderOG::FdSDPFinder::RemoveNoise(), FdSDPFinderOG::FdSDPFinder::RemoveOutliers(), FdPulseFinderOG::FdPulseFinder::Run(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
Remove a pixel from the list of Time Fit pixels.
Definition at line 180 of file EyeRecData.h.
References fTimeFitPixels.
Referenced by FdAxisFinderOG::FdAxisFinder::RejectPixel(), HybridGeometryFinderOG::HybridGeometryFinder::RejectPixel(), FdAxisFinderOG::FdAxisFinder::RemoveOutliers(), HybridGeometryFinderWG::HybridGeometryFinder::RemovePixel(), FdPulseFinderOG::FdPulseFinder::Run(), and HybridGeometryFinderWG::HybridGeometryFinder::SelectPixels().
|
inline |
Definition at line 139 of file EyeRecData.h.
References fSDPPixels.
Referenced by FdAxisFinderOG::FdAxisFinder::FillPoints(), otoa::FD2ADST::FillRecPixel(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), FdSDPFinderOG::FdSDPFinder::MinuitFitFunc(), FdSDPFinderOG::FdSDPFinder::ReadmitPixel(), FdSDPFinderOG::FdSDPFinder::RemoveNoise(), FdSDPFinderOG::FdSDPFinder::RemoveOutliers(), FdPulseFinderOG::FdPulseFinder::Run(), UseMcGeometryOG::UseMcGeometry::SetTimeFit(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
Definition at line 141 of file EyeRecData.h.
References fSDPPixels.
|
inline |
Definition at line 143 of file EyeRecData.h.
References fSDPPixels.
Referenced by FdAxisFinderOG::FdAxisFinder::FillPoints(), otoa::FD2ADST::FillRecPixel(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), FdSDPFinderOG::FdSDPFinder::MinuitFitFunc(), FdSDPFinderOG::FdSDPFinder::ReadmitPixel(), FdSDPFinderOG::FdSDPFinder::RemoveNoise(), FdSDPFinderOG::FdSDPFinder::RemoveOutliers(), FdPulseFinderOG::FdPulseFinder::Run(), UseMcGeometryOG::UseMcGeometry::SetTimeFit(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
Definition at line 145 of file EyeRecData.h.
References fSDPPixels.
|
inline |
Definition at line 277 of file EyeRecData.h.
References fAxisFitChiSquare, and fAxisFitNDof.
Referenced by io::EyeRecData_ROOT::operator>>(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
Set the correlations for nothing, easting, theta, phi and TCore coming from the axis/core fit. Theta/Phi are in the core coordinate system
Definition at line 254 of file EyeRecData.h.
References fEastPhiCorrelation, fEastTCoreCorrelation, fEastThetaCorrelation, fNorthEastCorrelation, fNorthPhiCorrelation, fNorthTCoreCorrelation, fNorthThetaCorrelation, fPhiTCoreCorrelation, fThetaPhiCorrelation, and fThetaTCoreCorrelation.
Referenced by io::EyeRecData_ROOT::operator>>(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
Definition at line 237 of file EyeRecData.h.
References fChiZero, and fChiZeroError.
Referenced by FdProfileConstrainedGeometryFitPG::PCGFitter::AdjustGeometry(), FdProfileConstrainedGeometryFit::PCGFitter::FillParams(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereo(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereoHybrid(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), io::EyeRecData_ROOT::operator>>(), FdAxisFinderOG::FdAxisFinder::Run(), HdAxisFinderUU::HdAxisFinder::Run(), HybridGeometryFinderOG::HybridGeometryFinder::Run(), testFEventImpl::setEyeRecDataValues(), UseMcGeometryOG::UseMcGeometry::SetTimeFit(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
Definition at line 214 of file EyeRecData.h.
References fEyeId.
Referenced by io::EyeRecData_ROOT::operator>>().
|
inline |
Definition at line 334 of file EyeRecData.h.
References fPCGF.
Referenced by FdProfileConstrainedGeometryFit::PCGFitter::Run(), and FdProfileConstrainedGeometryFitPG::PCGFitter::Run().
|
inline |
Definition at line 319 of file EyeRecData.h.
References fTraceStartTime.
Referenced by io::EyeRecData_ROOT::operator>>(), and testFEventImpl::setEyeRecDataValues().
|
inline |
Definition at line 239 of file EyeRecData.h.
Referenced by FdProfileConstrainedGeometryFitPG::PCGFitter::AdjustGeometry(), FdProfileConstrainedGeometryFit::PCGFitter::FillParams(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereo(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereoHybrid(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), io::EyeRecData_ROOT::operator>>(), FdAxisFinderOG::FdAxisFinder::Run(), HdAxisFinderUU::HdAxisFinder::Run(), HybridGeometryFinderOG::HybridGeometryFinder::Run(), testFEventImpl::setEyeRecDataValues(), UseMcGeometryOG::UseMcGeometry::SetTimeFit(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
Definition at line 218 of file EyeRecData.h.
References fSDP.
Referenced by FdProfileConstrainedGeometryFitPG::PCGFitter::AdjustGeometry(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereo(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereoHybrid(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), io::EyeRecData_ROOT::operator>>(), FdSDPFinderOG::FdSDPFinder::Run(), testFEventImpl::setEyeRecDataValues(), UseMcGeometryOG::UseMcGeometry::SetSDP(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
Definition at line 226 of file EyeRecData.h.
References fSDPThetaPhiCorrelation.
Referenced by io::EyeRecData_ROOT::operator>>(), FdSDPFinderOG::FdSDPFinder::Run(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
Definition at line 229 of file EyeRecData.h.
References fSDPFitChiSquare, and fSDPFitNDof.
Referenced by FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), StereoGeometryFinderOG::StereoGeometryFinder::MinuitFitFuncStereo(), StereoGeometryFinderOG::StereoGeometryFinder::MinuitFitFuncStereoHybrid(), io::EyeRecData_ROOT::operator>>(), FdSDPFinderOG::FdSDPFinder::Run(), testFEventImpl::setEyeRecDataValues(), UseMcGeometryOG::UseMcGeometry::SetSDP(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
Definition at line 223 of file EyeRecData.h.
References fSDPPhiError.
Referenced by io::EyeRecData_ROOT::operator>>(), FdSDPFinderOG::FdSDPFinder::Run(), testFEventImpl::setEyeRecDataValues(), UseMcGeometryOG::UseMcGeometry::SetSDP(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
Definition at line 220 of file EyeRecData.h.
References fSDPThetaError.
Referenced by io::EyeRecData_ROOT::operator>>(), FdSDPFinderOG::FdSDPFinder::Run(), testFEventImpl::setEyeRecDataValues(), UseMcGeometryOG::UseMcGeometry::SetSDP(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
Definition at line 232 of file EyeRecData.h.
References fTimeFitChiSquare, and fTimeFitNDof.
Referenced by FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), StereoGeometryFinderOG::StereoGeometryFinder::MinuitFitFuncStereo(), StereoGeometryFinderOG::StereoGeometryFinder::MinuitFitFuncStereoHybrid(), io::EyeRecData_ROOT::operator>>(), FdAxisFinderOG::FdAxisFinder::Run(), HdAxisFinderUU::HdAxisFinder::Run(), HybridGeometryFinderOG::HybridGeometryFinder::Run(), testFEventImpl::setEyeRecDataValues(), UseMcGeometryOG::UseMcGeometry::SetTimeFit(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
Definition at line 243 of file EyeRecData.h.
References fChi0TZeroCorrelation, fRpChi0Correlation, and fRpTZeroCorrelation.
Referenced by FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), io::EyeRecData_ROOT::operator>>(), FdAxisFinderOG::FdAxisFinder::Run(), HybridGeometryFinderOG::HybridGeometryFinder::Run(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
Definition at line 235 of file EyeRecData.h.
References fTZero, and fTZeroError.
Referenced by FdProfileConstrainedGeometryFitPG::PCGFitter::AdjustGeometry(), FdProfileConstrainedGeometryFit::PCGFitter::FillParams(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereo(), StereoGeometryFinderOG::StereoGeometryFinder::FindAxisStereoHybrid(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), io::EyeRecData_ROOT::operator>>(), FdAxisFinderOG::FdAxisFinder::Run(), HdAxisFinderUU::HdAxisFinder::Run(), HybridGeometryFinderOG::HybridGeometryFinder::Run(), testFEventImpl::setEyeRecDataValues(), UseMcGeometryOG::UseMcGeometry::SetTimeFit(), and HybridGeometryFinderWG::HybridGeometryFinder::StoreData().
|
inline |
Definition at line 216 of file EyeRecData.h.
References fZeta.
Referenced by FdApertureLightFinderOG::FdApertureLightFinder::FindLightFlux(), FdProfileConstrainedGeometryFitPG::ApertureLight::FindLightFlux(), FdProfileConstrainedGeometryFit::ApertureLight::FindLightFlux(), and FdApertureLightFinderKG::FdApertureLightFinder::FindLightFlux().
|
inline |
Definition at line 167 of file EyeRecData.h.
References fTimeFitPixels.
Referenced by FdAxisFinderOG::FdAxisFinder::AxisFirstGuess(), FdProfileConstrainedGeometryFit::ApertureLight::CalculateShowerGeometryData(), FdProfileConstrainedGeometryFitPG::ApertureLight::CalculateShowerGeometryData(), FdApertureLightFinderKG::FdApertureLightFinder::CalculateShowerGeometryData(), HdAxisFinderUU::HdAxisFinder::FillPoints(), otoa::FD2ADST::FillRecPixel(), otoa::FD2ADST::FillTimeFit(), FdApertureLightFinderOG::FdApertureLightFinder::FindSignalTimeRange(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), HdAxisFinderUU::HdAxisFinder::MinuitFitFunc(), FdAxisFinderOG::FdAxisFinder::MinuitFitFunc(), HybridGeometryFinderWG::HybridGeometryFinder::MinuitFitFuncAxis(), HybridGeometryFinderOG::HybridGeometryFinder::MinuitFitFuncHybrid(), FdAxisFinderOG::FdAxisFinder::MinuitFitFuncLaser(), StereoGeometryFinderOG::StereoGeometryFinder::MinuitFitFuncStereo(), StereoGeometryFinderOG::StereoGeometryFinder::MinuitFitFuncStereoHybrid(), FdProfileConstrainedGeometryFit::ChiZeroRegression::PrepParams(), FdAxisFinderOG::FdAxisFinder::ReadmitPixel(), HybridGeometryFinderOG::HybridGeometryFinder::ReadmitPixel(), HybridGeometryFinderWG::HybridGeometryFinder::ReadmitPixel(), HybridGeometryFinderWG::HybridGeometryFinder::RecalculateChiSquare(), FdAxisFinderOG::FdAxisFinder::RejectPixel(), HybridGeometryFinderOG::HybridGeometryFinder::RejectPixel(), FdAxisFinderOG::FdAxisFinder::RemoveOutliers(), HybridGeometryFinderWG::HybridGeometryFinder::RemovePixel(), FdPulseFinderOG::FdPulseFinder::Run(), HybridGeometryFinderWG::HybridGeometryFinder::SelectPixels(), HybridGeometryFinderWG::HybridGeometryFinder::StoreData(), FdProfileConstrainedGeometryFit::PCGFitter::Underground(), and FdProfileConstrainedGeometryFitPG::PCGFitter::Underground().
|
inline |
Definition at line 169 of file EyeRecData.h.
References fTimeFitPixels.
|
inline |
Definition at line 171 of file EyeRecData.h.
References fTimeFitPixels.
Referenced by FdAxisFinderOG::FdAxisFinder::AxisFirstGuess(), FdProfileConstrainedGeometryFit::ApertureLight::CalculateShowerGeometryData(), FdProfileConstrainedGeometryFitPG::ApertureLight::CalculateShowerGeometryData(), FdApertureLightFinderKG::FdApertureLightFinder::CalculateShowerGeometryData(), HdAxisFinderUU::HdAxisFinder::FillPoints(), otoa::FD2ADST::FillRecPixel(), otoa::FD2ADST::FillTimeFit(), FdApertureLightFinderOG::FdApertureLightFinder::FindSignalTimeRange(), FdProfileConstrainedGeometryFitPG::FdProfileConstrainedGeometryFit::GetDataFromPreviousFit(), HdAxisFinderUU::HdAxisFinder::MinuitFitFunc(), FdAxisFinderOG::FdAxisFinder::MinuitFitFunc(), HybridGeometryFinderWG::HybridGeometryFinder::MinuitFitFuncAxis(), HybridGeometryFinderOG::HybridGeometryFinder::MinuitFitFuncHybrid(), FdAxisFinderOG::FdAxisFinder::MinuitFitFuncLaser(), StereoGeometryFinderOG::StereoGeometryFinder::MinuitFitFuncStereo(), StereoGeometryFinderOG::StereoGeometryFinder::MinuitFitFuncStereoHybrid(), FdProfileConstrainedGeometryFit::ChiZeroRegression::PrepParams(), FdAxisFinderOG::FdAxisFinder::ReadmitPixel(), HybridGeometryFinderOG::HybridGeometryFinder::ReadmitPixel(), HybridGeometryFinderWG::HybridGeometryFinder::ReadmitPixel(), HybridGeometryFinderWG::HybridGeometryFinder::RecalculateChiSquare(), FdAxisFinderOG::FdAxisFinder::RejectPixel(), HybridGeometryFinderOG::HybridGeometryFinder::RejectPixel(), FdAxisFinderOG::FdAxisFinder::RemoveOutliers(), HybridGeometryFinderWG::HybridGeometryFinder::RemovePixel(), FdPulseFinderOG::FdPulseFinder::Run(), HybridGeometryFinderWG::HybridGeometryFinder::SelectPixels(), HybridGeometryFinderWG::HybridGeometryFinder::StoreData(), FdProfileConstrainedGeometryFit::PCGFitter::Underground(), and FdProfileConstrainedGeometryFitPG::PCGFitter::Underground().
|
inline |
Definition at line 173 of file EyeRecData.h.
References fTimeFitPixels.
|
friend |
Definition at line 400 of file EyeRecData.h.
|
friend |
Definition at line 401 of file EyeRecData.h.
|
private |
Definition at line 377 of file EyeRecData.h.
Referenced by GetAxisFitChiSquare(), and SetAxisFitChiSquare().
|
private |
Definition at line 378 of file EyeRecData.h.
Referenced by GetAxisFitNDof(), and SetAxisFitChiSquare().
|
private |
Definition at line 363 of file EyeRecData.h.
Referenced by GetChi0TZeroCorrelation(), and SetTimeFitCorrelations().
|
private |
Definition at line 357 of file EyeRecData.h.
Referenced by GetChiZero(), and SetChiZero().
|
private |
Definition at line 358 of file EyeRecData.h.
Referenced by GetChiZeroError(), and SetChiZero().
|
private |
Definition at line 392 of file EyeRecData.h.
Referenced by AddCoordinate(), ClearCoordinates(), CoordinatesBegin(), CoordinatesEnd(), GetNCoordinates(), and RemoveCoordinate().
|
private |
Definition at line 372 of file EyeRecData.h.
Referenced by GetEastPhiCorrelation(), and SetAxisFitCorrelations().
|
private |
Definition at line 373 of file EyeRecData.h.
Referenced by GetEastTCoreCorrelation(), and SetAxisFitCorrelations().
|
private |
Definition at line 371 of file EyeRecData.h.
Referenced by GetEastThetaCorrelation(), and SetAxisFitCorrelations().
|
private |
Definition at line 342 of file EyeRecData.h.
Referenced by GetEyeId(), and SetEyeId().
|
private |
Definition at line 394 of file EyeRecData.h.
Referenced by GetLightFlux(), HasLightFlux(), LightFluxesBegin(), LightFluxesEnd(), and MakeLightFlux().
|
private |
Definition at line 367 of file EyeRecData.h.
Referenced by GetNorthEastCorrelation(), and SetAxisFitCorrelations().
|
private |
Definition at line 369 of file EyeRecData.h.
Referenced by GetNorthPhiCorrelation(), and SetAxisFitCorrelations().
|
private |
Definition at line 370 of file EyeRecData.h.
Referenced by GetNorthTCoreCorrelation(), and SetAxisFitCorrelations().
|
private |
Definition at line 368 of file EyeRecData.h.
Referenced by GetNorthThetaCorrelation(), and SetAxisFitCorrelations().
|
private |
Definition at line 398 of file EyeRecData.h.
|
private |
Definition at line 376 of file EyeRecData.h.
Referenced by GetPhiTCoreCorrelation(), and SetAxisFitCorrelations().
|
private |
pixels with Fluorescence Pulse
Definition at line 382 of file EyeRecData.h.
Referenced by AddPulsedPixel(), GetNPulsedPixels(), PulsedPixelsBegin(), PulsedPixelsEnd(), and RemovePulsedPixel().
|
private |
Definition at line 359 of file EyeRecData.h.
|
private |
Definition at line 362 of file EyeRecData.h.
Referenced by GetRpChi0Correlation(), and SetTimeFitCorrelations().
|
private |
Definition at line 360 of file EyeRecData.h.
Referenced by GetRpError(), and SetRp().
|
private |
Definition at line 361 of file EyeRecData.h.
Referenced by GetRpTZeroCorrelation(), and SetTimeFitCorrelations().
|
private |
Definition at line 348 of file EyeRecData.h.
|
private |
Definition at line 352 of file EyeRecData.h.
Referenced by GetSDPFitChiSquare(), and SetSDPFitChiSquare().
|
private |
Definition at line 353 of file EyeRecData.h.
Referenced by GetSDPFitNDof(), and SetSDPFitChiSquare().
|
private |
Definition at line 350 of file EyeRecData.h.
Referenced by GetSDPPhiError(), and SetSDPPhiError().
|
private |
pixels used for SDP
Definition at line 386 of file EyeRecData.h.
Referenced by AddSDPPixel(), GetNSDPPixels(), RemoveSDPPixel(), SDPPixelsBegin(), and SDPPixelsEnd().
|
private |
Definition at line 349 of file EyeRecData.h.
Referenced by GetSDPThetaError(), and SetSDPThetaError().
|
private |
Definition at line 351 of file EyeRecData.h.
Referenced by GetSDPCorrThetaPhi(), and SetSDPCorrThetaPhi().
|
private |
Definition at line 397 of file EyeRecData.h.
Referenced by GetFRecShower(), HasFRecShower(), and MakeFRecShower().
|
private |
Definition at line 374 of file EyeRecData.h.
Referenced by GetThetaPhiCorrelation(), and SetAxisFitCorrelations().
|
private |
Definition at line 375 of file EyeRecData.h.
Referenced by GetThetaTCoreCorrelation(), and SetAxisFitCorrelations().
|
private |
Definition at line 364 of file EyeRecData.h.
Referenced by GetTimeFitChiSquare(), and SetTimeFitChiSquare().
|
private |
Definition at line 365 of file EyeRecData.h.
Referenced by GetTimeFitNDof(), and SetTimeFitChiSquare().
|
private |
pixels used for Time Fit
Definition at line 390 of file EyeRecData.h.
Referenced by AddTimeFitPixel(), GetNTimeFitPixels(), RemoveTimeFitPixel(), TimeFitPixelsBegin(), and TimeFitPixelsEnd().
|
private |
Definition at line 395 of file EyeRecData.h.
Referenced by GetPhotonsStartTime(), and SetPhotonsStartTime().
|
private |
Definition at line 355 of file EyeRecData.h.
Referenced by GetTZero(), and SetTZero().
|
private |
Definition at line 356 of file EyeRecData.h.
Referenced by GetTZeroError(), and SetTZero().
|
private |
Definition at line 346 of file EyeRecData.h.