203 |
|
|
204 |
|
if (!mc) { |
205 |
|
Handle<LTCDigiCollection> ltcdigis; |
206 |
< |
event.getByType(ltcdigis); |
206 |
> |
event.getByLabel("none",ltcdigis); |
207 |
|
|
208 |
|
for (std::vector<LTCDigi>::const_iterator ltc= ltcdigis->begin(); ltc!= |
209 |
|
ltcdigis->end(); ++ltc) { |
440 |
|
nCh++; |
441 |
|
} |
442 |
|
int nLayPerCh=0, nSLPerCh=0; |
443 |
< |
for (int sl=1; sl<=3; ++sl) { |
444 |
< |
if (sl==2 && cc==4) continue; |
445 |
< |
DTSuperLayerId slid(chid, sl); |
443 |
> |
for (int i=1; i<=3; ++i) { |
444 |
> |
if (i==2 && cc==4) continue; |
445 |
> |
DTSuperLayerId slid(chid, i); |
446 |
|
const DTSuperLayer* sl = dtGeom->superLayer(slid); |
447 |
|
if (hitsPerSL[slid]==0) { |
448 |
|
missingHit(dtGeom, segs2d, sl, innerTSOS); |