CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/Calibration/Tools/src/InvMatrixCommonDefs.cc

Go to the documentation of this file.
00001 
00008 #include "Calibration/Tools/interface/InvMatrixCommonDefs.h"
00009 
00010 int
00011 ecalIM::uniqueIndex (int eta, int phi)
00012 {
00013   return eta * SCMaxPhi + phi ;
00014 }