CMS 3D CMS Logo

List of all members | Public Member Functions
CSCIndexerPostls1 Class Reference

#include <CSCIndexerPostls1.h>

Inheritance diagram for CSCIndexerPostls1:
CSCIndexerBase

Public Member Functions

int dbIndex (const CSCDetId &id, int &channel) const override
 
std::pair< CSCDetId, IndexTypedetIdFromChipIndex (IndexType ichi) const override
 
CSCIndexerBase::GasGainIndexType detIdFromGasGainIndex (IndexType igg) const override
 
std::pair< CSCDetId, IndexTypedetIdFromStripChannelIndex (LongIndexType ichi) const override
 
std::string name () const override
 
 ~CSCIndexerPostls1 () override
 
maxIndexMethods
LongIndexType maxStripChannelIndex () const override
 
IndexType maxChipIndex () const override
 
IndexType maxGasGainIndex () const override
 
nonIndexCountingMethods
IndexType onlineRingsInStation (IndexType is) const override
 
IndexType stripChannelsPerOfflineLayer (IndexType is, IndexType ir) const override
 
IndexType stripChannelsPerOnlineLayer (IndexType is, IndexType ir) const override
 
IndexType chipsPerOnlineLayer (IndexType is, IndexType ir) const override
 
stripIndexMethods
IndexType stripChannelsPerLayer (IndexType is, IndexType ir) const override
 
LongIndexType stripChannelStart (IndexType ie, IndexType is, IndexType ir) const override
 
chipIndexMethods
IndexType chipsPerLayer (IndexType is, IndexType ir) const override
 
IndexType chipStart (IndexType ie, IndexType is, IndexType ir) const override
 
gasGainIndexMethods
IndexType sectorStart (IndexType ie, IndexType is, IndexType ir) const override
 
- Public Member Functions inherited from CSCIndexerBase
IndexType chamberLabelFromChamberIndex (IndexType) const
 
 CSCIndexerBase ()
 
virtual ~CSCIndexerBase ()
 
IndexType maxChamberIndex () const
 
IndexType maxLayerIndex () const
 
IndexType ringsInStation (IndexType is) const
 
IndexType offlineRingsInStation (IndexType is) const
 
IndexType chambersInRingOfStation (IndexType is, IndexType ir) const
 
IndexType sectorsPerOnlineLayer (IndexType is, IndexType ir) const
 
IndexType startChamberIndexInEndcap (IndexType ie, IndexType is, IndexType ir) const
 
IndexType chamberIndex (IndexType ie, IndexType is, IndexType ir, IndexType ic) const
 
IndexType chamberIndex (const CSCDetId &id) const
 
IndexType layerIndex (IndexType ie, IndexType is, IndexType ir, IndexType ic, IndexType il) const
 
IndexType layerIndex (const CSCDetId &id) const
 
LongIndexType stripChannelIndex (IndexType ie, IndexType is, IndexType ir, IndexType ic, IndexType il, IndexType istrip) const
 
LongIndexType stripChannelIndex (const CSCDetId &id, IndexType istrip) const
 
IndexType chipIndex (IndexType ie, IndexType is, IndexType ir, IndexType ic, IndexType il, IndexType ichip) const
 
IndexType chipIndex (const CSCDetId &id, IndexType ichip) const
 
IndexType chipIndex (IndexType istrip) const
 
IndexType hvSegmentsPerLayer (IndexType is, IndexType ir) const
 
IndexType hvSegmentIndex (IndexType is, IndexType ir, IndexType iwire) const
 
IndexType sectorsPerLayer (IndexType is, IndexType ir) const
 
IndexType gasGainIndex (IndexType ie, IndexType is, IndexType ir, IndexType ic, IndexType il, IndexType ihvsegment, IndexType ichip) const
 
IndexType gasGainIndex (const CSCDetId &id, IndexType istrip, IndexType iwire) const
 
IndexType gasGainIndex (IndexType ihvsegment, IndexType ichip, const CSCDetId &id) const
 
CSCDetId detIdFromChamberIndex (IndexType ici) const
 
CSCDetId detIdFromLayerIndex (IndexType ili) const
 

Additional Inherited Members

- Public Types inherited from CSCIndexerBase
typedef boost::tuple< CSCDetId, IndexType, IndexTypeGasGainIndexType
 
typedef uint16_t IndexType
 
typedef uint32_t LongIndexType
 
