#include "Math/SVector.h"
#include "Math/SMatrix.h"
#include "RecoLocalCalo/EcalRecAlgos/interface/EcalUncalibRecHitRecAbsAlgo.h"
#include "CondFormats/EcalObjects/interface/EcalSampleMask.h"
#include <vector>
#include <array>
#include "DataFormats/Math/interface/approx_exp.h"
#include "DataFormats/Math/interface/approx_log.h"
#include <random>
Go to the source code of this file.
Namespaces | |
myMath | |
Macros | |
#define | RANDOM_MAGIC |
Functions | |
float | myMath::fast_expf (float x) |
float | myMath::fast_logf (float x) |
#define RANDOM_MAGIC |
Definition at line 22 of file EcalUncalibRecHitRatioMethodAlgo.h.