Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:59:30

0001 /**   
0002 */
0003 
0004 #include "Calibration/Tools/interface/InvMatrixCommonDefs.h"
0005 
0006 int ecalIM::uniqueIndex(int eta, int phi) { return eta * SCMaxPhi + phi; }