Classes | |
class | CorRand |
struct | EventFitData |
struct | FitConfig |
class | LDFLikelihoodFunction |
class | RdGeoCeLDFFitter |
struct | StationFitData |
Functions | |
double | BSpline (const double x, std::vector< double > t, const std::vector< double > c, const int k) |
double | get_k_ce (const double dxmax) |
double | geta (double rho) |
double | getAtmosphere (double h) |
double | getbCe (const double k, const double dxmax) |
double | getBGeo (double x) |
double | getCeEcorr (double x) |
double | getCeSigma (double x) |
double | getDensity (double h) |
double | getGeoEcorr (double x) |
double | getGeoR (double x) |
double | getGeoSigma (double x) |
double | getp (double r, double rcut, const double p2) |
double | getRcutCe (const double k, const double dxmax) |
double | getRcutGeo (double x) |
double | getVerticalHeight (double at) |
double | GetXmaxGumble (const double e, const double a) |
double | LDF_vB_parts (const double r, const double sigma, const double R, const double p) |
double | LDFCeDxmax (const double r, const double E, const double dxmax) |
std::pair< double, double > | LDFGeoCe (const double x, const double y, const double Erad, const double dxmax, const double coreX, const double coreY, const double zenith, const double sinalpha) |
double | LDFGeoDxmax (double r, double Erad, double dxmax) |
double | LDFvB (const double r, const double sigma, const double R, const double E, const double p) |
double | my_gamma2 (const double xx, const double E, const double sigma, const double k, const double rcut, const double b) |
Variables | |
const double | a [] = { -133.13151125e4, -13.973209265e4, 0.8378263431e4, 3.111742176, 0.01128292e4 } |
const double | b [] = { 1176.9833473e4, 1244.234531e4, 1464.0120855e4, 622.11207419e4, 1e4 } |
const double | c [] = { 954151.404e-2, 692708.89816e-2, 615439.43936e-2, 747969.08133e-2, 1.e7 } |
const double | h_max = 112829.2 |
const double | layers [] = { 9.5e3, 15.5e3, 36.5e3, 100e3 } |
double RdGeoCeLDFFitter::BSpline | ( | const double | x, |
std::vector< double > | t, | ||
const std::vector< double > | c, | ||
const int | k | ||
) |
Definition at line 29 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
References utl::m.
Referenced by get_k_ce(), getBGeo(), getCeEcorr(), getCeSigma(), getGeoEcorr(), getGeoR(), getGeoSigma(), and getRcutGeo().
double RdGeoCeLDFFitter::get_k_ce | ( | const double | dxmax | ) |
Definition at line 406 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
References a, b, BSpline(), c, and utl::g.
Referenced by LDFCeDxmax().
double RdGeoCeLDFFitter::geta | ( | double | rho | ) |
Definition at line 424 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
References a.
Referenced by LDFGeoCe().
double RdGeoCeLDFFitter::getAtmosphere | ( | double | h | ) |
Definition at line 544 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
References a, b, c, h_max, layers, and result.
Referenced by getVerticalHeight(), LDFGeoCe(), and RdGeoCeLDFFitter::RdGeoCeLDFFitter::Run().
double RdGeoCeLDFFitter::getbCe | ( | const double | k, |
const double | dxmax | ||
) |
Definition at line 383 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
Referenced by getRcutCe(), and LDFCeDxmax().
double RdGeoCeLDFFitter::getBGeo | ( | double | x | ) |
Definition at line 88 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
Referenced by LDFGeoDxmax().
double RdGeoCeLDFFitter::getCeEcorr | ( | double | x | ) |
Definition at line 274 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
Referenced by LDFCeDxmax().
double RdGeoCeLDFFitter::getCeSigma | ( | double | x | ) |
Definition at line 149 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
Referenced by LDFCeDxmax().
double RdGeoCeLDFFitter::getDensity | ( | double | h | ) |
Definition at line 587 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
References b, c, h_max, layers, and result.
Referenced by LDFGeoCe().
double RdGeoCeLDFFitter::getGeoEcorr | ( | double | x | ) |
Definition at line 166 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
Referenced by LDFGeoDxmax().
double RdGeoCeLDFFitter::getGeoR | ( | double | x | ) |
Definition at line 104 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
Referenced by LDFGeoDxmax().
double RdGeoCeLDFFitter::getGeoSigma | ( | double | x | ) |
Definition at line 131 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
Referenced by LDFGeoDxmax().
double RdGeoCeLDFFitter::getp | ( | double | r, |
double | rcut, | ||
const double | p2 | ||
) |
Definition at line 431 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
References b, max, and std::pow().
Referenced by LDFGeoDxmax(), and my_gamma2().
double RdGeoCeLDFFitter::getRcutCe | ( | const double | k, |
const double | dxmax | ||
) |
Definition at line 392 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
References b, getbCe(), and std::pow().
Referenced by LDFCeDxmax().
double RdGeoCeLDFFitter::getRcutGeo | ( | double | x | ) |
Definition at line 72 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
Referenced by LDFGeoDxmax().
double RdGeoCeLDFFitter::getVerticalHeight | ( | double | at | ) |
Definition at line 563 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
References a, b, c, getAtmosphere(), and layers.
Referenced by LDFGeoCe().
double RdGeoCeLDFFitter::GetXmaxGumble | ( | const double | e, |
const double | a | ||
) |
Definition at line 69 of file RdGeoCeLDFFitter.cc.
References utl::eV, and un2::lnA().
Referenced by RdGeoCeLDFFitter::RdGeoCeLDFFitter::Run().
double RdGeoCeLDFFitter::LDF_vB_parts | ( | const double | r, |
const double | sigma, | ||
const double | R, | ||
const double | p | ||
) |
Definition at line 443 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
References std::pow().
Referenced by LDFvB().
double RdGeoCeLDFFitter::LDFCeDxmax | ( | const double | r, |
const double | E, | ||
const double | dxmax | ||
) |
Definition at line 476 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
References b, get_k_ce(), getbCe(), getCeEcorr(), getCeSigma(), getRcutCe(), and my_gamma2().
Referenced by LDFGeoCe().
std::pair<double, double> RdGeoCeLDFFitter::LDFGeoCe | ( | const double | x, |
const double | y, | ||
const double | Erad, | ||
const double | dxmax, | ||
const double | coreX, | ||
const double | coreY, | ||
const double | zenith, | ||
const double | sinalpha | ||
) |
Definition at line 498 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
References a, geta(), getAtmosphere(), getDensity(), getVerticalHeight(), LDFCeDxmax(), LDFGeoDxmax(), and std::pow().
Referenced by RdGeoCeLDFFitter::LDFLikelihoodFunction::GetChi2FullEnergyFluence(), and RdGeoCeLDFFitter::LDFLikelihoodFunction::GetChi2LDFModel1().
double RdGeoCeLDFFitter::LDFGeoDxmax | ( | double | r, |
double | Erad, | ||
double | dxmax | ||
) |
Definition at line 486 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
References b, getBGeo(), getGeoEcorr(), getGeoR(), getGeoSigma(), getp(), getRcutGeo(), LDFvB(), and G4StationSimulatorOG::p.
Referenced by LDFGeoCe().
double RdGeoCeLDFFitter::LDFvB | ( | const double | r, |
const double | sigma, | ||
const double | R, | ||
const double | E, | ||
const double | p | ||
) |
Definition at line 448 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
References LDF_vB_parts(), RdBeamFormer::norm(), and std::pow().
Referenced by LDFGeoDxmax().
double RdGeoCeLDFFitter::my_gamma2 | ( | const double | xx, |
const double | E, | ||
const double | sigma, | ||
const double | k, | ||
const double | rcut, | ||
const double | b | ||
) |
Definition at line 464 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
References getp(), RdBeamFormer::norm(), G4StationSimulatorOG::p, and std::pow().
Referenced by LDFCeDxmax().
const double RdGeoCeLDFFitter::a[] = { -133.13151125e4, -13.973209265e4, 0.8378263431e4, 3.111742176, 0.01128292e4 } |
Definition at line 538 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
Referenced by aircraftsToJson(), Angle(), utl::Angle(), fwk::CentralConfig::AsString(), atm::AnalyticalCherenkovModel::AsymmCorrection(), atm::AnalyticalCherenkovModel::AsymmCorrectionOld(), utl::LambertWDetail::AsymptoticExpansion< 0 >(), utl::LambertWDetail::AsymptoticExpansion< 1 >(), utl::LambertWDetail::AsymptoticExpansion< 2 >(), utl::LambertWDetail::AsymptoticExpansion< 3 >(), utl::LambertWDetail::AsymptoticExpansion< 4 >(), utl::LambertWDetail::AsymptoticExpansion< 5 >(), DLECorrection::DLECorrection::b(), FastTankSimulatorOG::FastTankSimulator::CalculateDistanceInTank(), RdHyperbolicWavefrontFit::RdHyperbolicWavefrontFit::CalculateTimeResidual(), USCInterTankResponseNS::TankResponse::CDF(), RdHASLDFFitter::LDFFitFunction::ChargeExcessFractionParamICRC19(), RdHASLDFFitter::LDFFitFunction::ChargeExcessFractionParamICRC21(), sevt::SmallPMTCalibData::Checked(), atm::AnalyticalCherenkovModel::CherenkovTrackLength(), atm::CherenkovModel::CKVAerosol(), atm::CherenkovModel::CKVDirect(), mdet::Scintillator::ComputePlaneHelper(), TelescopeSimulatorLX::FDsimG4Materials::ConstructTableOfMaterials(), io::AtmosphereParameters_ROOT::Convert(), io::Vector_ROOT::ConvertAxial(), MdBiasCorrecterAG::MdBiasCorrecter::CorrectionFactor(), io::Corsika::CorsikaToPDG(), G4TankSimulatorOG::G4TankConstruction::CreateAluminium(), G4TankSimulatorASCII::G4TankConstruction::CreateAluminium(), G4XTankSimulatorAG::G4XTankConstruction::CreateAluminium(), G4StationSimulatorOG::G4StationConstruction::CreateAluminium(), G4TankSimulatorOG::G4TankConstruction::CreateElements(), G4TankSimulatorASCII::G4TankConstruction::CreateElements(), G4XTankSimulatorAG::G4XTankConstruction::CreateElements(), G4TankSimulatorASCII::G4TankConstruction::CreateIron(), GroundPropagatorAG::SoilConstruction::CreateMaterials(), EdepSimulatorAG::ScintillatorConstruction::CreateMaterials(), G4TankSimulatorOG::G4TankConstruction::CreateVacuum(), G4TankSimulatorASCII::G4TankConstruction::CreateVacuum(), G4XTankSimulatorAG::G4XTankConstruction::CreateVacuum(), ScintillatorLDFFinderKG::DeltaR(), detectModeS(), utl::Distance(), G4StationSimulatorOG::G4StationFastCerenkov::DoRayleighScatter(), G4StationSimulatorOG::G4TankFastCerenkov::DoRayleighScatter(), G4TankSimulatorASCII::G4TankFastCerenkov::DoRayleighScatter(), G4XTankSimulatorAG::G4XTankFastCerenkov::DoRayleighScatter(), G4TankSimulatorOG::G4TankFastCerenkov::DoRayleighScatter(), SdCalibPlotterOG::FADCTraceView::Draw(), SdCalibPlotterOG::PMTVEMTraceView::Draw(), SdCalibPlotterOG::StationVEMTraceView::Draw(), SdCalibPlotterOG::HistoView::DrawOffset(), otoa::LongitudinalXmaxScanner::EstimateXmaxVariance(), ParametricMuonProfileNS::ParametricMuonProfile::EvaluateProfile(), atm::ParametricXMLMieModel::EvaluateScatteringAngle(), atm::MeasuredDBMieModel::EvaluateScatteringAngle(), Extrapolate(), utl::InvisibleEnergy::Factor(), utl::InvisibleEnergy::FactorDerivative(), SdEACalibrationFillerKG::SdEACalibrationFiller::FillCalibrationInfo(), io::FillShowerProfileDataFromConex(), det::XXMLManager< Info >::FindModelBranch(), SdSimulationCalibratorOG::FindSignal(), fparam(), G4TankSimulatorASCII::G4TankOpBoundaryProcess::G4Swap(), G4TankSimulatorOG::G4TankOpBoundaryProcess::G4Swap(), G4XTankSimulatorAG::G4XTankOpBoundaryProcess::G4Swap(), TelescopeSimulatorLX::FDsimG4OpBoundaryProcess::G4Swap(), utl::MuonTimeModel::gcf(), get_k_ce(), geta(), getAtmosphere(), atm::VFluorescenceModel::GetDeExcitationTime(), FitterUtil::getFirstParticleArrivalTime(), utl::UTMPoint::GetGeodeticCoordinates(), utl::VectorIntegrator< utl::MuonArrivalTime::SuperArg, 4 >::GetIntegral(), utl::NucleusProperties::GetName(), RdPolarizationReconstructor::RdPolarizationReconstructor::GetPerpVector(), GeomAsymNS::GeomAsym::GetPzCut(), utl::ReferenceEllipsoid::GetRn(), utl::Integrator< utl::MuonArrivalTime::TimePDFArg >::GetRombergIntegral(), UnivTimeKG::LogNormalTimeModel::getShapeParameter(), utl::Integrator< utl::MuonArrivalTime::TimePDFArg >::GetSimpsonIntegral(), cdet::CStationListManager::GetStationCrown(), sdet::SStationListManager::GetStationCrown(), UnivParamTimeNS::UnivParamTime::GetTime(), mdet::MTimeVariance::GetTimeSigma2(), GeomAsymNS::GeomAsym::GetTmodAmod(), utl::Integrator< utl::MuonArrivalTime::TimePDFArg >::GetTrapezoidalIntegral(), getVerticalHeight(), utl::GoraCDF(), utl::GoraPDF(), RdGalacticDatasetMaker::RdGalacticDatasetMaker::GPSSecToLSTHourAuger(), RdChannelGalacticConstantsGenerator::RdChannelGalacticConstantsGenerator::GPSSecToLSTHourAuger(), RdChannelNoisePowerAnalyser::RdChannelNoisePowerAnalyser::GPSSecToLSTHourAuger(), utl::MuonTimeModel::gser(), ICAOAddressWasRecentlySeen(), CachedDirectInjectorOG::TankGeometry::if(), utl::IncompleteBeta(), utl::IncompleteGammaPCF(), utl::IncompleteGammaPSeries(), interactiveCreateAircraft(), interactiveFindAircraft(), interactiveFindAircraft2(), interactiveReceiveData(), interactiveRemoveStaleAircrafts(), interactiveShowData(), interactiveUpdateAircraftModeS(), utl::Intersection(), utl::InverseGoraCDF(), utl::InverseNormalCDF(), sdet::Station::IsHit(), LDFGeoCe(), fwk::CentralConfig::LogBootstrap(), main(), cic::ConstIntCut::MakeCDF2D(), mdet::Pixel::MakeSPEAt(), USCInterTankResponseNS::TankResponse::Mean(), EventGeneratorOG::MyPow10(), ShowerPhotonGeneratorOG::ShowerPhotonGenerator::NKGFunction(), utl::BasicVector< HepVector >::operator*=(), utl::BasicVector< HepVector >::operator/=(), utl::operator<<(), LDFFinderKG::LDFFinder::ParameterizedRc(), ParseListRange(), USCInterTankResponseNS::TankResponse::PDF(), TelescopeSimulatorKG::RTFunctions::Plane(), TelescopeSimulatorKG2::RTFunctions::Plane(), RdLDFFitter::RdLDFFitter::PlotScan(), utl::Md5Sum::ProcessBuffer(), utl::QuadraticMaximumInterpolation(), RdHyperbolicWavefrontFit::RdHyperbolicWavefrontFit::RdHyperbolicWavefrontFnc(), readAmplitudeFile(), io::CorsikaShowerFile::ReadProfile(), FdProfileConstrainedGeometryFit::PCGFitter::ScanChi0(), FdProfileConstrainedGeometryFitPG::PCGFitter::ScanChi0(), evt::GaisserHillas6Parameter::SetA(), evt::AtmosphereParameters::SetA(), sevt::SdFootprintData::SetAreaOverPeakAsymmetry(), sevt::PlaneFrontRecData::SetAxis(), utl::UTMPoint::SetFromLatitudeLongitude(), io::CorsikaShowerFile::SetHeaderTrailer(), evt::ShowerMRecData::SetMdSdAngle(), utl::wcd::SignalUncertaintyFactor(), utl::ssd::SignalUncertaintyFactor(), FastTankSimulatorOG::FastTankSimulator::SimulateComptonScattering(), utl::SolveQuadraticEquation(), cic::ConstIntCut::SortByFirst(), utl::XmaxParam::StandardDeviation(), Spline::General::BasisFunction::switch(), TestSparseVector::TestAddSubtract(), TestSparseVector::TestDotProduct(), testStringCompare::testEqual(), testStringCompare::testEqualPred(), testErrorLogger::testG4Logging(), testErrorLogger::testLowLevel(), testErrorLogger::testMacros(), TestSparseMatrix::TestMultiplication(), TestSparseMatrixVectorOp::TestMultiply(), TestSparseMatrixVectorOp::TestMultiply2(), TestSparseMatrix::TestNonSquareMultiplication(), TestSparseMatrix::TestNonSquareMultiplication2(), testStringCompare::testNotEqual(), testStringCompare::testNotEqualPred(), TestSparseVector::TestScalarMultiply(), testErrorLogger::testSeverity(), TestSMatrixSVector::TestSMatrixCtor(), testErrorLogger::testStream(), TestSMatrixSVector::TestSVectorCtor(), TestCoordinateSystem::TestTransformationChaining(), TestSparseMatrix::TestTranspose(), testErrorLogger::testVerbosity(), RdChannelLinearPredictorRFISuppressor::LinearPredictor::train(), utl::UniformAndersonDarling(), and atm::Arbeletche2021CherenkovAngularModel::UnnormalizedIntegralSineRight().
const double RdGeoCeLDFFitter::b[] = { 1176.9833473e4, 1244.234531e4, 1464.0120855e4, 622.11207419e4, 1e4 } |
Definition at line 539 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
Referenced by CachedShowerRegeneratorOG::StationInfo::AbsShift(), Angle(), utl::Angle(), atm::AnalyticalCherenkovModel::AsymmCorrection(), atm::AnalyticalCherenkovModel::AsymmCorrectionOld(), utl::LambertWDetail::AsymptoticExpansion< 0 >(), utl::LambertWDetail::AsymptoticExpansion< 1 >(), utl::LambertWDetail::AsymptoticExpansion< 2 >(), utl::LambertWDetail::AsymptoticExpansion< 3 >(), utl::LambertWDetail::AsymptoticExpansion< 4 >(), utl::LambertWDetail::AsymptoticExpansion< 5 >(), utl::BetaCF(), SimpleTankResponseNS::TankResponse::CalculateAverageAndSigma(), FastTankSimulatorOG::FastTankSimulator::CalculateDistanceInTank(), FdEnergyDepositFinderKG::ProfileCalculator::CalculateProfile(), RdHyperbolicWavefrontFit::RdHyperbolicWavefrontFit::CalculateTimeResidual(), io::CDASEventFile::CDASEventFile(), USCInterTankResponseNS::TankResponse::CDF(), utils::ceilquotient(), RdHASLDFFitter::LDFFitFunction::ChargeExcessFractionParamICRC19(), RdHASLDFFitter::LDFFitFunction::ChargeExcessFractionParamICRC21(), atm::AnalyticalCherenkovModel::CherenkovTrackLength(), atm::CherenkovModel::CKVDirect(), utl::Bin< utl::Accumulator::Collect, utl::EquidistantInNorm< cic::Event > >::Clear(), utl::ConfigParameter::ConfigParameter(), MdBiasCorrecterAG::MdBiasCorrecter::CorrectionFactor(), cprModFunction(), utl::PointerContainer::DeepCopy(), RdBeamFormer::RdHyperbolicWaveModel::delay(), ScintillatorLDFFinderKG::DeltaR(), detectModeS(), DLECorrection::DLECorrection::Direct_Light_Azim_Depen_PMT(), utl::Distance(), G4StationSimulatorOG::G4StationFastCerenkov::DoRayleighScatter(), G4StationSimulatorOG::G4TankFastCerenkov::DoRayleighScatter(), G4TankSimulatorASCII::G4TankFastCerenkov::DoRayleighScatter(), G4XTankSimulatorAG::G4XTankFastCerenkov::DoRayleighScatter(), G4TankSimulatorOG::G4TankFastCerenkov::DoRayleighScatter(), ParametricMuonProfileNS::ParametricMuonProfile::EvaluateProfile(), atm::ParametricXMLMieModel::EvaluateScatteringAngle(), atm::MeasuredDBMieModel::EvaluateScatteringAngle(), Extrapolate(), utl::InvisibleEnergy::Factor(), utl::InvisibleEnergy::FactorDerivative(), MdCornerClippingCorrecterAG::MdCornerClippingCorrecter::FillCornerClippingProbability(), fdet::FdChannelMappingManager::FillMaps(), io::FillShowerProfileDataFromConex(), SdSimulationCalibratorOG::FindSignal(), RdStationInterpolator::RdStationInterpolator::FindSurroundingNN(), G4TankSimulatorASCII::G4TankOpBoundaryProcess::G4Swap(), G4TankSimulatorOG::G4TankOpBoundaryProcess::G4Swap(), G4XTankSimulatorAG::G4XTankOpBoundaryProcess::G4Swap(), TelescopeSimulatorLX::FDsimG4OpBoundaryProcess::G4Swap(), utl::MuonTimeModel::gcf(), get_k_ce(), getAtmosphere(), utl::Branch::GetChild(), fwk::CentralConfig::GetConfig(), getDensity(), G4StationSimulatorOG::G4StationFastCerenkov::GetEllipsoidIntersect(), G4StationSimulatorOG::G4TankFastCerenkov::GetEllipsoidIntersect(), G4TankSimulatorASCII::G4TankFastCerenkov::GetEllipsoidIntersect(), G4XTankSimulatorAG::G4XTankFastCerenkov::GetEllipsoidIntersect(), G4TankSimulatorOG::G4TankFastCerenkov::GetEllipsoidIntersect(), utl::Branch::GetFirstChild(), utl::Branch::GetNChildren(), utl::Branch::GetNextSibling(), getp(), RdPolarizationReconstructor::RdPolarizationReconstructor::GetPerpVector(), utl::Branch::GetPreviousSibling(), GeomAsymNS::GeomAsym::GetPzCut(), getRcutCe(), UnivTimeKG::LogNormalTimeModel::getShapeParameter(), G4StationSimulatorOG::G4StationFastCerenkov::GetSphereIntersect(), G4StationSimulatorOG::G4TankFastCerenkov::GetSphereIntersect(), G4TankSimulatorASCII::G4TankFastCerenkov::GetSphereIntersect(), G4XTankSimulatorAG::G4XTankFastCerenkov::GetSphereIntersect(), G4TankSimulatorOG::G4TankFastCerenkov::GetSphereIntersect(), cdet::CStationListManager::GetStationCrown(), sdet::SStationListManager::GetStationCrown(), UnivParamTimeNS::UnivParamTime::GetTime(), mdet::MTimeVariance::GetTimeSigma2(), GeomAsymNS::GeomAsym::GetTmodAmod(), fwk::CentralConfig::GetTopBranch(), utl::Branch::GetTopBranch(), getVerticalHeight(), utl::GoraCDF(), utl::GoraPDF(), RdGalacticDatasetMaker::RdGalacticDatasetMaker::GPSSecToLSTHourAuger(), RdChannelGalacticConstantsGenerator::RdChannelGalacticConstantsGenerator::GPSSecToLSTHourAuger(), RdChannelNoisePowerAnalyser::RdChannelNoisePowerAnalyser::GPSSecToLSTHourAuger(), utl::IncompleteBeta(), utl::IncompleteGammaPCF(), VerificationRadio::Verification::Init(), RdStationRejector::RdStationRejector::Init(), MdADCCalibrationAG::MdADCCalibration::Init(), TriggerTimeCorrection::TriggerTimeCorrection::Init(), SdBadStationRejectorKG::SdBadStationRejector::Init(), RdVirtualStationNoiseImporter::RdVirtualStationNoiseImporter::Init(), MdModuleRejectorAG::MdModuleRejector::Init(), MdMuonCounterAG::MdMuonCounter::Init(), utl::IsProxy< T >::InRange(), utl::IsProxy< T >::InsideRange(), interactiveUpdateAircraftModeA(), utl::Intersection(), utl::InverseGoraCDF(), utl::InverseNormalCDF(), utl::Invert3x3(), is(), isDiag(), isEps(), isEpsDiag(), sdet::Station::IsHit(), CachedShowerRegeneratorOG::StationInfo::IsInInterval(), SdTraceCalibratorOG::IsInRange(), SdCalibratorOG::IsInRange(), isnot(), LDFCeDxmax(), LDFGeoDxmax(), LongTermCorrectionPerEye(), main(), cic::ConstIntCut::MakeCDF2D(), cic::ConstIntCut::MakePDF(), ShowerPhotonGeneratorOG::ShowerPhotonGenerator::NKGFunction(), testUTMPoint::oneLatLongConversion(), galactic::RelativisticChargeInMagneticFieldODE< MagneticFieldFunctor >::operator()(), utl::TypeLabeledContainer< Base, OwnershipPolicy >::DynamicCast< T >::operator()(), utl::SMatrix< n, m, T >::operator+=(), utl::SMatrix< n, m, T >::operator-=(), LDFFinderKG::LDFFinder::ParameterizedRc(), ParametricMuonProfileNS::ParametricMuonProfile::ParametricMuonProfile(), ParseListRange(), USCInterTankResponseNS::TankResponse::PDF(), TelescopeSimulatorKG::RTFunctions::Plane(), TelescopeSimulatorKG2::RTFunctions::Plane(), UnivRecNS::UnivRec::PlaneFit(), utl::Md5Sum::ProcessBuffer(), MdOptoElectronicSimulatorAG::MdOptoElectronicSimulator::ProcessPulses(), MdCounterSimulatorAG::MdCounterSimulator::ProcessPulses(), Rd2dLDFFitter::Rd2dLDFFitter::Quantile(), io::RadioFileAERAroot::RadioFileAERAroot(), RdHyperbolicWavefrontFit::RdHyperbolicWavefrontFit::RdHyperbolicWavefrontFnc(), io::CorsikaShowerFile::ReadProfile(), fwk::CentralConfig::Reset(), PlotGOESNS::PlotGOES::Run(), FdProfileConstrainedGeometryFit::PCGFitter::ScanChi0(), FdProfileConstrainedGeometryFitPG::PCGFitter::ScanChi0(), evt::GaisserHillas6Parameter::SetB(), evt::AtmosphereParameters::SetB(), G4StationSimulatorOG::G4StationTrackingAction::SetFirstStepInVolume(), io::CorsikaShowerFile::SetHeaderTrailer(), evt::ShowerSRecData::SetSeedBarycenter(), utl::wcd::SignalUncertaintyFactor(), utl::ssd::SignalUncertaintyFactor(), FastTankSimulatorOG::FastTankSimulator::SimulateComptonScattering(), RdPolarGrid::RdPolarGrid::skyVector(), utl::SolveQuadraticEquation(), cic::ConstIntCut::SortByFirst(), utl::XmaxParam::StandardDeviation(), USCInterTankResponseNS::TankResponse::StDev(), FdTriggerSimulatorOG::FdTriggerSimulator::T2Trigger(), TabularTankResponseNS::TankResponse::TankResponse(), TestSparseVector::TestAddSubtract(), TestSparseVector::TestDotProduct(), testStringCompare::testEqual(), testStringCompare::testEqualPred(), TestTypeLabeledContainer::TestInsert(), testErrorLogger::testLowLevel(), testErrorLogger::testMacros(), TestSparseMatrix::TestMultiplication(), TestSparseMatrixVectorOp::TestMultiply(), TestSparseMatrix::TestNonSquareMultiplication(), TestSparseMatrix::TestNonSquareMultiplication2(), testStringCompare::testNotEqual(), testStringCompare::testNotEqualPred(), testRawFile::testRandomAccess(), testRawFile::testReadHeader(), testRawFile::testReadToTrailer(), TestSparseVector::TestScalarMultiply(), testErrorLogger::testSeverity(), testErrorLogger::testStream(), ReaderTest::testTabulatedFunction(), TestCoordinateSystem::TestTransformationChaining(), testErrorLogger::testVerbosity(), ReaderTest::testWarning(), RdChannelLinearPredictorRFISuppressor::LinearPredictor::train(), utl::UniformAndersonDarling(), atm::Arbeletche2021CherenkovAngularModel::UnnormalizedIntegralRight(), atm::Arbeletche2021CherenkovAngularModel::UnnormalizedIntegralSineRight(), USCMuonProfileNS::USCMuonProfile::USCMuonProfile(), mdet::VarianceForm1(), and RdBeamFormer::RdBeamFormer::WriteASCII().
const double RdGeoCeLDFFitter::c[] = { 954151.404e-2, 692708.89816e-2, 615439.43936e-2, 747969.08133e-2, 1.e7 } |
Definition at line 540 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
Referenced by atm::AnalyticalCherenkovModel::AngularCDF(), atm::AnalyticalCherenkovModel::AngularPDF(), MdOptoElectronicSimulatorAG::MdOptoElectronicSimulator::ApplyCITIROCTransfer(), MdCounterSimulatorAG::MdCounterSimulator::ApplyCITIROCTransfer(), MdOptoElectronicSimulatorAG::MdOptoElectronicSimulator::ApplyTransferBlock(), MdCounterSimulatorAG::MdCounterSimulator::ApplyTransferBlock(), tst::Validatrix::BeLabel(), utl::BetaCF(), RdGlobalFit::RdGlobalFitMinimizationCriterion::calcTimeMinCrit(), FastTankSimulatorOG::FastTankSimulator::CalculateDistanceInTank(), otoa::FOVCalculator::CalculateFOVBoundaries(), evt::ShowerFRecData::CalculatePointOnShower(), io::Channel_ROOT::Channel_ROOT(), atm::AnalyticalCherenkovModel::CherenkovIntegral(), atm::AnalyticalCherenkovModel::CherenkovTrackLength(), tst::Validatrix::CompareCode(), fevt::Telescope::CorrectIds(), io::Counter_ROOT::Counter_ROOT(), ScintillatorLDFFinderKG::DeltaR(), fwk::CentralConfig::DescendAndReplace(), Chi2ForSphericalWaveFitVarC::DoEval(), Chi2ForSphericalWaveFit::DoEval(), Chi2ForPlaneWaveFit::DoEval(), Chi2ForConicalWaveFit::DoEval(), FdTriggerSimulatorOG::FdTriggerSimulator::DoPixelList(), G4StationSimulatorOG::G4StationFastCerenkov::DoRayleighScatter(), G4StationSimulatorOG::G4TankFastCerenkov::DoRayleighScatter(), G4TankSimulatorASCII::G4TankFastCerenkov::DoRayleighScatter(), G4XTankSimulatorAG::G4XTankFastCerenkov::DoRayleighScatter(), G4TankSimulatorOG::G4TankFastCerenkov::DoRayleighScatter(), SdRecPlotterOG::AccidentalInfo::DrawArray(), SdRecPlotterOG::SilentInfo::DrawArray(), atm::ParametricXMLMieModel::EvaluateScatteringAngle(), atm::MeasuredDBMieModel::EvaluateScatteringAngle(), un2::Exponential(), otoa::FOVCalculator::FdUpAndRunning(), io::FillShowerProfileDataFromConex(), otoa::FD2ADST::FillViewingAngle(), utl::ReadStream::FilterComments(), SdCalibPlotterOG::SdCalibPlotter::Finish(), SdRecPlotterOG::SdRecPlotter::Finish(), TimeModelTestKG::TimeModelTest::Finish(), fwk::RunController::FinishBranch(), utl::MuonTimeModel::gcf(), det::ComponentGroup< P, C, Creator, ManagerProvider >::Get(), get_k_ce(), getAtmosphere(), getBGeo(), getCeEcorr(), getCeSigma(), fevt::Telescope::GetChannel(), RdGeoCeLDFFitter::LDFLikelihoodFunction::GetChi2LDFModel1(), getDensity(), G4StationSimulatorOG::G4StationFastCerenkov::GetEllipsoidIntersect(), G4StationSimulatorOG::G4TankFastCerenkov::GetEllipsoidIntersect(), G4TankSimulatorASCII::G4TankFastCerenkov::GetEllipsoidIntersect(), G4XTankSimulatorAG::G4XTankFastCerenkov::GetEllipsoidIntersect(), G4TankSimulatorOG::G4TankFastCerenkov::GetEllipsoidIntersect(), getGeoEcorr(), getGeoR(), getGeoSigma(), un2::GetIntegratedTotalSignalSum(), GeomAsymNS::GeomAsym::GetPzCut(), getRcutGeo(), G4StationSimulatorOG::G4StationFastCerenkov::GetSphereIntersect(), G4StationSimulatorOG::G4TankFastCerenkov::GetSphereIntersect(), G4TankSimulatorASCII::G4TankFastCerenkov::GetSphereIntersect(), G4XTankSimulatorAG::G4XTankFastCerenkov::GetSphereIntersect(), G4TankSimulatorOG::G4TankFastCerenkov::GetSphereIntersect(), GeometryGeneratorKG::GeometryGenerator::GetTheta(), un2::GetTimeQuantile(), RdWaveFit::RdWaveFit::GetTimeResiduals(), getVerticalHeight(), fevt::Telescope::HasChannel(), utl::IncompleteGammaPCF(), mdet::Scintillator::InExtent(), TriggerTimeCorrection::TriggerTimeCorrection::Init(), SdPMTSimulatorOG::SdPMTSimulator::Init(), TimeModelTestKG::TimeModelTest::Init(), tls::Geant4Manager::InitPhysics(), utl::Intersection(), utl::InverseNormalCDF(), Sd5T5Tester::Sd5T5Tester::IsAccepted(), sdet::Station::IsHit(), utl::LoadConfig(), LocalMuonAngle(), fwk::CentralConfig::LogBootstrap(), main(), evt::ComponentGroup< Scintillator >::Make(), fevt::Telescope::MakeChannel(), utl::TabularStream::MakeFormat(), modesAcceptClients(), modesReadFromClients(), modesSendAllClients(), SdAccidentalInjectorKG::CylinderSurfaceSampler::operator()(), utl::operator*(), utl::operator>>(), io::MEvent_ROOT::operator>>(), io::Module_ROOT::operator>>(), testErrorPropagator::OutputMatrix(), tst::Validatrix::Pack(), io::EventFileChain::Parse(), UnivRecNS::UnivRec::PlaneFit(), TestProbability::PlotFisher1(), TestProbability::PlotFisher2(), ShowerPhotonGeneratorOG::ShowerPhotonGenerator::PlotLDF(), utl::PolynomialInterpolation(), utl::TableColumn::Pop(), utl::CountedObjectRegistry::PrintStatistics(), utl::Md5Sum::ProcessBuffer(), MdOptoElectronicSimulatorAG::MdOptoElectronicSimulator::ProcessPulses(), MdCounterSimulatorAG::MdCounterSimulator::ProcessPulses(), ProfileSimulatorOG::ProfileSimulator::RandomLambda(), ProfileSimulatorOG::ProfileSimulator::RandomNMax(), ProfileSimulatorOG::ProfileSimulator::RandomXMax(), ProfileSimulatorOG::ProfileSimulator::RandomXOne(), ProfileSimulatorOG::ProfileSimulator::RandomXZero(), RdChannelASCIINoiseImporterRD::RdChannelASCIINoiseImporterRD::ReadNoiseFile(), io::CorsikaShowerFile::ReadProfile(), io::revtChannel_ROOT::revtChannel_ROOT(), Rd2dLDFFitter::Rd2dLDFFitter::Run(), EventGeneratorOG::EventGenerator::Run(), LDFTestKG::LDFTest::Run(), RdGlobalFit::RdGlobalFit::Run(), MuonCounterViewerAG::MuonCounterViewer::Run(), SdSimMuonNumberFitterNS::SdSimMuonNumberFitter::Run(), RdPolarizationReconstructor::RdPolarizationReconstructor::Run(), G4StationSimulatorOG::G4StationSimulator::Setup::Set(), evt::GaisserHillas6Parameter::SetC(), evt::AtmosphereParameters::SetC(), io::CorsikaShowerFile::SetHeaderTrailer(), mevt::Counter::SetPlaneFrontDelay(), mevt::Counter::SetT502SdStart(), snipMode(), utl::SolveQuadraticEquation(), sdet::StringToXMLString(), tst::Validatrix::Unpack::Tag(), testAnalyticCoordinateTransformator::testCartesianToSpherical(), testErrorPropagation::TestCorrelationMatrix(), testErrorPropagator::TestCovarianceMatrix(), TestTypeLabeledContainer::TestInsert(), TestSparseMatrix::TestMultiplication(), TestSparseMatrix::TestNonSquareMultiplication(), TestSparseMatrix::TestNonSquareMultiplication2(), FdTriggerSimulatorOG::FdTriggerSimulator::TestPattern(), testAnalyticCoordinateTransformator::testSphericalToCartesian(), utl::UniformChi2Ndof(), utl::UniformPoissonChi2(), atm::Arbeletche2021CherenkovAngularModel::UnnormalizedIntegralRight(), atm::Arbeletche2021CherenkovAngularModel::UnnormalizedIntegralSineRight(), SdRecPlotterOG::CandidateInfo::~CandidateInfo(), fwk::CentralConfig::~CentralConfig(), TelescopeSimulatorKG::RayTracer::~RayTracer(), and TelescopeSimulatorKG2::RayTracer::~RayTracer().
const double RdGeoCeLDFFitter::h_max = 112829.2 |
Definition at line 542 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
Referenced by getAtmosphere(), getDensity(), AtmosphereNS::Atmosphere::GetDensity_i(), and AtmosphereNS::Atmosphere::HeightToVertDepth().
const double RdGeoCeLDFFitter::layers[] = { 9.5e3, 15.5e3, 36.5e3, 100e3 } |
Definition at line 541 of file RdGeoCeLDFFitter/LikelihoodFunction.cc.
Referenced by getAtmosphere(), getDensity(), and getVerticalHeight().