- Protected Member Functions inherited from CSCIndexerBase
CSCDetId detIdFromChamberLabel (IndexType ie, IndexType icl) const
 
- Protected Attributes inherited from CSCIndexerBase
std::vector< IndexTypechamberLabel_
 

Detailed Description

Concrete CSCIndexer class appropriate for CSC Conditions Data access after CMS long shutdown 1 (2013-2014) in which most ME4/2 rings are complete and the 48 strips in ME1/1A are unganged and so have 48 channels.
The conditions data are stored in an order based on the hadrware channel order so this class has to jump through hoops in order to map between that order and a CSCDetID order offline.

See documentation in base class CSCIndexerBase for more information.

Warning
This class is hard-wired for the CSC system expected after long shutdown 2013-2014 (LS1) of CMS.
The basic order is as for startup (pre-LS1) with rings ME11, ME12, ME13, ME21, ME22, ME31, ME32, ME41 totalling 234 chambers per endcap. Then ME42 is appended, so the chamber order is
+z ME11, ME12, ME13, ME21, ME22, ME31, ME32, ME41,
-z ME11, ME12, ME13, ME21, ME22, ME31, ME32, ME41,
+z ME42, -z ME42

It is further extended for unganged ME1a strip channels by appending +z ME1a, -z ME1a.

CSCIndexerBase::stripChannelIndex returns
1-217728 (CSCs 2008), 217729-252288 (ME42), 252289-273024 (unganged ME1a)

CSCIndexerBase::chipIndex returns
1-13608 (CSCs 2008), 13609-15768 (ME42), 15769-17064 (unganged ME1a).

CSCIndexerBase::gasGainIndex returns
1-45144 (CSCs 2008), 45145-55944 (ME42), 55945-57240 (unganged ME1a)

Warning
This has "magic numbers galore".
EVERY LABEL COUNTS FROM ONE NOT ZERO.

Definition at line 42 of file CSCIndexerPostls1.h.

Constructor & Destructor Documentation

CSCIndexerPostls1::~CSCIndexerPostls1 ( )
override

Definition at line 3 of file CSCIndexerPostls1.cc.

3 {}

Member Function Documentation

IndexType CSCIndexerPostls1::chipsPerLayer ( IndexType  is,
IndexType  ir 
) const
inlineoverridevirtual

Number of Buckeye chips indices per layer in a chamber in offline ring 'ir' of station 'is'.

Station label range 1-4, Ring label range 1-4 (4=ME1a)

Works for ME1a input as is=1, ir=4 Considers ME42 as standard 5 chip per layer chambers.

WARNING:

  • ME1a channels are considered to be unganged and have their own 3 chips (ME1b has 4 chips).
  • ME1b keeps 5 chips for the indexing purposes, however indices for the chip #5 are ignored in the unganged case.

Implements CSCIndexerBase.

Definition at line 168 of file CSCIndexerPostls1.h.

Referenced by detIdFromGasGainIndex().

168  {
169  const IndexType nCinL[16] = {5, 5, 4, 3, 5, 5, 0, 0, 5, 5, 0, 0, 5, 5, 0, 0};
170  return nCinL[(is - 1) * 4 + ir - 1];
171  }
uint16_t IndexType
IndexType CSCIndexerPostls1::chipsPerOnlineLayer ( IndexType  is,
IndexType  ir 
) const
inlineoverridevirtual

Number of Buckeye chips per layer in an online chamber in ring 'ir' of station 'is'. Works for ME1a (ring 4 of ME1) too.

'Online' ME11 for the upgrade is considered as split into 1a and 1b chambers with 3 and 4 CFEBs respectively

Implements CSCIndexerBase.

Definition at line 99 of file CSCIndexerPostls1.h.

99  {
100  const IndexType nCinL[16] = {4, 5, 4, 3, 5, 5, 0, 0, 5, 5, 0, 0, 5, 5, 0, 0};
101  return nCinL[(is - 1) * 4 + ir - 1];
102  }
uint16_t IndexType
IndexType CSCIndexerPostls1::chipStart ( IndexType  ie,
IndexType  is,
IndexType  ir 
) const
inlineoverridevirtual

Linear index for 1st Buckeye chip in offline ring 'ir' of station 'is' in endcap 'ie'.

Endcap label range 1-2, Station label range 1-4, Ring label range 1-4 (4=ME1a) Works for ME1a input as is=1, ir=4

