CMS 3D CMS Logo

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  typedef std::map<int, CalibCoeff> coeffMap;
23  typedef std::map<int, CalibCoeff>::const_iterator coeffMapIt;
24  typedef std::pair<coeffMapIt, coeffMapIt> coeffBlock;
25 
26  int uniqueIndex(int eta, int phi);
27 
28 } // namespace ecalIM
29 #endif
30 #endif
std::map< int, CalibCoeff >::const_iterator coeffMapIt
std::map< int, CalibCoeff > coeffMap
std::pair< coeffMapIt, coeffMapIt > coeffBlock
int uniqueIndex(int eta, int phi)