CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalCrystalMatrixProbality.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_EcalDeadChannelRecoveryAlgos_EcalCrystalMatrixProbability_CC
2 #define RecoLocalCalo_EcalDeadChannelRecoveryAlgos_EcalCrystalMatrixProbability_CC
3 
4 //
5 // Original Author: Stilianos Kesisoglou - Institute of Nuclear and Particle
6 // Physics NCSR Demokritos (Stilianos.Kesisoglou@cern.ch)
7 // Created: Mon Feb 04 10:45:16 EET 2013
8 //
9 
10 #include "TMath.h"
11 
12 template <typename T> class EcalCrystalMatrixProbality {
13  public:
14  static double Central(double x);
15  static double Diagonal(double x);
16  static double UpDown(double x);
17  static double ReftRight(double x);
18 };
19 
20 #endif
static double UpDown(double x)
static double ReftRight(double x)
static double Diagonal(double x)
static double Central(double x)