Warning
: ME1a chips are the last 3 of the 7 chips total in each layer of an ME11 chamber,

Implements CSCIndexerBase.

Definition at line 183 of file CSCIndexerPostls1.h.

183  {
184  // These are in the ranges 1-13608 (CSCs 2008) and 13609-15768 (ME42) and
185  // 15769-17064 (ME1a). There are 1-6804 chips per endcap (CSCs 2008) and
186  // 1080 chips per endcap (ME42) and 648 chips per endcap (ME1a). Start of -z
187  // channels (CSCs 2008) is 6804 + 1 = 6805 Start of +z (ME42) is 13608 + 1 =
188  // 13609 Start of -z (ME42) is 13608 + 1 + 1080 = 14689 Start of +z (ME1a)
189  // is 15768 + 1 = 15769 Start of -z (ME1a) is 15768 + 1 + 648 = 16417
190  const IndexType nStart[32] = {1, 1081, 2161, 15769, 3025, 3565, 0, 0, 4645, 5185, 0, 0, 6265, 13609, 0, 0,
191  6805, 7885, 8965, 16417, 9829, 10369, 0, 0, 11449, 11989, 0, 0, 13069, 14689, 0, 0};
192  return nStart[(ie - 1) * 16 + (is - 1) * 4 + ir - 1];
193  }
uint16_t IndexType
int CSCIndexerPostls1::dbIndex ( const CSCDetId id,
int &  channel 
) const
overridevirtual

Build index used internally in online CSC conditions databases (the 'Igor Index')

This is the decimal integer ie*100000 + is*10000 + ir*1000 + ic*10 + il
(ie=1-2, is=1-4, ir=1-4, ic=1-36, il=1-6)
Channels 1-16 in ME1A (is=1, ir=4) are NOT reset to channels 65-80 of ME11. WARNING: This is now ADAPTED for unganged ME1a channels (we expect that the online conditions DB will adopt it too).

Implements CSCIndexerBase.

Definition at line 154 of file CSCIndexerPostls1.cc.

References RecoEcal_EventContent_cff::ec.

Referenced by sectorStart().

154  {
155  int ec = id.endcap();
156  int st = id.station();
157  int rg = id.ring();
158  int ch = id.chamber();
159  int la = id.layer();
160 
161  return ec * 100000 + st * 10000 + rg * 1000 + ch * 10 + la;
162 }
std::pair< CSCDetId, CSCIndexerBase::IndexType > CSCIndexerPostls1::detIdFromChipIndex ( IndexType  ichi) const
overridevirtual

CSCDetId + chip within chamber from conditions data chip index.

Warning
This function changes meaning with ganged and unganged ME1/1a. If ME1/1a is ganged then an ME1/1a chip index returns ME1/1b CSCDetId + chip=5.
If ME1/1a is unganged then an ME1/1a chip index returns ME1/1a CSCDetId + chip# in range 1-3.

Implements CSCIndexerBase.

Definition at line 80 of file CSCIndexerPostls1.cc.

References relativeConstraints::chamber, CSCIndexerBase::detIdFromLayerIndex(), and makeMuonMisalignmentScenario::endcap.

Referenced by sectorStart().

