CMS 3D CMS Logo

InvMatrixCommonDefs.h

Go to the documentation of this file.
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 //const int  SCMaxPhi = 20 ;
00022 //const int  SCMaxEta = 85 ;
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 

Generated on Tue Jun 9 17:25:41 2009 for CMSSW by  doxygen 1.5.4