File indexing completed on 2024-04-06 12:25:38
0001 #ifndef RecoLocalCalo_EcalDeadChannelRecoveryAlgos_EcalCrystalMatrixProbability_CC
0002 #define RecoLocalCalo_EcalDeadChannelRecoveryAlgos_EcalCrystalMatrixProbability_CC
0003
0004
0005
0006
0007
0008
0009
0010 #include "TMath.h"
0011
0012 template <typename T>
0013 class EcalCrystalMatrixProbality {
0014 public:
0015 static double Central(double x);
0016 static double Diagonal(double x);
0017 static double UpDown(double x);
0018 static double ReftRight(double x);
0019 };
0020
0021 #endif