80  {
81  const LongIndexType lastnonme1a = 15768; // chips in chambers with ME42 installed
82  const LongIndexType lastpluszme1a = 16416; // last unganged ME1a +z chip = 15768 + 648 = 16416
83  const LongIndexType lastnonme42 = 13608; // chips in 2008 installed chambers
84  const LongIndexType lastplusznonme42 = 6804; // = 13608/2
85  const LongIndexType firstme13 = 2161; // First channel of ME13
86  const LongIndexType lastme13 = 3024; // Last channel of ME13
87 
88  const IndexType lastnonme42layer = 2808;
89  const IndexType lastplusznonme42layer = 1404; // = 2808/2
90  const IndexType firstme13layer = 433; // = 72*6 + 1 (ME13 chambers are 72-108 in range 1-234)
91  const IndexType lastme13layer = 648; // = 108*6
92 
93  bool me1a = false;
94 
95  // Most chambers (except ME13, ME1a) have 5 chips/layer
96  IndexType nchipPerLayer = 5;
97 
98  // Set endcap to +z. This should work for ME42 channels too, since we don't
99  // need to calculate its endcap explicitly.
100  IndexType ie = 1;
101 
102  LongIndexType istart = 0;
103  IndexType layerOffset = 0;
104 
105  if (ici <= lastnonme42) {
106  // Chambers as of 2008 Installation (ME11 keeps the same #of chips 5
107  // allocated for it in the index)
108  if (ici > lastplusznonme42) {
109  ie = 2;
110  ici -= lastplusznonme42;
111  }
112  if (ici > lastme13) // after ME13
113  {
114  istart = lastme13;
115  layerOffset = lastme13layer;
116  } else if (ici >= firstme13) // ME13
117  {
118  istart = firstme13 - 1;
119  layerOffset = firstme13layer - 1;
120  nchipPerLayer = 4;
121  }
122  } else if (ici <= lastnonme1a) // ME42 chambers
123  {
124  istart = lastnonme42;
125  layerOffset = lastnonme42layer;
126  // don't care about ie, as ME42 stratch of indices is uniform
127  } else // Unganged ME1a channels
128  {
129  me1a = true;
130  if (ici > lastpluszme1a)
131  ie = 2;
132  istart = lastnonme1a;
133  nchipPerLayer = 3;
134  // layerOffset stays 0, as we want to map them onto ME1b's layer indices
135  }
136 
137  ici -= istart; // remove earlier group(s)
138  IndexType ichip = (ici - 1) % nchipPerLayer + 1;
139  IndexType ili = (ici - 1) / nchipPerLayer + 1;
140  ili += layerOffset; // add appropriate offset for earlier group(s)
141  if (ie != 1)
142  ili += lastplusznonme42layer; // add offset to -z endcap; ME42 doesn't need
143  // this.
144 
145  CSCDetId id = detIdFromLayerIndex(ili);
146 
147  // For unganged ME1a we need to turn this ME11 detid into an ME1a one
148  if (me1a)
149  id = CSCDetId(id.endcap(), 1, 4, id.chamber(), id.layer());
150 
151  return std::make_pair(id, ichip);
152 }
uint32_t LongIndexType
uint16_t IndexType
CSCDetId detIdFromLayerIndex(IndexType ili) const
CSCIndexerBase::GasGainIndexType CSCIndexerPostls1::detIdFromGasGainIndex ( IndexType  igg) const
overridevirtual

CSCDetId + HV segment + chip within chamber from conditions data gas gain index.

Warning
This function changes meaning with ganged and unganged ME1/1a. If ME1/1a is ganged then an ME1/1a gas gain index returns ME1/1b CSCDetId + HVsegment=1 + chip=5.
If ME1/1a is unganged then an ME1/1a gas gain index returns ME1/1a CSCDetId + HVsegment=1 + chip# in range 1-3.

Implements CSCIndexerBase.

Definition at line 164 of file CSCIndexerPostls1.cc.

References relativeConstraints::chamber, chipsPerLayer(), triggerObjects_cff::id, createfilelist::int, CSCIndexerBase::sectorsPerLayer(), and pfDeepBoostedJetPreprocessParams_cfi::upper_bound.

Referenced by sectorStart().

