Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:38

0001 // -*- C++ -*-
0002 //
0003 // Package:     L1Trigger/RPCTechnicalTrigger
0004 // Class  :     GeometryConstants
0005 //
0006 // Implementation:
0007 //     [Notes on implementation]
0008 //
0009 // Original Author:  Christopher Jones
0010 //         Created:  Fri, 16 Nov 2018 20:00:03 GMT
0011 //
0012 
0013 // system include files
0014 
0015 // user include files
0016 #include "GeometryConstants.h"
0017 
0018 namespace rpctechnicaltrigger {
0019   const std::map<int, int> s_layermap = {
0020       {113, 0},  //RB1InFw
0021       {123, 1},  //RB1OutFw
0022 
0023       {20213, 2},  //RB22Fw
0024       {20223, 2},  //RB22Fw
0025       {30223, 3},  //RB23Fw
0026       {30213, 3},  //RB23Fw
0027       {30212, 4},  //RB23M
0028       {30222, 4},  //RB23M
0029 
0030       {313, 5},  //RB3Fw
0031       {413, 6},  //RB4Fw
0032       {111, 7},  //RB1InBk
0033       {121, 8},  //RB1OutBk
0034 
0035       {20211, 9},   //RB22Bw
0036       {20221, 9},   //RB22Bw
0037       {30211, 10},  //RB23Bw
0038       {30221, 10},  //RB23Bw
0039 
0040       {311, 11},  //RB3Bk
0041       {411, 12}   //RB4Bk
0042   };
0043 }