CMS 3D CMS Logo

Typedefs | Functions

ecalIM Namespace Reference

Typedefs

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

Functions

int uniqueIndex (int eta, int phi)

Typedef Documentation

Definition at line 29 of file InvMatrixCommonDefs.h.

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

Definition at line 27 of file InvMatrixCommonDefs.h.

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

Definition at line 28 of file InvMatrixCommonDefs.h.


Function Documentation

int ecalIM::uniqueIndex ( int  eta,
int  phi 
)
Date:
2008/02/25 17:42:31
Revision:
1.2
Id:
InvMatrixCommonDefs.cc,v 1.2 2008/02/25 17:42:31 malberti Exp
Author:
Author:
malberti

Definition at line 11 of file InvMatrixCommonDefs.cc.

References phi, and SCMaxPhi.

{
  return eta * SCMaxPhi + phi ;
}