CMS 3D CMS Logo

Typedefs | Functions
ecalIM Namespace Reference

Typedefs

typedef std::pair< coeffMapIt, coeffMapItcoeffBlock
 
typedef std::map< int, CalibCoeffcoeffMap
 
typedef std::map< int, CalibCoeff >::const_iterator coeffMapIt
 

Functions

int uniqueIndex (int eta, int phi)
 

Typedef Documentation

◆ coeffBlock

Definition at line 24 of file InvMatrixCommonDefs.h.

◆ coeffMap

typedef std::map<int, CalibCoeff> ecalIM::coeffMap

Definition at line 22 of file InvMatrixCommonDefs.h.

◆ coeffMapIt

typedef std::map<int, CalibCoeff>::const_iterator ecalIM::coeffMapIt

Definition at line 23 of file InvMatrixCommonDefs.h.

Function Documentation

◆ uniqueIndex()

int ecalIM::uniqueIndex ( int  eta,
int  phi 
)

Definition at line 6 of file InvMatrixCommonDefs.cc.

6 { return eta * SCMaxPhi + phi; }

References PVValHelper::eta, PVValHelper::phi, and SCMaxPhi.

SCMaxPhi
#define SCMaxPhi
Definition: InvMatrixCommonDefs.h:15
PVValHelper::eta
Definition: PVValidationHelpers.h:69
PVValHelper::phi
Definition: PVValidationHelpers.h:68