#include "SdSignalRecovery.h"#include <evt/Event.h>#include <sevt/SEvent.h>#include <sevt/Header.h>#include <sevt/StationRecData.h>#include <sevt/Station.h>#include <sevt/PMTCalibData.h>#include <sevt/PMTRecData.h>#include <sdet/SDetector.h>#include <sdet/Station.h>#include <fwk/CentralConfig.h>#include <fwk/RunController.h>#include <utl/Reader.h>#include <utl/PhysicalConstants.h>#include <utl/PhysicalFunctions.h>#include <utl/ErrorLogger.h>#include <utl/Math.h>#include <TMinuit.h>#include <cmath>Go to the source code of this file.
Namespaces | |
| SdSignalRecoveryKLT | |
Functions | |
| double | SdSignalRecoveryKLT::AmplitudeFunction (const double i1, const double i2, const double sigma, const double x) |
| double | SdSignalRecoveryKLT::ErrorParametrization (const double x) |
| double | SdSignalRecoveryKLT::NonLinearityUncertainty (const double x) |
| double | SdSignalRecoveryKLT::SigmaParametrization (const double value) |
| double | SdSignalRecoveryKLT::X0Parametrization (const double value) |
Variables | |
| double | SdSignalRecoveryKLT::kAlphaSat [] = { 1, 0.301299, 0.0720609, 0.0203313, 0.00631851, 0.00151839 } |
| double | SdSignalRecoveryKLT::kBetaSat [] = { 0, 4485.13, 8180.03, 9846.53, 10744.6, 11420.6 } |
| const double | SdSignalRecoveryKLT::kMaxMoyal = Moyal(0) |
| const int | SdSignalRecoveryKLT::kMinCounts = 100 |
| double | SdSignalRecoveryKLT::kSignalLimits [] = { 3209.62, 8059.1, 16107.5, 32043.5, 63697 } |
| const unsigned int | SdSignalRecoveryKLT::kTraceLength = 768 |
Implementation of SaturationRecovery
Definition in file SdSignalRecovery.cc.