131 barrelSagitta, setBarrelSagitta )
135 endcapBeta, setEndcapBeta )
139 slopeInner, setSlopeInner )
181 if(
chamber >= 0 && sprAcc( *this ).size() > (
unsigned int)
chamber ) {
182 return sprAcc( *this ).at(
chamber );
189 if(
chamber >= 0 && spzAcc( *this ).size() > (
unsigned int)
chamber ) {
190 return spzAcc( *this ).at(
chamber );
197 if(
chamber >= 0 && spsAcc( *this ).size() > (
unsigned int)
chamber ) {
198 return spsAcc( *this ).at(
chamber );
205 if(
chamber >= 0 && spiAcc( *this ).size() > (
unsigned int)
chamber ) {
206 return spiAcc( *this ).at(
chamber );
213 if(
chamber >= 0 && spcAcc( *this ).size() > (
unsigned int)
chamber ) {
214 return spcAcc( *this ).at(
chamber );
222 float slope,
float intercept,
float chi2 ) {
245 spsAcc( *this ).at(
chamber ) = slope;
246 spiAcc( *this ).at(
chamber ) = intercept;
266 return trkrAcc( *this ).size();
270 if( trkrAcc( *this ).size() >
n ) {
271 return trkrAcc( *this ).at(
n );
278 if( trkzAcc( *this ).size() >
n ) {
279 return trkzAcc( *this ).at(
n );
286 if( trketaAcc( *this ).size() >
n ) {
287 return trketaAcc( *this ).at(
n );
294 if( trkphiAcc( *this ).size() >
n ) {
295 return trkphiAcc( *this ).at(
n );
305 trkrAcc( *this ).push_back(
r );
306 trkzAcc( *this ).push_back(
z );
307 trketaAcc( *this ).push_back(
eta );
308 trkphiAcc( *this ).push_back(
phi );
330 muonDetMask, setMuonDetMask )
334 roiSystem, setRoiSystem )
338 roiSector, setRoiSector )
342 roiThreshold, setRoiThreshold )
348 static const Accessor< uint32_t > acc(
"roiEtaUint" );
352 static const Accessor< uint32_t > acc(
"roiEtaUint" );
353 acc( *
this ) =
value;
362 acc( *
this ) =
value;
372 ptBarrelRadius, setPtBarrelRadius )
376 ptEndcapAlpha, setPtEndcapAlpha )
380 ptEndcapRadius, setPtEndcapRadius )
390 ct1nAcc( "chamberType1Normal" );
392 ct1oAcc( "chamberType1Overlap" );
394 ct2nAcc( "chamberType2Normal" );
396 ct2oAcc( "chamberType2Overlap" );
400 awnAcc( "roadAwNormal" );
402 awoAcc( "roadAwOverlap" );
404 bwnAcc( "roadBwNormal" );
406 bwoAcc( "roadBwOverlap" );
410 zminnAcc( "zMinNormal" );
412 zminoAcc( "zMinOverlap" );
414 zmaxnAcc( "zMaxNormal" );
416 zmaxoAcc( "zMaxOverlap" );
420 rminnAcc( "rMinNormal" );
422 rminoAcc( "rMinOverlap" );
424 rmaxnAcc( "rMaxNormal" );
426 rmaxoAcc( "rMaxOverlap" );
430 eminnAcc( "etaMinNormal" );
432 eminoAcc( "etaMinOverlap" );
434 emaxnAcc( "etaMaxNormal" );
436 emaxoAcc( "etaMaxOverlap" );
444 if ( station < 0 )
return 0;
449 if ( ct1nAcc( *this ).size() > (
unsigned int)station ) {
450 return ct1nAcc( *this ).at( station );
455 }
else if ( sector == 1 ) {
458 if ( ct1oAcc( *this ).size() > (
unsigned int)station ) {
459 return ct1oAcc( *this ).at( station );
471 if ( station < 0 )
return 0;
475 if ( ct2nAcc( *this ).size() > (
unsigned int)station ) {
476 return ct2nAcc( *this ).at( station );
481 }
else if ( sector == 1 ) {
484 if ( ct2oAcc( *this ).size() > (
unsigned int)station ) {
485 return ct2oAcc( *this ).at( station );
498 if ( station < 0 )
return 0;
502 if ( awnAcc( *this ).size() > (
unsigned int)station ) {
503 return awnAcc( *this ).at( station );
508 }
else if ( sector == 1 ) {
511 if ( awoAcc( *this ).size() > (
unsigned int)station ) {
512 return awoAcc( *this ).at( station );
525 if ( station < 0 )
return 0;
529 if ( bwnAcc( *this ).size() > (
unsigned int)station ) {
530 return bwnAcc( *this ).at( station );
535 }
else if ( sector == 1 ) {
538 if ( bwoAcc( *this ).size() > (
unsigned int)station ) {
539 return bwoAcc( *this ).at( station );
552 if ( station < 0 )
return 0;
556 if ( zminnAcc( *this ).size() > (
unsigned int)station ) {
557 return zminnAcc( *this ).at( station );
562 }
else if ( sector == 1 ) {
565 if ( zminoAcc( *this ).size() > (
unsigned int)station ) {
566 return zminoAcc( *this ).at( station );
578 if ( station < 0 )
return 0;
582 if ( zmaxnAcc( *this ).size() > (
unsigned int)station ) {
583 return zmaxnAcc( *this ).at( station );
588 }
else if ( sector == 1 ) {
591 if ( zmaxoAcc( *this ).size() > (
unsigned int)station ) {
592 return zmaxoAcc( *this ).at( station );
605 if ( station < 0 )
return 0;
609 if ( rminnAcc( *this ).size() > (
unsigned int)station ) {
610 return rminnAcc( *this ).at( station );
615 }
else if ( sector == 1 ) {
618 if ( rminoAcc( *this ).size() > (
unsigned int)station ) {
619 return rminoAcc( *this ).at( station );
631 if ( station < 0 )
return 0;
635 if ( rmaxnAcc( *this ).size() > (
unsigned int)station ) {
636 return rmaxnAcc( *this ).at( station );
641 }
else if ( sector == 1 ) {
644 if ( rmaxoAcc( *this ).size() > (
unsigned int)station ) {
645 return rmaxoAcc( *this ).at( station );
658 if ( station < 0 )
return 0;
662 if ( eminnAcc( *this ).size() > (
unsigned int)station ) {
663 return eminnAcc( *this ).at( station );
668 }
else if ( sector == 1 ) {
671 if ( eminoAcc( *this ).size() > (
unsigned int)station ) {
672 return eminoAcc( *this ).at( station );
684 if ( station < 0 )
return 0;
688 if ( emaxnAcc( *this ).size() > (
unsigned int)station ) {
689 return emaxnAcc( *this ).at( station );
694 }
else if ( sector == 1 ) {
697 if ( emaxoAcc( *this ).size() > (
unsigned int)station ) {
698 return emaxoAcc( *this ).at( station );
724 if ( sector < 0 || sector > 1 )
return;
728 ct1nAcc( *this ).at( station ) = chamberType;
730 }
else if ( sector == 1 ) {
732 ct1oAcc( *this ).at( station ) = chamberType;
751 if ( sector < 0 || sector > 1 )
return;
755 ct2nAcc( *this ).at( station ) = chamberType;
757 }
else if ( sector == 1 ) {
759 ct2oAcc( *this ).at( station ) = chamberType;
785 if ( sector < 0 || sector > 1 )
return;
791 awnAcc( *this ).at( station ) = aw;
794 bwnAcc( *this ).at( station ) = bw;
796 }
else if ( sector == 1 ) {
800 awoAcc( *this ).at( station ) = aw;
803 bwoAcc( *this ).at( station ) = bw;
829 if ( sector < 0 || sector > 1 )
return;
835 zminnAcc( *this ).at( station ) =
min;
838 zmaxnAcc( *this ).at( station ) =
max;
840 }
else if ( sector == 1 ) {
844 zminoAcc( *this ).at( station ) =
min;
847 zmaxoAcc( *this ).at( station ) =
max;
873 if ( sector < 0 || sector > 1 )
return;
879 rminnAcc( *this ).at( station ) =
min;
882 rmaxnAcc( *this ).at( station ) =
max;
884 }
else if ( sector == 1 ) {
888 rminoAcc( *this ).at( station ) =
min;
891 rmaxoAcc( *this ).at( station ) =
max;
917 if ( sector < 0 || sector > 1 )
return;
923 eminnAcc( *this ).at( station ) =
min;
926 emaxnAcc( *this ).at( station ) =
max;
928 }
else if ( sector == 1 ) {
932 eminoAcc( *this ).at( station ) =
min;
935 emaxoAcc( *this ).at( station ) =
max;
983 tieAcc( *
this ) = eta;
984 tipAcc( *
this ) =
phi;
998 tirsAcc( *
this ) = rhoStd;
999 tirnAcc( *
this ) = rhoN;
1000 tipsAcc( *
this ) = phiStd;
1001 tipnAcc( *
this ) = phiN;
1013 tm1eAcc( *
this ) =
eta;
1014 tm1pAcc( *
this ) =
phi;
1015 tm1rAcc( *
this ) =
r;
1016 tm1zAcc( *
this ) =
z;
1028 tm2eAcc( *
this ) =
eta;
1029 tm2pAcc( *
this ) =
phi;
1030 tm2rAcc( *
this ) =
r;
1031 tm2zAcc( *
this ) =
z;
1043 tmrcAcc( *
this ) = rhoChi2;
1044 tmrnAcc( *
this ) = rhoN;
1045 tmpcAcc( *
this ) = phiChi2;
1046 tmpnAcc( *
this ) = phiN;
1075 r1xAcc( *
this ) =
x;
1076 r1yAcc( *
this ) =
y;
1077 r1zAcc( *
this ) =
z;
1088 r2xAcc( *
this ) =
x;
1089 r2yAcc( *
this ) =
y;
1090 r2zAcc( *
this ) =
z;
1101 r3xAcc( *
this ) =
x;
1102 r3yAcc( *
this ) =
y;
1103 r3zAcc( *
this ) =
z;
1193 ecapAcc( *
this ) =
value;
1196 ext0Acc( *this ).reserve( (
unsigned int)
value );
1197 ext1Acc( *this ).reserve( (
unsigned int)
value );
1198 ext2Acc( *this ).reserve( (
unsigned int)
value );
1199 ext3Acc( *this ).reserve( (
unsigned int)
value );
1200 ext4Acc( *this ).reserve( (
unsigned int)
value );
1201 ext5Acc( *this ).reserve( (
unsigned int)
value );
1202 ext6Acc( *this ).reserve( (
unsigned int)
value );
1203 ext7Acc( *this ).reserve( (
unsigned int)
value );
1204 ext8Acc( *this ).reserve( (
unsigned int)
value );
1205 ext9Acc( *this ).reserve( (
unsigned int)
value );
1215 rcapAcc( *
this ) =
value;
1218 robidAcc( *this ).reserve( (
unsigned int)
value );
1219 robrmAcc( *this ).reserve( (
unsigned int)
value );
1229 ccapAcc( *
this ) =
value;
1232 csmidAcc( *this ).reserve( (
unsigned int)
value );
1233 csmszAcc( *this ).reserve( (
unsigned int)
value );
1234 csmerAcc( *this ).reserve( (
unsigned int)
value );
1235 csmrmAcc( *this ).reserve( (
unsigned int)
value );
1245 lcapAcc( *
this ) =
value;
1248 lvl1eAcc( *this ).reserve( (
unsigned int)
value );
1258 rcapAcc( *
this ) =
value;
1261 padiAcc( *this ).reserve( (
unsigned int)
value );
1262 padcAcc( *this ).reserve( (
unsigned int)
value );
1263 padxAcc( *this ).reserve( (
unsigned int)
value );
1264 padyAcc( *this ).reserve( (
unsigned int)
value );
1265 padzAcc( *this ).reserve( (
unsigned int)
value );
1266 padrAcc( *this ).reserve( (
unsigned int)
value );
1267 padpAcc( *this ).reserve( (
unsigned int)
value );
1277 tcapAcc( *
this ) =
value;
1280 tirpAcc( *this ).reserve( (
unsigned int)
value );
1281 tirrAcc( *this ).reserve( (
unsigned int)
value );
1282 tirzAcc( *this ).reserve( (
unsigned int)
value );
1283 tirwAcc( *this ).reserve( (
unsigned int)
value );
1284 tiriAcc( *this ).reserve( (
unsigned int)
value );
1285 tippAcc( *this ).reserve( (
unsigned int)
value );
1286 tiprAcc( *this ).reserve( (
unsigned int)
value );
1287 tipzAcc( *this ).reserve( (
unsigned int)
value );
1288 tipwAcc( *this ).reserve( (
unsigned int)
value );
1289 tipiAcc( *this ).reserve( (
unsigned int)
value );
1290 tmrpAcc( *this ).reserve( (
unsigned int)
value );
1291 tmrrAcc( *this ).reserve( (
unsigned int)
value );
1292 tmrzAcc( *this ).reserve( (
unsigned int)
value );
1293 tmrwAcc( *this ).reserve( (
unsigned int)
value );
1294 tmriAcc( *this ).reserve( (
unsigned int)
value );
1295 tmppAcc( *this ).reserve( (
unsigned int)
value );
1296 tmprAcc( *this ).reserve( (
unsigned int)
value );
1297 tmpzAcc( *this ).reserve( (
unsigned int)
value );
1298 tmpwAcc( *this ).reserve( (
unsigned int)
value );
1299 tmpiAcc( *this ).reserve( (
unsigned int)
value );
1309 mcapAcc( *
this ) =
value;
1312 mdtonAcc( *this ).reserve( (
unsigned int)
value );
1313 mdtoffAcc( *this ).reserve( (
unsigned int)
value );
1314 mdtrAcc( *this ).reserve( (
unsigned int)
value );
1315 mdtzAcc( *this ).reserve( (
unsigned int)
value );
1316 mdtresAcc( *this ).reserve( (
unsigned int)
value );
1317 mdttAcc( *this ).reserve( (
unsigned int)
value );
1318 mdtspcAcc( *this ).reserve( (
unsigned int)
value );
1319 mdtsigAcc( *this ).reserve( (
unsigned int)
value );
1357 if ( ext0Acc( *this ).size() >= (
unsigned int)extensionCapacity() )
return;
1359 ext0Acc( *this ).push_back(
value );
1365 ext1Acc( *this ).push_back(
value );
1371 ext2Acc( *this ).push_back(
value );
1377 ext3Acc( *this ).push_back(
value );
1383 ext4Acc( *this ).push_back(
value );
1389 ext5Acc( *this ).push_back(
value );
1395 ext6Acc( *this ).push_back(
value );
1401 ext7Acc( *this ).push_back(
value );
1407 ext8Acc( *this ).push_back(
value );
1413 ext9Acc( *this ).push_back(
value );
1426 if ( lvl1eAcc( *this ).size() < 2 ) lvl1eAcc( *this ).resize( 2 );
1428 lvl1eAcc( *this ).at( 0 ) = ly0;
1429 lvl1eAcc( *this ).at( 1 ) = ly1;
1436 if ( lvl1eAcc( *this ).size() < 6 ) lvl1eAcc( *this ).resize( 6 );
1438 lvl1eAcc( *this ).at( 2 ) = ly00;
1439 lvl1eAcc( *this ).at( 3 ) = ly01;
1440 lvl1eAcc( *this ).at( 4 ) = ly10;
1441 lvl1eAcc( *this ).at( 5 ) = ly11;
1448 if ( lvl1eAcc( *this ).size() < 10 ) lvl1eAcc( *this ).resize( 10 );
1450 lvl1eAcc( *this ).at( 6 ) = ly00;
1451 lvl1eAcc( *this ).at( 7 ) = ly01;
1452 lvl1eAcc( *this ).at( 8 ) = ly10;
1453 lvl1eAcc( *this ).at( 9 ) = ly11;
1460 if ( lvl1eAcc( *this ).size() < 12 ) lvl1eAcc( *this ).resize( 12 );
1462 lvl1eAcc( *this ).at( 10 ) = ly0;
1463 lvl1eAcc( *this ).at( 11 ) = ly1;
1470 if ( lvl1eAcc( *this ).size() < 16 ) lvl1eAcc( *this ).resize( 16 );
1472 lvl1eAcc( *this ).at( 12 ) = ly00;
1473 lvl1eAcc( *this ).at( 13 ) = ly01;
1474 lvl1eAcc( *this ).at( 14 ) = ly10;
1475 lvl1eAcc( *this ).at( 15 ) = ly11;
1482 if ( lvl1eAcc( *this ).size() < 20 ) lvl1eAcc( *this ).resize( 20 );
1484 lvl1eAcc( *this ).at( 16 ) = ly00;
1485 lvl1eAcc( *this ).at( 17 ) = ly01;
1486 lvl1eAcc( *this ).at( 18 ) = ly10;
1487 lvl1eAcc( *this ).at( 19 ) = ly11;
1504 if ( robidAcc( *this ).size() >= (
unsigned int)robCapacity() )
return;
1507 robidAcc( *this ).push_back( rob );
1515 if ( robrmAcc( *this ).size() >= (
unsigned int)
robCapacity() )
return;
1518 robrmAcc( *this ).push_back( rob );
1537 if ( csmidAcc( *this ).size() >= (
unsigned int)csmCapacity() )
return;
1540 csmidAcc( *this ).push_back( csm );
1541 csmszAcc( *this ).push_back(
sz );
1549 if ( csmerAcc( *this ).size() >= (
unsigned int)
csmCapacity() )
return;
1552 csmerAcc( *this ).push_back(
err );
1560 if ( csmrmAcc( *this ).size() >= (
unsigned int)
csmCapacity() )
return;
1563 csmrmAcc( *this ).push_back( csm );
1585 if ( padiAcc( *this ).size() >= (
unsigned int)rpcHitsCapacity() )
return;
1588 padiAcc( *this ).push_back( onlineId );
1589 padcAcc( *this ).push_back(
code );
1590 padxAcc( *this ).push_back(
x );
1591 padyAcc( *this ).push_back(
y );
1592 padzAcc( *this ).push_back(
z );
1593 padrAcc( *this ).push_back(
r );
1594 padpAcc( *this ).push_back(
p );
1629 if ( tirpAcc( *this ).size() >= (
unsigned int)tgcHitsCapacity() )
return;
1632 tirpAcc( *this ).push_back(
phi );
1633 tirrAcc( *this ).push_back(
r );
1634 tirzAcc( *this ).push_back(
z );
1635 tirwAcc( *this ).push_back(
width );
1636 tiriAcc( *this ).push_back( in_seg );
1644 if ( tippAcc( *this ).size() >= (
unsigned int)
tgcHitsCapacity() )
return;
1647 tippAcc( *this ).push_back(
phi );
1648 tiprAcc( *this ).push_back(
r );
1649 tipzAcc( *this ).push_back(
z );
1650 tipwAcc( *this ).push_back(
width );
1651 tipiAcc( *this ).push_back( in_seg );
1659 if ( tmrpAcc( *this ).size() >= (
unsigned int)
tgcHitsCapacity() )
return;
1662 tmrpAcc( *this ).push_back(
phi );
1663 tmrrAcc( *this ).push_back(
r );
1664 tmrzAcc( *this ).push_back(
z );
1665 tmrwAcc( *this ).push_back(
width );
1666 tmriAcc( *this ).push_back( in_seg );
1674 if ( tmppAcc( *this ).size() >= (
unsigned int)
tgcHitsCapacity() )
return;
1677 tmppAcc( *this ).push_back(
phi );
1678 tmprAcc( *this ).push_back(
r );
1679 tmpzAcc( *this ).push_back(
z );
1680 tmpwAcc( *this ).push_back(
width );
1681 tmpiAcc( *this ).push_back( in_seg );
1692 return mdtonAcc( *this ).size();
1696 if( mdtonAcc( *this ).size() >
tube ) {
1697 return mdtonAcc( *this ).at(
tube );
1704 if( mdtoffAcc( *this ).size() >
tube ) {
1705 return mdtoffAcc( *this ).at(
tube );
1713 if( mdtcAcc( *this ).size() >
tube ) {
1714 return mdtcAcc( *this ).at(
tube );
1721 if( mdtrAcc( *this ).size() >
tube ) {
1722 return mdtrAcc( *this ).at(
tube );
1729 if( mdtzAcc( *this ).size() >
tube ) {
1730 return mdtzAcc( *this ).at(
tube );
1737 if( mdtresAcc( *this ).size() >
tube ) {
1738 return mdtresAcc( *this ).at(
tube );
1745 if( mdttAcc( *this ).size() >
tube ) {
1746 return mdttAcc( *this ).at(
tube );
1753 if( mdtspcAcc( *this ).size() >
tube ) {
1754 return mdtspcAcc( *this ).at(
tube );
1761 if( mdtsigAcc( *this ).size() >
tube ) {
1762 return mdtsigAcc( *this ).at(
tube );
1772 if ( mdtonAcc( *this ).size() >= (
unsigned int)
mdtHitsCapacity() )
return;
1776 mdtonAcc( *this ).push_back( onlineId );
1777 mdtoffAcc( *this ).push_back( offlineId );
1778 mdtcAcc( *this ).push_back(
chamber );
1779 mdtrAcc( *this ).push_back(
r );
1780 mdtzAcc( *this ).push_back(
z );
1781 mdtresAcc( *this ).push_back(
residual );
1782 mdttAcc( *this ).push_back( time );
1783 mdtspcAcc( *this ).push_back( space );
1784 mdtsigAcc( *this ).push_back(
sigma );
1799 out <<
"roiWord: " <<
mu.roiWord() <<
"; ";
1800 out <<
"sAddress: " <<
mu.sAddress() <<
"; ";
1801 out <<
"pt: " <<
mu.pt() <<
"; ";
1802 out <<
"phi: " <<
mu.phi() <<
"; ";
1803 out <<
"eta: " <<
mu.eta() <<
"; ";
1804 out <<
"rMS: " <<
mu.rMS() <<
"; ";
1805 out <<
"etaMS: " <<
mu.etaMS() <<
"; ";
1806 out <<
"phiMS: " <<
mu.phiMS() <<
"; ";
1807 out <<
"dirPhiMS: " <<
mu.dirPhiMS() <<
"; ";
1808 out <<
"zMS: " <<
mu.zMS() <<
"; ";
1809 out <<
"dirZMS: " <<
mu.dirZMS() <<
"; ";
1810 out <<
"beta: " <<
mu.beta() <<
"; ";
1811 out <<
"barrelRadius: " <<
mu.barrelRadius() <<
"; ";
1812 out <<
"barrelSagitta: " <<
mu.barrelSagitta() <<
"; ";
1813 out <<
"endcapAlpha: " <<
mu.endcapAlpha() <<
"; ";
1814 out <<
"endcapBeta: " <<
mu.endcapBeta() <<
"; ";
1815 out <<
"endcapRadius: " <<
mu.endcapRadius() <<
"; ";
1816 out <<
"etaMap: " <<
mu.etaMap() <<
"; ";
1817 out <<
"phiMap: " <<
mu.phiMap() <<
"; ";
1818 out <<
"etaBin: " <<
mu.etaBin() <<
"; ";
1819 out <<
"phiBin: " <<
mu.phiBin() <<
"; ";
1820 out <<
"isTgcFailure: " <<
mu.isTgcFailure() <<
"; ";
1821 out <<
"isRpcFailure: " <<
mu.isRpcFailure() <<
"; ";
1822 out <<
"deltaPt: " <<
mu.deltaPt() <<
"; ";
1823 out <<
"deltaEta: " <<
mu.deltaEta() <<
"; ";
1824 out <<
"deltaPhi: " <<
mu.deltaPhi() <<
"; ";
1825 out <<
"algoId: " <<
mu.algoId() <<
"; ";
1826 out <<
"teId: " <<
mu.teId() <<
"; ";
1827 out <<
"lvl1Id: " <<
mu.lvl1Id() <<
"; ";
1828 out <<
"lumiBlock: " <<
mu.lumiBlock() <<
"; ";
1829 out <<
"muonDetMask: " <<
mu.muonDetMask() <<
"; ";
1830 out <<
"roiId: " <<
mu.roiId() <<
"; ";
1831 out <<
"roiSystem: " <<
mu.roiSystem() <<
"; ";
1832 out <<
"roiSubsystem: " <<
mu.roiSubsystem() <<
"; ";
1833 out <<
"roiSector: " <<
mu.roiSector() <<
"; ";
1834 out <<
"roiNumber: " <<
mu.roiNumber() <<
"; ";
1835 out <<
"roiThreshold: " <<
mu.roiThreshold() <<
"; ";
1836 out <<
"roiEta: " <<
mu.roiEta() <<
"; ";
1837 out <<
"roiPhi: " <<
mu.roiPhi() <<
"; ";
1838 out <<
"extensionCapacity: " <<
mu.extensionCapacity() <<
"; ";
1839 out <<
"robCapacity: " <<
mu.robCapacity() <<
"; ";
1840 out <<
"csmCapacity: " <<
mu.csmCapacity() <<
"; ";
1841 out <<
"lvl1EmuCapacity: " <<
mu.lvl1EmuCapacity() <<
"; ";
1842 out <<
"rpcHitsCapacity: " <<
mu.rpcHitsCapacity() <<
"; ";
1843 out <<
"tgcHitsCapacity: " <<
mu.tgcHitsCapacity() <<
"; ";
1844 out <<
"mdtHitsCapacity: " <<
mu.mdtHitsCapacity() <<
"; ";