Classes | |
class | SignalRecovery |
describe me More... | |
Functions | |
double | AmplitudeFunction (const double i1, const double i2, const double sigma, const double x) |
double | ErrorParametrization (const double x) |
double | NonLinearityUncertainty (const double x) |
double | SigmaParametrization (const double value) |
double | X0Parametrization (const double value) |
Variables | |
double | kAlphaSat [] = { 1, 0.301299, 0.0720609, 0.0203313, 0.00631851, 0.00151839 } |
double | kBetaSat [] = { 0, 4485.13, 8180.03, 9846.53, 10744.6, 11420.6 } |
const double | kMaxMoyal = Moyal(0) |
const int | kMinCounts = 100 |
double | kSignalLimits [] = { 3209.62, 8059.1, 16107.5, 32043.5, 63697 } |
const unsigned int | kTraceLength = 768 |
|
inline |
Definition at line 55 of file SdSignalRecovery.cc.
References utl::kPi, and sqrt().
Referenced by SdSignalRecoveryKLT::SignalRecovery::ComputeAmplitude(), and SdSignalRecoveryKLT::SignalRecovery::SaturationFitFnc().
|
inline |
Definition at line 85 of file SdSignalRecovery.cc.
References utl::Sqr(), and sqrt().
Referenced by SdSignalRecoveryKLT::SignalRecovery::RecoverSignal().
|
inline |
Definition at line 97 of file SdSignalRecovery.cc.
References std::pow().
Referenced by SdSignalRecoveryKLT::SignalRecovery::RecoverSignal().
|
inline |
Definition at line 66 of file SdSignalRecovery.cc.
Referenced by SdSignalRecoveryKLT::SignalRecovery::SaturationFitDriver().
|
inline |
Definition at line 75 of file SdSignalRecovery.cc.
References std::pow().
Referenced by SdSignalRecoveryKLT::SignalRecovery::SaturationFitDriver().
double SdSignalRecoveryKLT::kAlphaSat[] = { 1, 0.301299, 0.0720609, 0.0203313, 0.00631851, 0.00151839 } |
Definition at line 47 of file SdSignalRecovery.cc.
Referenced by SdSignalRecoveryKLT::SignalRecovery::ComputeAmplitude(), SdSignalRecoveryKLT::SignalRecovery::SaturationFitFnc(), and SdSignalRecoveryKLT::SignalRecovery::SetNonLinearityCurve().
double SdSignalRecoveryKLT::kBetaSat[] = { 0, 4485.13, 8180.03, 9846.53, 10744.6, 11420.6 } |
Definition at line 48 of file SdSignalRecovery.cc.
Referenced by SdSignalRecoveryKLT::SignalRecovery::ComputeAmplitude(), SdSignalRecoveryKLT::SignalRecovery::SaturationFitFnc(), and SdSignalRecoveryKLT::SignalRecovery::SetNonLinearityCurve().
const double SdSignalRecoveryKLT::kMaxMoyal = Moyal(0) |
Definition at line 45 of file SdSignalRecovery.cc.
Referenced by SdSignalRecoveryKLT::SignalRecovery::ComputeAmplitude().
const int SdSignalRecoveryKLT::kMinCounts = 100 |
Definition at line 50 of file SdSignalRecovery.cc.
Referenced by SdSignalRecoveryKLT::SignalRecovery::RecoverSignal(), and SdSignalRecoveryKLT::SignalRecovery::SaturationFitFnc().
double SdSignalRecoveryKLT::kSignalLimits[] = { 3209.62, 8059.1, 16107.5, 32043.5, 63697 } |
Definition at line 46 of file SdSignalRecovery.cc.
Referenced by SdSignalRecoveryKLT::SignalRecovery::ComputeAmplitude(), SdSignalRecoveryKLT::SignalRecovery::SaturationFitFnc(), and SdSignalRecoveryKLT::SignalRecovery::SetNonLinearityCurve().
const unsigned int SdSignalRecoveryKLT::kTraceLength = 768 |
Definition at line 41 of file SdSignalRecovery.cc.
Referenced by SdSignalRecoveryKLT::SignalRecovery::ComputeAmplitude(), SdSignalRecoveryKLT::SignalRecovery::RecoverSignal(), SdSignalRecoveryKLT::SignalRecovery::RecoverSignalUndershoot(), SdSignalRecoveryKLT::SignalRecovery::SaturationFitDriver(), and SdSignalRecoveryKLT::SignalRecovery::SaturationFitFnc().