00001
00011 #ifndef __CINT__
00012 #ifndef InvMatrixCommonDefs_h
00013 #define InvMatrixCommonDefs_h
00014
00015 #include "Calibration/Tools/interface/CalibCoeff.h"
00016
00017 #include <map>
00018
00019 #define SCMaxPhi 20
00020 #define SCMaxEta 85
00021
00022
00023
00024 namespace ecalIM
00025 {
00026
00027 typedef std::map<int,CalibCoeff> coeffMap ;
00028 typedef std::map<int,CalibCoeff>::const_iterator coeffMapIt ;
00029 typedef std::pair<coeffMapIt,coeffMapIt> coeffBlock ;
00030
00031 int uniqueIndex (int eta, int phi) ;
00032
00033 }
00034 #endif
00035 #endif
00036