164  {
165  const int n_types = 20;
166  const IndexType type_starts[n_types] = {1, 1081, 4321, 6913, 8533, 13933, 15553, 20953, 22573, 23653,
167  26893, 29485, 31105, 36505, 38125, 43525, 45145, 50545, 55945, 56593};
168  //+1/1 +1/2 +1/3 +2/1 +2/2 +3/1 +3/2 +4/1 -1/1 -1/2 -1/3 -2/1
169  //-2/2 -3/1 -3/2 -4/1 +4/2 -4/2 +1/4 -1/4
170 
171  const int endcaps[n_types] = {1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 1, 2};
172  const int stations[n_types] = {1, 1, 1, 2, 2, 3, 3, 4, 1, 1, 1, 2, 2, 3, 3, 4, 4, 4, 1, 1};
173  const int rings[n_types] = {1, 2, 3, 1, 2, 1, 2, 1, 1, 2, 3, 1, 2, 1, 2, 1, 2, 2, 4, 4};
174 
175  // determine chamber type
176  std::vector<IndexType> v_type_starts(type_starts, type_starts + n_types);
177  int type = int(std::upper_bound(v_type_starts.begin(), v_type_starts.end(), igg) - v_type_starts.begin()) - 1;
178 
179  // determine factors for #HVsectors and #chips
180  int sectors_per_layer = sectorsPerLayer(stations[type], rings[type]);
181  int chips_per_layer = chipsPerLayer(stations[type], rings[type]);
182 
183  IndexType igg_chamber_etc = igg - type_starts[type] + 1;
184 
185  IndexType igg_chamber_and_layer = (igg_chamber_etc - 1) / sectors_per_layer + 1;
186 
187  // extract chamber & layer
188  int chamber = (igg_chamber_and_layer - 1) / 6 + 1;
189  int layer = (igg_chamber_and_layer - 1) % 6 + 1;
190 
191  IndexType igg_hvseg_etc = (igg_chamber_etc - 1) % sectors_per_layer + 1;
192 
193  // extract HVsegment and chip numbers
194  IndexType hvsegment = (igg_hvseg_etc - 1) / chips_per_layer + 1;
195  IndexType chip = (igg_hvseg_etc - 1) % chips_per_layer + 1;
196 
197  CSCDetId id(endcaps[type], stations[type], rings[type], chamber, layer);
198  return boost::make_tuple(id, hvsegment, chip);
199 }
type
Definition: HCALResponse.h:21
IndexType chipsPerLayer(IndexType is, IndexType ir) const override
uint16_t IndexType
IndexType sectorsPerLayer(IndexType is, IndexType ir) const
std::pair< CSCDetId, CSCIndexerBase::IndexType > CSCIndexerPostls1::detIdFromStripChannelIndex ( LongIndexType  ichi) const
overridevirtual

Decode CSCDetId from various indexes and labels

Implements CSCIndexerBase.

Definition at line 5 of file CSCIndexerPostls1.cc.

References relativeConstraints::chamber, CSCIndexerBase::detIdFromLayerIndex(), makeMuonMisalignmentScenario::endcap, and nchan.

Referenced by sectorStart().

5  {
6  const LongIndexType lastnonme1a = 252288; // channels with ME42 installed
7  const LongIndexType lastpluszme1a = 262656; // last unganged ME1a +z channel = 252288 + 10368
8  const LongIndexType lastnonme42 = 217728; // channels in 2008 installed chambers
9  const LongIndexType lastplusznonme42 = 108864; // = 217728/2
10  const LongIndexType firstme13 = 34561; // First channel of ME13
11  const LongIndexType lastme13 = 48384; // Last channel of ME13
12 
13  const IndexType lastnonme42layer = 2808;
14  const IndexType lastplusznonme42layer = 1404; // = 2808/2
15  const IndexType firstme13layer = 433; // = 72*6 + 1 (ME13 chambers are 72-108 in range 1-234)
16  const IndexType lastme13layer = 648; // = 108*6
17 
18  bool me1a = false;
19 
20  // Most chambers (except ME13 & ME1a) have 80 channels index width allocated
21  // unganged ME1a have 48 channels
22  // ME13 have 64 channels
23  IndexType nchan = 80;
24 
25  // Set endcap to +z initially
26  IndexType ie = 1;
27 
28  LongIndexType istart = 0;
29  IndexType layerOffset = 0;
30 
31  if (isi <= lastnonme42) {
32  // Chambers as of 2008 Installation (ME11 keeps the same #of channels 80
33  // allocated for it in the index)
34  if (isi > lastplusznonme42) {
35  ie = 2;
36  isi -= lastplusznonme42;
37  }
38  if (isi > lastme13) // after ME13
39  {
40  istart = lastme13;
41  layerOffset = lastme13layer;
42  } else if (isi >= firstme13) // ME13
43  {
44  istart = firstme13 - 1;
45  layerOffset = firstme13layer - 1;
46  nchan = 64;
47  }
48  } else if (isi <= lastnonme1a) // ME42 chambers
49  {
50  istart = lastnonme42;
51  layerOffset = lastnonme42layer;
52  // don't care about ie, as ME42 stretch of indices is uniform
53  } else // Unganged ME1a channels
54  {
55  me1a = true;
56  if (isi > lastpluszme1a)
57  ie = 2;
58  istart = lastnonme1a;
59  nchan = 48;
60  // layerOffset stays 0, as we want to map them onto ME1b's layer indices
61  }
62 
63  isi -= istart; // remove earlier group(s)
64  IndexType ichan = (isi - 1) % nchan + 1;
65  IndexType ili = (isi - 1) / nchan + 1;
66  ili += layerOffset; // add appropriate offset for earlier group(s)
67  if (ie != 1)
68  ili += lastplusznonme42layer; // add offset to -z endcap; ME42 doesn't need
69  // this.
70 
71  CSCDetId id = detIdFromLayerIndex(ili);
72 
73  // For unganged ME1a we need to turn this ME11 detid into an ME1a one
74  if (me1a)
75  id = CSCDetId(id.endcap(), 1, 4, id.chamber(), id.layer());
76 
77  return std::make_pair(id, ichan);
78 }
uint32_t LongIndexType
uint16_t IndexType
int nchan
Definition: TauolaWrapper.h:80
CSCDetId detIdFromLayerIndex(IndexType ili) const
IndexType CSCIndexerPostls1::maxChipIndex ( ) const
inlineoverridevirtual

