130 barrelSagitta, setBarrelSagitta )
134 endcapBeta, setEndcapBeta )
138 slopeInner, setSlopeInner )
180 if(
chamber >= 0 && sprAcc( *this ).size() > (
unsigned int)
chamber ) {
181 return sprAcc( *this ).at(
chamber );
188 if(
chamber >= 0 && spzAcc( *this ).size() > (
unsigned int)
chamber ) {
189 return spzAcc( *this ).at(
chamber );
196 if(
chamber >= 0 && spsAcc( *this ).size() > (
unsigned int)
chamber ) {
197 return spsAcc( *this ).at(
chamber );
204 if(
chamber >= 0 && spiAcc( *this ).size() > (
unsigned int)
chamber ) {
205 return spiAcc( *this ).at(
chamber );
212 if(
chamber >= 0 && spcAcc( *this ).size() > (
unsigned int)
chamber ) {
213 return spcAcc( *this ).at(
chamber );
221 float slope,
float intercept,
float chi2 ) {
244 spsAcc( *this ).at(
chamber ) = slope;
245 spiAcc( *this ).at(
chamber ) = intercept;
265 return trkrAcc( *this ).size();
269 if( trkrAcc( *this ).size() >
n ) {
270 return trkrAcc( *this ).at(
n );
277 if( trkzAcc( *this ).size() >
n ) {
278 return trkzAcc( *this ).at(
n );
285 if( trketaAcc( *this ).size() >
n ) {
286 return trketaAcc( *this ).at(
n );
293 if( trkphiAcc( *this ).size() >
n ) {
294 return trkphiAcc( *this ).at(
n );
304 trkrAcc( *this ).push_back(
r );
305 trkzAcc( *this ).push_back(
z );
306 trketaAcc( *this ).push_back(
eta );
307 trkphiAcc( *this ).push_back(
phi );
329 muonDetMask, setMuonDetMask )
333 roiSystem, setRoiSystem )
337 roiSector, setRoiSector )
341 roiThreshold, setRoiThreshold )
347 static const Accessor< uint32_t > acc(
"roiEtaUint" );
351 static const Accessor< uint32_t > acc(
"roiEtaUint" );
352 acc( *
this ) =
value;
361 acc( *
this ) =
value;
371 ptBarrelRadius, setPtBarrelRadius )
375 ptEndcapAlpha, setPtEndcapAlpha )
379 ptEndcapRadius, setPtEndcapRadius )
389 ct1nAcc( "chamberType1Normal" );
391 ct1oAcc( "chamberType1Overlap" );
393 ct2nAcc( "chamberType2Normal" );
395 ct2oAcc( "chamberType2Overlap" );
399 awnAcc( "roadAwNormal" );
401 awoAcc( "roadAwOverlap" );
403 bwnAcc( "roadBwNormal" );
405 bwoAcc( "roadBwOverlap" );
409 zminnAcc( "zMinNormal" );
411 zminoAcc( "zMinOverlap" );
413 zmaxnAcc( "zMaxNormal" );
415 zmaxoAcc( "zMaxOverlap" );
419 rminnAcc( "rMinNormal" );
421 rminoAcc( "rMinOverlap" );
423 rmaxnAcc( "rMaxNormal" );
425 rmaxoAcc( "rMaxOverlap" );
429 eminnAcc( "etaMinNormal" );
431 eminoAcc( "etaMinOverlap" );
433 emaxnAcc( "etaMaxNormal" );
435 emaxoAcc( "etaMaxOverlap" );
443 if ( station < 0 )
return 0;
448 if ( ct1nAcc( *this ).size() > (
unsigned int)station ) {
449 return ct1nAcc( *this ).at( station );
454 }
else if ( sector == 1 ) {
457 if ( ct1oAcc( *this ).size() > (
unsigned int)station ) {
458 return ct1oAcc( *this ).at( station );
470 if ( station < 0 )
return 0;
474 if ( ct2nAcc( *this ).size() > (
unsigned int)station ) {
475 return ct2nAcc( *this ).at( station );
480 }
else if ( sector == 1 ) {
483 if ( ct2oAcc( *this ).size() > (
unsigned int)station ) {
484 return ct2oAcc( *this ).at( station );
497 if ( station < 0 )
return 0;
501 if ( awnAcc( *this ).size() > (
unsigned int)station ) {
502 return awnAcc( *this ).at( station );
507 }
else if ( sector == 1 ) {
510 if ( awoAcc( *this ).size() > (
unsigned int)station ) {
511 return awoAcc( *this ).at( station );
524 if ( station < 0 )
return 0;
528 if ( bwnAcc( *this ).size() > (
unsigned int)station ) {
529 return bwnAcc( *this ).at( station );
534 }
else if ( sector == 1 ) {
537 if ( bwoAcc( *this ).size() > (
unsigned int)station ) {
538 return bwoAcc( *this ).at( station );
551 if ( station < 0 )
return 0;
555 if ( zminnAcc( *this ).size() > (
unsigned int)station ) {
556 return zminnAcc( *this ).at( station );
561 }
else if ( sector == 1 ) {
564 if ( zminoAcc( *this ).size() > (
unsigned int)station ) {
565 return zminoAcc( *this ).at( station );
577 if ( station < 0 )
return 0;
581 if ( zmaxnAcc( *this ).size() > (
unsigned int)station ) {
582 return zmaxnAcc( *this ).at( station );
587 }
else if ( sector == 1 ) {
590 if ( zmaxoAcc( *this ).size() > (
unsigned int)station ) {
591 return zmaxoAcc( *this ).at( station );
604 if ( station < 0 )
return 0;
608 if ( rminnAcc( *this ).size() > (
unsigned int)station ) {
609 return rminnAcc( *this ).at( station );
614 }
else if ( sector == 1 ) {
617 if ( rminoAcc( *this ).size() > (
unsigned int)station ) {
618 return rminoAcc( *this ).at( station );
630 if ( station < 0 )
return 0;
634 if ( rmaxnAcc( *this ).size() > (
unsigned int)station ) {
635 return rmaxnAcc( *this ).at( station );
640 }
else if ( sector == 1 ) {
643 if ( rmaxoAcc( *this ).size() > (
unsigned int)station ) {
644 return rmaxoAcc( *this ).at( station );
657 if ( station < 0 )
return 0;
661 if ( eminnAcc( *this ).size() > (
unsigned int)station ) {
662 return eminnAcc( *this ).at( station );
667 }
else if ( sector == 1 ) {
670 if ( eminoAcc( *this ).size() > (
unsigned int)station ) {
671 return eminoAcc( *this ).at( station );
683 if ( station < 0 )
return 0;
687 if ( emaxnAcc( *this ).size() > (
unsigned int)station ) {
688 return emaxnAcc( *this ).at( station );
693 }
else if ( sector == 1 ) {
696 if ( emaxoAcc( *this ).size() > (
unsigned int)station ) {
697 return emaxoAcc( *this ).at( station );
723 if ( sector < 0 || sector > 1 )
return;
727 ct1nAcc( *this ).at( station ) = chamberType;
729 }
else if ( sector == 1 ) {
731 ct1oAcc( *this ).at( station ) = chamberType;
750 if ( sector < 0 || sector > 1 )
return;
754 ct2nAcc( *this ).at( station ) = chamberType;
756 }
else if ( sector == 1 ) {
758 ct2oAcc( *this ).at( station ) = chamberType;
784 if ( sector < 0 || sector > 1 )
return;
790 awnAcc( *this ).at( station ) = aw;
793 bwnAcc( *this ).at( station ) = bw;
795 }
else if ( sector == 1 ) {
799 awoAcc( *this ).at( station ) = aw;
802 bwoAcc( *this ).at( station ) = bw;
828 if ( sector < 0 || sector > 1 )
return;
834 zminnAcc( *this ).at( station ) =
min;
837 zmaxnAcc( *this ).at( station ) =
max;
839 }
else if ( sector == 1 ) {
843 zminoAcc( *this ).at( station ) =
min;
846 zmaxoAcc( *this ).at( station ) =
max;
872 if ( sector < 0 || sector > 1 )
return;
878 rminnAcc( *this ).at( station ) =
min;
881 rmaxnAcc( *this ).at( station ) =
max;
883 }
else if ( sector == 1 ) {
887 rminoAcc( *this ).at( station ) =
min;
890 rmaxoAcc( *this ).at( station ) =
max;
916 if ( sector < 0 || sector > 1 )
return;
922 eminnAcc( *this ).at( station ) =
min;
925 emaxnAcc( *this ).at( station ) =
max;
927 }
else if ( sector == 1 ) {
931 eminoAcc( *this ).at( station ) =
min;
934 emaxoAcc( *this ).at( station ) =
max;
982 tieAcc( *
this ) = eta;
983 tipAcc( *
this ) =
phi;
997 tirsAcc( *
this ) = rhoStd;
998 tirnAcc( *
this ) = rhoN;
999 tipsAcc( *
this ) = phiStd;
1000 tipnAcc( *
this ) = phiN;
1012 tm1eAcc( *
this ) =
eta;
1013 tm1pAcc( *
this ) =
phi;
1014 tm1rAcc( *
this ) =
r;
1015 tm1zAcc( *
this ) =
z;
1027 tm2eAcc( *
this ) =
eta;
1028 tm2pAcc( *
this ) =
phi;
1029 tm2rAcc( *
this ) =
r;
1030 tm2zAcc( *
this ) =
z;
1042 tmrcAcc( *
this ) = rhoChi2;
1043 tmrnAcc( *
this ) = rhoN;
1044 tmpcAcc( *
this ) = phiChi2;
1045 tmpnAcc( *
this ) = phiN;
1074 r1xAcc( *
this ) =
x;
1075 r1yAcc( *
this ) =
y;
1076 r1zAcc( *
this ) =
z;
1087 r2xAcc( *
this ) =
x;
1088 r2yAcc( *
this ) =
y;
1089 r2zAcc( *
this ) =
z;
1100 r3xAcc( *
this ) =
x;
1101 r3yAcc( *
this ) =
y;
1102 r3zAcc( *
this ) =
z;
1192 ecapAcc( *
this ) =
value;
1195 ext0Acc( *this ).reserve( (
unsigned int)
value );
1196 ext1Acc( *this ).reserve( (
unsigned int)
value );
1197 ext2Acc( *this ).reserve( (
unsigned int)
value );
1198 ext3Acc( *this ).reserve( (
unsigned int)
value );
1199 ext4Acc( *this ).reserve( (
unsigned int)
value );
1200 ext5Acc( *this ).reserve( (
unsigned int)
value );
1201 ext6Acc( *this ).reserve( (
unsigned int)
value );
1202 ext7Acc( *this ).reserve( (
unsigned int)
value );
1203 ext8Acc( *this ).reserve( (
unsigned int)
value );
1204 ext9Acc( *this ).reserve( (
unsigned int)
value );
1214 rcapAcc( *
this ) =
value;
1217 robidAcc( *this ).reserve( (
unsigned int)
value );
1218 robrmAcc( *this ).reserve( (
unsigned int)
value );
1228 ccapAcc( *
this ) =
value;
1231 csmidAcc( *this ).reserve( (
unsigned int)
value );
1232 csmszAcc( *this ).reserve( (
unsigned int)
value );
1233 csmerAcc( *this ).reserve( (
unsigned int)
value );
1234 csmrmAcc( *this ).reserve( (
unsigned int)
value );
1244 lcapAcc( *
this ) =
value;
1247 lvl1eAcc( *this ).reserve( (
unsigned int)
value );
1257 rcapAcc( *
this ) =
value;
1260 padiAcc( *this ).reserve( (
unsigned int)
value );
1261 padcAcc( *this ).reserve( (
unsigned int)
value );
1262 padxAcc( *this ).reserve( (
unsigned int)
value );
1263 padyAcc( *this ).reserve( (
unsigned int)
value );
1264 padzAcc( *this ).reserve( (
unsigned int)
value );
1265 padrAcc( *this ).reserve( (
unsigned int)
value );
1266 padpAcc( *this ).reserve( (
unsigned int)
value );
1276 tcapAcc( *
this ) =
value;
1279 tirpAcc( *this ).reserve( (
unsigned int)
value );
1280 tirrAcc( *this ).reserve( (
unsigned int)
value );
1281 tirzAcc( *this ).reserve( (
unsigned int)
value );
1282 tirwAcc( *this ).reserve( (
unsigned int)
value );
1283 tiriAcc( *this ).reserve( (
unsigned int)
value );
1284 tippAcc( *this ).reserve( (
unsigned int)
value );
1285 tiprAcc( *this ).reserve( (
unsigned int)
value );
1286 tipzAcc( *this ).reserve( (
unsigned int)
value );
1287 tipwAcc( *this ).reserve( (
unsigned int)
value );
1288 tipiAcc( *this ).reserve( (
unsigned int)
value );
1289 tmrpAcc( *this ).reserve( (
unsigned int)
value );
1290 tmrrAcc( *this ).reserve( (
unsigned int)
value );
1291 tmrzAcc( *this ).reserve( (
unsigned int)
value );
1292 tmrwAcc( *this ).reserve( (
unsigned int)
value );
1293 tmriAcc( *this ).reserve( (
unsigned int)
value );
1294 tmppAcc( *this ).reserve( (
unsigned int)
value );
1295 tmprAcc( *this ).reserve( (
unsigned int)
value );
1296 tmpzAcc( *this ).reserve( (
unsigned int)
value );
1297 tmpwAcc( *this ).reserve( (
unsigned int)
value );
1298 tmpiAcc( *this ).reserve( (
unsigned int)
value );
1308 mcapAcc( *
this ) =
value;
1311 mdtonAcc( *this ).reserve( (
unsigned int)
value );
1312 mdtoffAcc( *this ).reserve( (
unsigned int)
value );
1313 mdtrAcc( *this ).reserve( (
unsigned int)
value );
1314 mdtzAcc( *this ).reserve( (
unsigned int)
value );
1315 mdtresAcc( *this ).reserve( (
unsigned int)
value );
1316 mdttAcc( *this ).reserve( (
unsigned int)
value );
1317 mdtspcAcc( *this ).reserve( (
unsigned int)
value );
1318 mdtsigAcc( *this ).reserve( (
unsigned int)
value );
1356 if ( ext0Acc( *this ).size() >= (
unsigned int)extensionCapacity() )
return;
1358 ext0Acc( *this ).push_back(
value );
1364 ext1Acc( *this ).push_back(
value );
1370 ext2Acc( *this ).push_back(
value );
1376 ext3Acc( *this ).push_back(
value );
1382 ext4Acc( *this ).push_back(
value );
1388 ext5Acc( *this ).push_back(
value );
1394 ext6Acc( *this ).push_back(
value );
1400 ext7Acc( *this ).push_back(
value );
1406 ext8Acc( *this ).push_back(
value );
1412 ext9Acc( *this ).push_back(
value );
1425 if ( lvl1eAcc( *this ).size() < 2 ) lvl1eAcc( *this ).resize( 2 );
1427 lvl1eAcc( *this ).at( 0 ) = ly0;
1428 lvl1eAcc( *this ).at( 1 ) = ly1;
1435 if ( lvl1eAcc( *this ).size() < 6 ) lvl1eAcc( *this ).resize( 6 );
1437 lvl1eAcc( *this ).at( 2 ) = ly00;
1438 lvl1eAcc( *this ).at( 3 ) = ly01;
1439 lvl1eAcc( *this ).at( 4 ) = ly10;
1440 lvl1eAcc( *this ).at( 5 ) = ly11;
1447 if ( lvl1eAcc( *this ).size() < 10 ) lvl1eAcc( *this ).resize( 10 );
1449 lvl1eAcc( *this ).at( 6 ) = ly00;
1450 lvl1eAcc( *this ).at( 7 ) = ly01;
1451 lvl1eAcc( *this ).at( 8 ) = ly10;
1452 lvl1eAcc( *this ).at( 9 ) = ly11;
1459 if ( lvl1eAcc( *this ).size() < 12 ) lvl1eAcc( *this ).resize( 12 );
1461 lvl1eAcc( *this ).at( 10 ) = ly0;
1462 lvl1eAcc( *this ).at( 11 ) = ly1;
1469 if ( lvl1eAcc( *this ).size() < 16 ) lvl1eAcc( *this ).resize( 16 );
1471 lvl1eAcc( *this ).at( 12 ) = ly00;
1472 lvl1eAcc( *this ).at( 13 ) = ly01;
1473 lvl1eAcc( *this ).at( 14 ) = ly10;
1474 lvl1eAcc( *this ).at( 15 ) = ly11;
1481 if ( lvl1eAcc( *this ).size() < 20 ) lvl1eAcc( *this ).resize( 20 );
1483 lvl1eAcc( *this ).at( 16 ) = ly00;
1484 lvl1eAcc( *this ).at( 17 ) = ly01;
1485 lvl1eAcc( *this ).at( 18 ) = ly10;
1486 lvl1eAcc( *this ).at( 19 ) = ly11;
1503 if ( robidAcc( *this ).size() >= (
unsigned int)robCapacity() )
return;
1506 robidAcc( *this ).push_back( rob );
1514 if ( robrmAcc( *this ).size() >= (
unsigned int)
robCapacity() )
return;
1517 robrmAcc( *this ).push_back( rob );
1536 if ( csmidAcc( *this ).size() >= (
unsigned int)csmCapacity() )
return;
1539 csmidAcc( *this ).push_back( csm );
1540 csmszAcc( *this ).push_back(
sz );
1548 if ( csmerAcc( *this ).size() >= (
unsigned int)
csmCapacity() )
return;
1551 csmerAcc( *this ).push_back(
err );
1559 if ( csmrmAcc( *this ).size() >= (
unsigned int)
csmCapacity() )
return;
1562 csmrmAcc( *this ).push_back( csm );
1584 if ( padiAcc( *this ).size() >= (
unsigned int)rpcHitsCapacity() )
return;
1587 padiAcc( *this ).push_back( onlineId );
1588 padcAcc( *this ).push_back(
code );
1589 padxAcc( *this ).push_back(
x );
1590 padyAcc( *this ).push_back(
y );
1591 padzAcc( *this ).push_back(
z );
1592 padrAcc( *this ).push_back(
r );
1593 padpAcc( *this ).push_back(
p );
1628 if ( tirpAcc( *this ).size() >= (
unsigned int)tgcHitsCapacity() )
return;
1631 tirpAcc( *this ).push_back(
phi );
1632 tirrAcc( *this ).push_back(
r );
1633 tirzAcc( *this ).push_back(
z );
1634 tirwAcc( *this ).push_back(
width );
1635 tiriAcc( *this ).push_back( in_seg );
1643 if ( tippAcc( *this ).size() >= (
unsigned int)
tgcHitsCapacity() )
return;
1646 tippAcc( *this ).push_back(
phi );
1647 tiprAcc( *this ).push_back(
r );
1648 tipzAcc( *this ).push_back(
z );
1649 tipwAcc( *this ).push_back(
width );
1650 tipiAcc( *this ).push_back( in_seg );
1658 if ( tmrpAcc( *this ).size() >= (
unsigned int)
tgcHitsCapacity() )
return;
1661 tmrpAcc( *this ).push_back(
phi );
1662 tmrrAcc( *this ).push_back(
r );
1663 tmrzAcc( *this ).push_back(
z );
1664 tmrwAcc( *this ).push_back(
width );
1665 tmriAcc( *this ).push_back( in_seg );
1673 if ( tmppAcc( *this ).size() >= (
unsigned int)
tgcHitsCapacity() )
return;
1676 tmppAcc( *this ).push_back(
phi );
1677 tmprAcc( *this ).push_back(
r );
1678 tmpzAcc( *this ).push_back(
z );
1679 tmpwAcc( *this ).push_back(
width );
1680 tmpiAcc( *this ).push_back( in_seg );
1691 return mdtonAcc( *this ).size();
1695 if( mdtonAcc( *this ).size() >
tube ) {
1696 return mdtonAcc( *this ).at(
tube );
1703 if( mdtoffAcc( *this ).size() >
tube ) {
1704 return mdtoffAcc( *this ).at(
tube );
1712 if( mdtcAcc( *this ).size() >
tube ) {
1713 return mdtcAcc( *this ).at(
tube );
1720 if( mdtrAcc( *this ).size() >
tube ) {
1721 return mdtrAcc( *this ).at(
tube );
1728 if( mdtzAcc( *this ).size() >
tube ) {
1729 return mdtzAcc( *this ).at(
tube );
1736 if( mdtresAcc( *this ).size() >
tube ) {
1737 return mdtresAcc( *this ).at(
tube );
1744 if( mdttAcc( *this ).size() >
tube ) {
1745 return mdttAcc( *this ).at(
tube );
1752 if( mdtspcAcc( *this ).size() >
tube ) {
1753 return mdtspcAcc( *this ).at(
tube );
1760 if( mdtsigAcc( *this ).size() >
tube ) {
1761 return mdtsigAcc( *this ).at(
tube );
1771 if ( mdtonAcc( *this ).size() >= (
unsigned int)
mdtHitsCapacity() )
return;
1775 mdtonAcc( *this ).push_back( onlineId );
1776 mdtoffAcc( *this ).push_back( offlineId );
1777 mdtcAcc( *this ).push_back(
chamber );
1778 mdtrAcc( *this ).push_back(
r );
1779 mdtzAcc( *this ).push_back(
z );
1780 mdtresAcc( *this ).push_back(
residual );
1781 mdttAcc( *this ).push_back( time );
1782 mdtspcAcc( *this ).push_back( space );
1783 mdtsigAcc( *this ).push_back(
sigma );
1798 out <<
"roiWord: " <<
mu.roiWord() <<
"; ";
1799 out <<
"sAddress: " <<
mu.sAddress() <<
"; ";
1800 out <<
"pt: " <<
mu.pt() <<
"; ";
1801 out <<
"phi: " <<
mu.phi() <<
"; ";
1802 out <<
"eta: " <<
mu.eta() <<
"; ";
1803 out <<
"rMS: " <<
mu.rMS() <<
"; ";
1804 out <<
"etaMS: " <<
mu.etaMS() <<
"; ";
1805 out <<
"phiMS: " <<
mu.phiMS() <<
"; ";
1806 out <<
"dirPhiMS: " <<
mu.dirPhiMS() <<
"; ";
1807 out <<
"zMS: " <<
mu.zMS() <<
"; ";
1808 out <<
"dirZMS: " <<
mu.dirZMS() <<
"; ";
1809 out <<
"beta: " <<
mu.beta() <<
"; ";
1810 out <<
"barrelRadius: " <<
mu.barrelRadius() <<
"; ";
1811 out <<
"barrelSagitta: " <<
mu.barrelSagitta() <<
"; ";
1812 out <<
"endcapAlpha: " <<
mu.endcapAlpha() <<
"; ";
1813 out <<
"endcapBeta: " <<
mu.endcapBeta() <<
"; ";
1814 out <<
"endcapRadius: " <<
mu.endcapRadius() <<
"; ";
1815 out <<
"etaMap: " <<
mu.etaMap() <<
"; ";
1816 out <<
"phiMap: " <<
mu.phiMap() <<
"; ";
1817 out <<
"etaBin: " <<
mu.etaBin() <<
"; ";
1818 out <<
"phiBin: " <<
mu.phiBin() <<
"; ";
1819 out <<
"isTgcFailure: " <<
mu.isTgcFailure() <<
"; ";
1820 out <<
"isRpcFailure: " <<
mu.isRpcFailure() <<
"; ";
1821 out <<
"deltaPt: " <<
mu.deltaPt() <<
"; ";
1822 out <<
"deltaEta: " <<
mu.deltaEta() <<
"; ";
1823 out <<
"deltaPhi: " <<
mu.deltaPhi() <<
"; ";
1824 out <<
"algoId: " <<
mu.algoId() <<
"; ";
1825 out <<
"teId: " <<
mu.teId() <<
"; ";
1826 out <<
"lvl1Id: " <<
mu.lvl1Id() <<
"; ";
1827 out <<
"lumiBlock: " <<
mu.lumiBlock() <<
"; ";
1828 out <<
"muonDetMask: " <<
mu.muonDetMask() <<
"; ";
1829 out <<
"roiId: " <<
mu.roiId() <<
"; ";
1830 out <<
"roiSystem: " <<
mu.roiSystem() <<
"; ";
1831 out <<
"roiSubsystem: " <<
mu.roiSubsystem() <<
"; ";
1832 out <<
"roiSector: " <<
mu.roiSector() <<
"; ";
1833 out <<
"roiNumber: " <<
mu.roiNumber() <<
"; ";
1834 out <<
"roiThreshold: " <<
mu.roiThreshold() <<
"; ";
1835 out <<
"roiEta: " <<
mu.roiEta() <<
"; ";
1836 out <<
"roiPhi: " <<
mu.roiPhi() <<
"; ";
1837 out <<
"extensionCapacity: " <<
mu.extensionCapacity() <<
"; ";
1838 out <<
"robCapacity: " <<
mu.robCapacity() <<
"; ";
1839 out <<
"csmCapacity: " <<
mu.csmCapacity() <<
"; ";
1840 out <<
"lvl1EmuCapacity: " <<
mu.lvl1EmuCapacity() <<
"; ";
1841 out <<
"rpcHitsCapacity: " <<
mu.rpcHitsCapacity() <<
"; ";
1842 out <<
"tgcHitsCapacity: " <<
mu.tgcHitsCapacity() <<
"; ";
1843 out <<
"mdtHitsCapacity: " <<
mu.mdtHitsCapacity() <<
"; ";