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 
11 #ifndef __CINT__
12 #ifndef InvMatrixCommonDefs_h
13 #define InvMatrixCommonDefs_h
14 
16 
17 #include <map>
18 
19 #define SCMaxPhi 20
20 #define SCMaxEta 85
21 //const int SCMaxPhi = 20 ;
22 //const int SCMaxEta = 85 ;
23 
24 namespace ecalIM
25 {
26 
27  typedef std::map<int,CalibCoeff> coeffMap ;
28  typedef std::map<int,CalibCoeff>::const_iterator coeffMapIt ;
29  typedef std::pair<coeffMapIt,coeffMapIt> coeffBlock ;
30 
31  int uniqueIndex (int eta, int phi) ;
32 
33 }
34 #endif
35 #endif
36 
std::map< int, CalibCoeff >::const_iterator coeffMapIt
T eta() const
std::map< int, CalibCoeff > coeffMap
std::pair< coeffMapIt, coeffMapIt > coeffBlock
int uniqueIndex(int eta, int phi)
Definition: DDAxes.h:10