Implements CSCIndexerBase.

Definition at line 51 of file CSCIndexerPostls1.h.

51 { return 17064; }
IndexType CSCIndexerPostls1::maxGasGainIndex ( ) const
inlineoverridevirtual

Implements CSCIndexerBase.

Definition at line 52 of file CSCIndexerPostls1.h.

52 { return 57240; }
LongIndexType CSCIndexerPostls1::maxStripChannelIndex ( ) const
inlineoverridevirtual

Implements CSCIndexerBase.

Definition at line 50 of file CSCIndexerPostls1.h.

50 { return 273024; }
std::string CSCIndexerPostls1::name ( ) const
inlineoverridevirtual
IndexType CSCIndexerPostls1::onlineRingsInStation ( IndexType  is) const
inlineoverridevirtual

How many online rings are there in station 'is'=1, 2, 3, 4 ?

Warning
: ME1a and ME1b are considered as two separate 'online' rings for the upgrade

Implements CSCIndexerBase.

Definition at line 63 of file CSCIndexerPostls1.h.

63  {
64  const IndexType nrings[5] = {0, 4, 2, 2, 2};
65  return nrings[is];
66  }
uint16_t IndexType
IndexType CSCIndexerPostls1::sectorStart ( IndexType  ie,
IndexType  is,
IndexType  ir 
) const
inlineoverridevirtual

Linear index for 1st Gas gain sector in ring 'ir' of station 'is' in endcap 'ie'.

Endcap label range 1-2, Station label range 1-4, Ring label range 1-4 (4=ME1a)

Warning
: unganged ME1a has 3 own chips, which are currently appended to the end of the index range, ME1b still keeps 5 chips with the chip #5 index being unused.

Implements CSCIndexerBase.

Definition at line 209 of file CSCIndexerPostls1.h.

References dbIndex(), detIdFromChipIndex(), detIdFromGasGainIndex(), and detIdFromStripChannelIndex().

209  {
210  // There are 36 chambers * 6 layers * 5 CFEB's * 1 HV segment = 1080
211  // gas-gain sectors in ME1/1 (non-upgraded) There are 36 chambers * 6 layers
212  // * 3 CFEB's * 1 HV segment = 648 gas-gain sectors in ME1/1a (upgraded)
213  // There are 36*6*5*3 = 3240 gas-gain sectors in ME1/2
214  // There are 36*6*4*3 = 2592 gas-gain sectors in ME1/3
215  // There are 18*6*5*3 = 1620 gas-gain sectors in ME[2-4]/1
216  // There are 36*6*5*5 = 5400 gas-gain sectors in ME[2-4]/2
217  // Start of -z channels (CSCs 2008) is 22572 + 1 = 22573
218  // Start of +z (ME42) is 45144 + 1 = 45145
219  // Start of -z (ME42) is 45144 + 1 + 5400 = 50545
220  // Start of +z (ME1a) is 45144 + 1 + 2*5400 = 55945
221  // Start of -z (ME42) is 45144 + 1 + 2*5400 + 648 = 56593
222  const IndexType nStart[32] = {1, 1081, 4321, 55945, // ME+1/1,ME+1/2,ME+1/3,ME+1/a
223  6913, 8533, 0, 0, // ME+2/1,ME+2/2
224  13933, 15553, 0, 0, // ME+3/1,ME+3/2
225  20953, 45145, 0, 0, // ME+4/1,ME+4/2 (note, ME+4/2 index follows ME-4/1...)
226  22573, 23653, 26893, 56593, // ME-1/1,ME-1/2,ME-1/3,ME+1/a
227  29485, 31105, 0, 0, // ME-2/1,ME-2/2
228  36505, 38125, 0, 0, // ME-3/1,ME-3/2
229  43525, 50545, 0, 0}; // ME-4/1,ME-4/2 (note, ME-4/2 index follows ME+4/2...)
230  return nStart[(ie - 1) * 16 + (is - 1) * 4 + ir - 1];
231  }
uint16_t IndexType
IndexType CSCIndexerPostls1::stripChannelsPerLayer ( IndexType  is,
IndexType  ir 
) const
inlineoverridevirtual

