Back to home page

Project CMSSW displayed by LXR

 
 

    


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 //  Original Author:   Stilianos Kesisoglou - Institute of Nuclear and Particle
0006 // Physics NCSR Demokritos (Stilianos.Kesisoglou@cern.ch)
0007 //          Created:   Mon Feb 04 10:45:16 EET 2013
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