ATLAS Offline Software
|
#include "SiClusterizationTool/NnNormalization.h"
#include "SiClusterizationToolNormalizationException.h"
#include <cmath>
#include <limits>
Go to the source code of this file.
Functions | |
bool | roughlyEqual (const double d, const double target, const double tolerance=0.001) |
double | norm_rawToT (const double input) |
double | back_rawToT (const double input) |
double | norm_ToT (const double input) |
double | back_ToT (const double input) |
double | norm_pitch (const double input, const bool addIBL) |
double | back_pitch (const double input, const bool addIBL) |
double | norm_layerNumber (const double input) |
double | back_layerNumber (const double input) |
double | norm_layerType (const double input) |
double | back_layerType (const double input) |
double | norm_phi (const double input) |
double | back_phi (const double input) |
double | norm_theta (const double input) |
double | back_theta (const double input) |
double | norm_phiBS (const double input) |
double | back_phiBS (const double input) |
double | norm_thetaBS (const double input) |
double | back_thetaBS (const double input) |
double | norm_etaModule (const double input) |
double | back_etaModule (const double input) |
double | norm_posX (const double input, const bool recenter) |
double | back_posX (const double input, const bool recenter) |
double | norm_posY (const double input) |
double | back_posY (const double input) |
double | norm_errorX (const double input) |
double | back_errorX (const double input) |
double | norm_errorY (const double input) |
double | back_errorY (const double input) |
double | errorHalfIntervalX (const int nParticles) |
double | errorHalfIntervalY (const int nParticles) |
double back_errorX | ( | const double | input | ) |
Definition at line 128 of file NnNormalization.cxx.
double back_errorY | ( | const double | input | ) |
Definition at line 136 of file NnNormalization.cxx.
double back_etaModule | ( | const double | input | ) |
Definition at line 104 of file NnNormalization.cxx.
double back_layerNumber | ( | const double | input | ) |
Definition at line 61 of file NnNormalization.cxx.
double back_layerType | ( | const double | input | ) |
Definition at line 67 of file NnNormalization.cxx.
double back_phi | ( | const double | input | ) |
Definition at line 75 of file NnNormalization.cxx.
double back_phiBS | ( | const double | input | ) |
Definition at line 90 of file NnNormalization.cxx.
Definition at line 45 of file NnNormalization.cxx.
Definition at line 113 of file NnNormalization.cxx.
double back_posY | ( | const double | input | ) |
Definition at line 122 of file NnNormalization.cxx.
double back_rawToT | ( | const double | input | ) |
Definition at line 20 of file NnNormalization.cxx.
double back_theta | ( | const double | input | ) |
Definition at line 83 of file NnNormalization.cxx.
double back_thetaBS | ( | const double | input | ) |
Definition at line 98 of file NnNormalization.cxx.
double back_ToT | ( | const double | input | ) |
Definition at line 28 of file NnNormalization.cxx.
double errorHalfIntervalX | ( | const int | nParticles | ) |
Definition at line 140 of file NnNormalization.cxx.
double errorHalfIntervalY | ( | const int | nParticles | ) |
Definition at line 144 of file NnNormalization.cxx.
double norm_errorX | ( | const double | input | ) |
Definition at line 125 of file NnNormalization.cxx.
double norm_errorY | ( | const double | input | ) |
Definition at line 132 of file NnNormalization.cxx.
double norm_etaModule | ( | const double | input | ) |
Definition at line 101 of file NnNormalization.cxx.
double norm_layerNumber | ( | const double | input | ) |
Definition at line 57 of file NnNormalization.cxx.
double norm_layerType | ( | const double | input | ) |
Definition at line 64 of file NnNormalization.cxx.
double norm_phi | ( | const double | input | ) |
Definition at line 71 of file NnNormalization.cxx.
double norm_phiBS | ( | const double | input | ) |
Definition at line 86 of file NnNormalization.cxx.
Definition at line 32 of file NnNormalization.cxx.
Definition at line 108 of file NnNormalization.cxx.
double norm_posY | ( | const double | input | ) |
Definition at line 118 of file NnNormalization.cxx.
double norm_rawToT | ( | const double | input | ) |
Definition at line 16 of file NnNormalization.cxx.
double norm_theta | ( | const double | input | ) |
Definition at line 79 of file NnNormalization.cxx.
double norm_thetaBS | ( | const double | input | ) |
Definition at line 94 of file NnNormalization.cxx.
double norm_ToT | ( | const double | input | ) |
Definition at line 24 of file NnNormalization.cxx.