#include <utl/config.h>
#include "LongitudinalXmaxScanner.h"
#include <adst/RecEvent.h>
#include <utl/AugerUnits.h>
#include <utl/MathConstants.h>
#include <utl/PhysicalConstants.h>
#include <utl/AugerException.h>
#include <utl/ErrorLogger.h>
#include <utl/Transformation.h>
#include <utl/ReferenceEllipsoid.h>
#include <utl/PhysicalFunctions.h>
#include <fwk/CoordinateSystemRegistry.h>
#include <det/Detector.h>
#include <fdet/FDetector.h>
#include <fdet/Eye.h>
#include <fdet/Telescope.h>
#include <fdet/Camera.h>
#include <fdet/Pixel.h>
#include <fdet/Channel.h>
#include <atm/ProfileResult.h>
#include <atm/AttenuationResult.h>
#include <atm/InclinedAtmosphericProfile.h>
#include <utl/Point.h>
#include <utl/Vector.h>
#include <utl/AxialVector.h>
#include <evt/Event.h>
#include <evt/GaisserHillas4Parameter.h>
#include <evt/ShowerFRecData.h>
#include "evt/ShowerRecData.h"
#include <TMatrixD.h>
#include <iostream>
Go to the source code of this file.
Functions | |
double | AverageErr (const double x0, const double x1, const double x2) |
double | SpaceAngle (const double angularLength, const FDEvent &fdEvent) |
Variables | |
const double | gcm2 = utl::g/utl::cm2 |
const double | kAverageLambda = 61*gcm2 |
const double | kAverageX0 = -121*gcm2 |
const double | kLambdaVar = 13*13*gcm2*gcm2 |
const double | kMaxVariance = 999*999*gcm2*gcm2 |
const double | kX0Var = 172*172*gcm2*gcm2 |
|
inline |
Definition at line 70 of file LongitudinalXmaxScanner.cc.
Referenced by otoa::LongitudinalXmaxScanner::PropagateGeometryUncertainty().
|
inline |
Definition at line 81 of file LongitudinalXmaxScanner.cc.
References degree, and std::pow().
Referenced by otoa::LongitudinalXmaxScanner::CalculateTotalError().
Definition at line 54 of file LongitudinalXmaxScanner.cc.
Referenced by FdProfileReconstructorKG::EnergyFitter::CalculateEnergy(), otoa::LongitudinalXmaxScanner::CalculateXmaxUncertainties(), otoa::LongitudinalXmaxScanner::EstimateXmaxVariance(), otoa::FD2ADST::FillGaisserHillas(), and otoa::SD2ADST::FillUniversality().
const double kAverageLambda = 61*gcm2 |
Definition at line 57 of file LongitudinalXmaxScanner.cc.
Referenced by otoa::LongitudinalXmaxScanner::PropagateProfileUncertainty().
const double kAverageX0 = -121*gcm2 |
Definition at line 58 of file LongitudinalXmaxScanner.cc.
Referenced by otoa::LongitudinalXmaxScanner::PropagateProfileUncertainty().
Definition at line 60 of file LongitudinalXmaxScanner.cc.
Referenced by otoa::LongitudinalXmaxScanner::EstimateXmaxVariance().
Definition at line 63 of file LongitudinalXmaxScanner.cc.
Referenced by otoa::LongitudinalXmaxScanner::CalculateTotalError(), otoa::LongitudinalXmaxScanner::EstimateXmaxErrors(), otoa::LongitudinalXmaxScanner::EstimateXmaxVariance(), otoa::LongitudinalXmaxScanner::PropagateGeometryUncertainty(), and otoa::LongitudinalXmaxScanner::PropagateProfileUncertainty().
Definition at line 61 of file LongitudinalXmaxScanner.cc.
Referenced by otoa::LongitudinalXmaxScanner::EstimateXmaxVariance().