Calibration
Tools
interface
InvMatrixCommonDefs.h
Go to the documentation of this file.
1
7
#ifndef __CINT__
8
#ifndef InvMatrixCommonDefs_h
9
#define InvMatrixCommonDefs_h
10
11
#include "
Calibration/Tools/interface/CalibCoeff.h
"
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
CalibCoeff.h
PVValHelper::eta
Definition:
PVValidationHelpers.h:70
ecalIM::coeffMapIt
std::map< int, CalibCoeff >::const_iterator coeffMapIt
Definition:
InvMatrixCommonDefs.h:23
ecalIM::coeffMap
std::map< int, CalibCoeff > coeffMap
Definition:
InvMatrixCommonDefs.h:22
ecalIM::uniqueIndex
int uniqueIndex(int eta, int phi)
Definition:
InvMatrixCommonDefs.cc:6
ecalIM
Definition:
InvMatrixCommonDefs.h:20
ecalIM::coeffBlock
std::pair< coeffMapIt, coeffMapIt > coeffBlock
Definition:
InvMatrixCommonDefs.h:24
Generated for CMSSW Reference Manual by
1.8.16