test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
InvMatrixCommonDefs.h
Go to the documentation of this file.
1 
7 #ifndef __CINT__
8 #ifndef InvMatrixCommonDefs_h
9 #define InvMatrixCommonDefs_h
10 
12 
13 #include <map>
14 
15 #define SCMaxPhi 20
16 #define SCMaxEta 85
17 //const int SCMaxPhi = 20 ;
18 //const int SCMaxEta = 85 ;
19 
20 namespace ecalIM
21 {
22 
23  typedef std::map<int,CalibCoeff> coeffMap ;
24  typedef std::map<int,CalibCoeff>::const_iterator coeffMapIt ;
25  typedef std::pair<coeffMapIt,coeffMapIt> coeffBlock ;
26 
27  int uniqueIndex (int eta, int phi) ;
28 
29 }
30 #endif
31 #endif
32 
std::map< int, CalibCoeff >::const_iterator coeffMapIt
std::map< int, CalibCoeff > coeffMap
std::pair< coeffMapIt, coeffMapIt > coeffBlock
int uniqueIndex(int eta, int phi)