Number of strip channel indices for a layer in a chamber defined by station number 'is' and ring number 'ir'.

Station label range 1-4, Ring label range 1-4 (4=ME1a)

This depends on the ordering of the channels in the database. In the currently implemented upgrade scenario, the ME1b still keeps the 80 indices wide ranges inherited from Startup (with the last 65-80 indices remaining unused), while the ME1/1A unganged channels get their own 48 indices wide ranges.

Implements CSCIndexerBase.

Definition at line 120 of file CSCIndexerPostls1.h.

120  {
121  const IndexType nSCinC[16] = {80, 80, 64, 48, 80, 80, 0, 0, 80, 80, 0, 0, 80, 80, 0, 0};
122  return nSCinC[(is - 1) * 4 + ir - 1];
123  }
uint16_t IndexType
IndexType CSCIndexerPostls1::stripChannelsPerOfflineLayer ( IndexType  is,
IndexType  ir 
) const
inlineoverridevirtual

Number of strip readout channels per layer in an offline chamber with ring 'ir' and station 'is'.

Assume ME1a has 48 unganged readout channels.

Implements CSCIndexerBase.

Definition at line 74 of file CSCIndexerPostls1.h.

74  {
75  const IndexType nSC[16] = {64, 80, 64, 48, 80, 80, 0, 0, 80, 80, 0, 0, 80, 80, 0, 0};
76  return nSC[(is - 1) * 4 + ir - 1];
77  }
uint16_t IndexType
IndexType CSCIndexerPostls1::stripChannelsPerOnlineLayer ( IndexType  is,
IndexType  ir 
) const
inlineoverridevirtual

Number of strip readout channels per layer in an online chamber with ring 'ir' and station 'is'.

Assume ME1a has 48 unganged readout channels. Online chambers ME1a and ME1b are separate.

Implements CSCIndexerBase.

Definition at line 86 of file CSCIndexerPostls1.h.

86  {
87  const IndexType nSC[16] = {64, 80, 64, 48, 80, 80, 0, 0, 80, 80, 0, 0, 80, 80, 0, 0};
88  return nSC[(is - 1) * 4 + ir - 1];
89  }
uint16_t IndexType
LongIndexType CSCIndexerPostls1::stripChannelStart ( IndexType  ie,
IndexType  is,
IndexType  ir 
) const
inlineoverridevirtual

Linear index for 1st strip channel in ring 'ir' of station 'is' in endcap 'ie'.

Endcap label range 1-2, Station label range 1-4, Ring label range 1-4 (4=ME1a)

WARNING: ME1a channels are NOT considered the last 16 of the 80 total in each layer of an ME11 chamber!

Implements CSCIndexerBase.

Definition at line 135 of file CSCIndexerPostls1.h.

135  {
136  // These are in the ranges 1-217728 (CSCs 2008), 217729-252288 (ME42), and
137  // 252289-273024 (unganged ME1a) There are 1-108884 channels per endcap
138  // (CSCs 2008), 17280 channels per endcap (ME42), and 10368 channels per
139  // endcap (unganged ME1a) Start of -z channels (CSCs 2008) is 108864 + 1 =
140  // 108865 Start of +z (ME42) is 217728 + 1 = 217729 Start
141  // of -z (ME42) is 217728 + 1 + 17280 = 235009 Start of +z
142  // (unganged ME1a) is 252288 + 1 = 252289 Start of -z (unganged
143  // ME1a) is 252288 + 1 + 10368 = 262657
144  const LongIndexType nStart[32] = {1, 17281, 34561, 252289, 48385, 57025, 0, 0, 74305, 82945, 0,
145  0, 100225, 217729, 0, 0, 108865, 126145, 143425, 262657, 157249, 165889,
146  0, 0, 183169, 191809, 0, 0, 209089, 235009, 0, 0};
147  return nStart[(ie - 1) * 16 + (is - 1) * 4 + ir - 1];
148  }
uint32_t LongIndexType