131 barrelSagitta, setBarrelSagitta )
135 endcapBeta, setEndcapBeta )
155 deltaPtParm2, setDeltaPtParm2 )
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 )
355 ptBarrelRadius, setPtBarrelRadius )
359 ptEndcapAlpha, setPtEndcapAlpha )
363 ptEndcapRadius, setPtEndcapRadius )
375 ct1nAcc( "chamberType1Normal" );
377 ct1oAcc( "chamberType1Overlap" );
379 ct2nAcc( "chamberType2Normal" );
381 ct2oAcc( "chamberType2Overlap" );
385 awnAcc( "roadAwNormal" );
387 awoAcc( "roadAwOverlap" );
389 bwnAcc( "roadBwNormal" );
391 bwoAcc( "roadBwOverlap" );
395 zminnAcc( "zMinNormal" );
397 zminoAcc( "zMinOverlap" );
399 zmaxnAcc( "zMaxNormal" );
401 zmaxoAcc( "zMaxOverlap" );
405 rminnAcc( "rMinNormal" );
407 rminoAcc( "rMinOverlap" );
409 rmaxnAcc( "rMaxNormal" );
411 rmaxoAcc( "rMaxOverlap" );
415 eminnAcc( "etaMinNormal" );
417 eminoAcc( "etaMinOverlap" );
419 emaxnAcc( "etaMaxNormal" );
421 emaxoAcc( "etaMaxOverlap" );
429 if ( station < 0 )
return 0;
434 if ( ct1nAcc( *this ).size() > (
unsigned int)station ) {
435 return ct1nAcc( *this ).at( station );
440 }
else if ( sector == 1 ) {
443 if ( ct1oAcc( *this ).size() > (
unsigned int)station ) {
444 return ct1oAcc( *this ).at( station );
456 if ( station < 0 )
return 0;
460 if ( ct2nAcc( *this ).size() > (
unsigned int)station ) {
461 return ct2nAcc( *this ).at( station );
466 }
else if ( sector == 1 ) {
469 if ( ct2oAcc( *this ).size() > (
unsigned int)station ) {
470 return ct2oAcc( *this ).at( station );
483 if ( station < 0 )
return 0;
487 if ( awnAcc( *this ).size() > (
unsigned int)station ) {
488 return awnAcc( *this ).at( station );
493 }
else if ( sector == 1 ) {
496 if ( awoAcc( *this ).size() > (
unsigned int)station ) {
497 return awoAcc( *this ).at( station );
510 if ( station < 0 )
return 0;
514 if ( bwnAcc( *this ).size() > (
unsigned int)station ) {
515 return bwnAcc( *this ).at( station );
520 }
else if ( sector == 1 ) {
523 if ( bwoAcc( *this ).size() > (
unsigned int)station ) {
524 return bwoAcc( *this ).at( station );
537 if ( station < 0 )
return 0;
541 if ( zminnAcc( *this ).size() > (
unsigned int)station ) {
542 return zminnAcc( *this ).at( station );
547 }
else if ( sector == 1 ) {
550 if ( zminoAcc( *this ).size() > (
unsigned int)station ) {
551 return zminoAcc( *this ).at( station );
563 if ( station < 0 )
return 0;
567 if ( zmaxnAcc( *this ).size() > (
unsigned int)station ) {
568 return zmaxnAcc( *this ).at( station );
573 }
else if ( sector == 1 ) {
576 if ( zmaxoAcc( *this ).size() > (
unsigned int)station ) {
577 return zmaxoAcc( *this ).at( station );
590 if ( station < 0 )
return 0;
594 if ( rminnAcc( *this ).size() > (
unsigned int)station ) {
595 return rminnAcc( *this ).at( station );
600 }
else if ( sector == 1 ) {
603 if ( rminoAcc( *this ).size() > (
unsigned int)station ) {
604 return rminoAcc( *this ).at( station );
616 if ( station < 0 )
return 0;
620 if ( rmaxnAcc( *this ).size() > (
unsigned int)station ) {
621 return rmaxnAcc( *this ).at( station );
626 }
else if ( sector == 1 ) {
629 if ( rmaxoAcc( *this ).size() > (
unsigned int)station ) {
630 return rmaxoAcc( *this ).at( station );
643 if ( station < 0 )
return 0;
647 if ( eminnAcc( *this ).size() > (
unsigned int)station ) {
648 return eminnAcc( *this ).at( station );
653 }
else if ( sector == 1 ) {
656 if ( eminoAcc( *this ).size() > (
unsigned int)station ) {
657 return eminoAcc( *this ).at( station );
669 if ( station < 0 )
return 0;
673 if ( emaxnAcc( *this ).size() > (
unsigned int)station ) {
674 return emaxnAcc( *this ).at( station );
679 }
else if ( sector == 1 ) {
682 if ( emaxoAcc( *this ).size() > (
unsigned int)station ) {
683 return emaxoAcc( *this ).at( station );
709 if ( sector < 0 || sector > 1 )
return;
713 ct1nAcc( *this ).at( station ) = chamberType;
715 }
else if ( sector == 1 ) {
717 ct1oAcc( *this ).at( station ) = chamberType;
736 if ( sector < 0 || sector > 1 )
return;
740 ct2nAcc( *this ).at( station ) = chamberType;
742 }
else if ( sector == 1 ) {
744 ct2oAcc( *this ).at( station ) = chamberType;
770 if ( sector < 0 || sector > 1 )
return;
776 awnAcc( *this ).at( station ) = aw;
779 bwnAcc( *this ).at( station ) = bw;
781 }
else if ( sector == 1 ) {
785 awoAcc( *this ).at( station ) = aw;
788 bwoAcc( *this ).at( station ) = bw;
814 if ( sector < 0 || sector > 1 )
return;
820 zminnAcc( *this ).at( station ) =
min;
823 zmaxnAcc( *this ).at( station ) =
max;
825 }
else if ( sector == 1 ) {
829 zminoAcc( *this ).at( station ) =
min;
832 zmaxoAcc( *this ).at( station ) =
max;
858 if ( sector < 0 || sector > 1 )
return;
864 rminnAcc( *this ).at( station ) =
min;
867 rmaxnAcc( *this ).at( station ) =
max;
869 }
else if ( sector == 1 ) {
873 rminoAcc( *this ).at( station ) =
min;
876 rmaxoAcc( *this ).at( station ) =
max;
902 if ( sector < 0 || sector > 1 )
return;
908 eminnAcc( *this ).at( station ) =
min;
911 emaxnAcc( *this ).at( station ) =
max;
913 }
else if ( sector == 1 ) {
917 eminoAcc( *this ).at( station ) =
min;
920 emaxoAcc( *this ).at( station ) =
max;
966 tieAcc( *
this ) = eta;
967 tipAcc( *
this ) =
phi;
981 tirsAcc( *
this ) = rhoStd;
982 tirnAcc( *
this ) = rhoN;
983 tipsAcc( *
this ) = phiStd;
984 tipnAcc( *
this ) = phiN;
996 tm1eAcc( *
this ) =
eta;
997 tm1pAcc( *
this ) =
phi;
998 tm1rAcc( *
this ) =
r;
999 tm1zAcc( *
this ) =
z;
1011 tm2eAcc( *
this ) =
eta;
1012 tm2pAcc( *
this ) =
phi;
1013 tm2rAcc( *
this ) =
r;
1014 tm2zAcc( *
this ) =
z;
1026 tmrcAcc( *
this ) = rhoChi2;
1027 tmrnAcc( *
this ) = rhoN;
1028 tmpcAcc( *
this ) = phiChi2;
1029 tmpnAcc( *
this ) = phiN;
1057 rfipAcc( *
this ) =
phi;
1058 rfisAcc( *
this ) = slope;
1059 rfioAcc( *
this ) =
offset;
1070 rfmpAcc( *
this ) =
phi;
1071 rfmsAcc( *
this ) = slope;
1072 rfmoAcc( *
this ) =
offset;
1083 rfopAcc( *
this ) =
phi;
1084 rfosAcc( *
this ) = slope;
1085 rfooAcc( *
this ) =
offset;
1187 rcapAcc( *
this ) =
value;
1190 rpclAcc( *this ).reserve( (
unsigned int)
value );
1191 rpcmpAcc( *this ).reserve( (
unsigned int)
value );
1192 rpcxAcc( *this ).reserve( (
unsigned int)
value );
1193 rpcyAcc( *this ).reserve( (
unsigned int)
value );
1194 rpczAcc( *this ).reserve( (
unsigned int)
value );
1195 rpctAcc( *this ).reserve( (
unsigned int)
value );
1196 rpcdeAcc( *this ).reserve( (
unsigned int)
value );
1197 rpcdpAcc( *this ).reserve( (
unsigned int)
value );
1198 rpcsnAcc( *this ).reserve( (
unsigned int)
value );
1208 tcapAcc( *
this ) =
value;
1211 tgceAcc( *this ).reserve( (
unsigned int)
value );
1212 tgcpAcc( *this ).reserve( (
unsigned int)
value );
1213 tgcrAcc( *this ).reserve( (
unsigned int)
value );
1214 tgczAcc( *this ).reserve( (
unsigned int)
value );
1215 tgcwAcc( *this ).reserve( (
unsigned int)
value );
1216 tgcsnAcc( *this ).reserve( (
unsigned int)
value );
1217 tgcisAcc( *this ).reserve( (
unsigned int)
value );
1218 tgcbcAcc( *this ).reserve( (
unsigned int)
value );
1219 tgcirAcc( *this ).reserve( (
unsigned int)
value );
1229 mcapAcc( *
this ) =
value;
1232 mdtonAcc( *this ).reserve( (
unsigned int)
value );
1233 mdtioAcc( *this ).reserve( (
unsigned int)
value );
1234 mdtrAcc( *this ).reserve( (
unsigned int)
value );
1235 mdtzAcc( *this ).reserve( (
unsigned int)
value );
1236 mdtpAcc( *this ).reserve( (
unsigned int)
value );
1237 mdtresAcc( *this ).reserve( (
unsigned int)
value );
1238 mdttAcc( *this ).reserve( (
unsigned int)
value );
1239 mdtspcAcc( *this ).reserve( (
unsigned int)
value );
1240 mdtsigAcc( *this ).reserve( (
unsigned int)
value );
1250 ccapAcc( *
this ) =
value;
1253 cscioAcc( *this ).reserve( (
unsigned int)
value );
1254 csccAcc( *this ).reserve( (
unsigned int)
value );
1255 cscsnAcc( *this ).reserve( (
unsigned int)
value );
1256 cscseAcc( *this ).reserve( (
unsigned int)
value );
1257 cscspAcc( *this ).reserve( (
unsigned int)
value );
1258 cscclAcc( *this ).reserve( (
unsigned int)
value );
1259 cscwlAcc( *this ).reserve( (
unsigned int)
value );
1260 cscmpAcc( *this ).reserve( (
unsigned int)
value );
1261 cscsAcc( *this ).reserve( (
unsigned int)
value );
1262 csceAcc( *this ).reserve( (
unsigned int)
value );
1263 cscpAcc( *this ).reserve( (
unsigned int)
value );
1264 cscrAcc( *this ).reserve( (
unsigned int)
value );
1265 csczAcc( *this ).reserve( (
unsigned int)
value );
1266 cscchAcc( *this ).reserve( (
unsigned int)
value );
1267 csctAcc( *this ).reserve( (
unsigned int)
value );
1268 cscresAcc( *this ).reserve( (
unsigned int)
value );
1278 stgclAcc( *this ).reserve( (
unsigned int)
value );
1279 stgcioAcc( *this ).reserve( (
unsigned int)
value );
1280 stgctyAcc( *this ).reserve( (
unsigned int)
value );
1281 stgceAcc( *this ).reserve( (
unsigned int)
value );
1282 stgcpAcc( *this ).reserve( (
unsigned int)
value );
1283 stgcrAcc( *this ).reserve( (
unsigned int)
value );
1284 stgczAcc( *this ).reserve( (
unsigned int)
value );
1285 stgcrsrAcc( *this ).reserve( (
unsigned int)
value );
1286 stgcrspAcc( *this ).reserve( (
unsigned int)
value );
1287 stgcseAcc( *this ).reserve( (
unsigned int)
value );
1288 stgcspAcc( *this ).reserve( (
unsigned int)
value );
1289 stgcsnAcc( *this ).reserve( (
unsigned int)
value );
1299 mmlAcc( *this ).reserve( (
unsigned int)
value );
1300 mmioAcc( *this ).reserve( (
unsigned int)
value );
1301 mmeAcc( *this ).reserve( (
unsigned int)
value );
1302 mmpAcc( *this ).reserve( (
unsigned int)
value );
1303 mmrAcc( *this ).reserve( (
unsigned int)
value );
1304 mmzAcc( *this ).reserve( (
unsigned int)
value );
1305 mmrsrAcc( *this ).reserve( (
unsigned int)
value );
1306 mmrspAcc( *this ).reserve( (
unsigned int)
value );
1307 mmseAcc( *this ).reserve( (
unsigned int)
value );
1308 mmspAcc( *this ).reserve( (
unsigned int)
value );
1309 mmsnAcc( *this ).reserve( (
unsigned int)
value );
1344 if ( rpclAcc( *this ).size() >= (
unsigned int)rpcHitsCapacity() )
return;
1347 rpclAcc( *this ).push_back(
layer );
1348 rpcmpAcc( *this ).push_back( measuresPhi );
1349 rpcxAcc( *this ).push_back(
x );
1350 rpcyAcc( *this ).push_back(
y );
1351 rpczAcc( *this ).push_back(
z );
1352 rpctAcc( *this ).push_back( time );
1353 rpcdeAcc( *this ).push_back(
distEta );
1354 rpcdpAcc( *this ).push_back(
distPhi );
1380 if ( tgceAcc( *this ).size() >= (
unsigned int)tgcHitsCapacity() )
return;
1383 tgceAcc( *this ).push_back( eta );
1384 tgcpAcc( *this ).push_back(
phi );
1385 tgcrAcc( *this ).push_back(
r );
1386 tgczAcc( *this ).push_back(
z );
1387 tgcwAcc( *this ).push_back(
width );
1389 tgcisAcc( *this ).push_back(
isStrip );
1390 tgcbcAcc( *this ).push_back(
bcTag );
1391 tgcirAcc( *this ).push_back( inRoad );
1402 return mdtonAcc( *this ).size();
1406 if( mdtonAcc( *this ).size() >
tube ) {
1407 return mdtonAcc( *this ).at(
tube );
1414 if( mdtioAcc( *this ).size() >
tube ) {
1415 return mdtioAcc( *this ).at(
tube );
1422 if( mdtioAcc( *this ).size() >
tube ) {
1423 return mdtioAcc( *this ).at(
tube );
1430 if( mdtcAcc( *this ).size() >
tube ) {
1431 return mdtcAcc( *this ).at(
tube );
1438 if( mdtrAcc( *this ).size() >
tube ) {
1439 return mdtrAcc( *this ).at(
tube );
1446 if( mdtzAcc( *this ).size() >
tube ) {
1447 return mdtzAcc( *this ).at(
tube );
1454 if( mdtpAcc( *this ).size() >
tube ) {
1455 return mdtpAcc( *this ).at(
tube );
1462 if( mdtresAcc( *this ).size() >
tube ) {
1463 return mdtresAcc( *this ).at(
tube );
1470 if( mdttAcc( *this ).size() >
tube ) {
1471 return mdttAcc( *this ).at(
tube );
1478 if( mdtspcAcc( *this ).size() >
tube ) {
1479 return mdtspcAcc( *this ).at(
tube );
1486 if( mdtsigAcc( *this ).size() >
tube ) {
1487 return mdtsigAcc( *this ).at(
tube );
1497 if ( mdtonAcc( *this ).size() >= (
unsigned int)
mdtHitsCapacity() )
return;
1500 mdtonAcc( *this ).push_back( onlineId );
1501 mdtioAcc( *this ).push_back( isOutlier );
1502 mdtcAcc( *this ).push_back(
chamber );
1503 mdtrAcc( *this ).push_back(
r );
1504 mdtzAcc( *this ).push_back(
z );
1505 mdtpAcc( *this ).push_back(
phi );
1506 mdtresAcc( *this ).push_back(
residual );
1507 mdttAcc( *this ).push_back( time );
1508 mdtspcAcc( *this ).push_back( space );
1509 mdtsigAcc( *this ).push_back(
sigma );
1520 return cscioAcc( *this ).size();
1524 if( cscioAcc( *this ).size() >
tube ) {
1525 return cscioAcc( *this ).at(
tube );
1532 if( csccAcc( *this ).size() >
tube ) {
1533 return csccAcc( *this ).at(
tube );
1540 if( cscsnAcc( *this ).size() >
tube ) {
1541 return cscsnAcc( *this ).at(
tube );
1548 if( cscseAcc( *this ).size() >
tube ) {
1549 return cscseAcc( *this ).at(
tube );
1556 if( cscspAcc( *this ).size() >
tube ) {
1557 return cscspAcc( *this ).at(
tube );
1564 if( cscclAcc( *this ).size() >
tube ) {
1565 return cscclAcc( *this ).at(
tube );
1572 if( cscwlAcc( *this ).size() >
tube ) {
1573 return cscwlAcc( *this ).at(
tube );
1580 if( cscmpAcc( *this ).size() >
tube ) {
1581 return cscmpAcc( *this ).at(
tube );
1588 if( cscsAcc( *this ).size() >
tube ) {
1589 return cscsAcc( *this ).at(
tube );
1596 if( csceAcc( *this ).size() >
tube ) {
1597 return csceAcc( *this ).at(
tube );
1604 if( cscpAcc( *this ).size() >
tube ) {
1605 return cscpAcc( *this ).at(
tube );
1612 if( cscrAcc( *this ).size() >
tube ) {
1613 return cscrAcc( *this ).at(
tube );
1620 if( csczAcc( *this ).size() >
tube ) {
1621 return csczAcc( *this ).at(
tube );
1628 if( cscchAcc( *this ).size() >
tube ) {
1629 return cscchAcc( *this ).at(
tube );
1636 if( csctAcc( *this ).size() >
tube ) {
1637 return csctAcc( *this ).at(
tube );
1644 if( cscresAcc( *this ).size() >
tube ) {
1645 return cscresAcc( *this ).at(
tube );
1652 int stationEta,
int stationPhi,
int chamberLayer,
int wireLayer,
int measuresPhi,
int strip,
1656 if ( cscioAcc( *this ).size() >= (
unsigned int)
cscHitsCapacity() )
return;
1659 cscioAcc( *this ).push_back( isOutlier );
1660 csccAcc( *this ).push_back(
chamber );
1662 cscseAcc( *this ).push_back( stationEta );
1663 cscspAcc( *this ).push_back( stationPhi );
1664 cscclAcc( *this ).push_back( chamberLayer );
1665 cscwlAcc( *this ).push_back( wireLayer );
1666 cscmpAcc( *this ).push_back( measuresPhi );
1667 cscsAcc( *this ).push_back( strip );
1668 csceAcc( *this ).push_back(
eta );
1669 cscpAcc( *this ).push_back(
phi );
1670 cscrAcc( *this ).push_back(
r );
1671 csczAcc( *this ).push_back(
z );
1672 cscchAcc( *this ).push_back(
charge );
1673 csctAcc( *this ).push_back( time );
1674 cscresAcc( *this ).push_back(
residual );
1700 const float residualR,
const float residualPhi,
1703 stgclAcc( *this ).push_back(
layer );
1704 stgcioAcc( *this ).push_back( isOutlier );
1705 stgctyAcc( *this ).push_back(
type );
1706 stgceAcc( *this ).push_back( eta );
1707 stgcpAcc( *this ).push_back(
phi );
1708 stgcrAcc( *this ).push_back(
r );
1709 stgczAcc( *this ).push_back(
z );
1710 stgcrsrAcc( *this ).push_back( residualR );
1711 stgcrspAcc( *this ).push_back( residualPhi );
1712 stgcseAcc( *this ).push_back( stationEta );
1713 stgcspAcc( *this ).push_back( stationPhi );
1739 const float residualR,
const float residualPhi,
1742 mmlAcc( *this ).push_back(
layer );
1743 mmioAcc( *this ).push_back( isOutlier );
1744 mmeAcc( *this ).push_back( eta );
1745 mmpAcc( *this ).push_back(
phi );
1746 mmrAcc( *this ).push_back(
r );
1747 mmzAcc( *this ).push_back(
z );
1748 mmrsrAcc( *this ).push_back( residualR );
1749 mmrspAcc( *this ).push_back( residualPhi );
1750 mmseAcc( *this ).push_back( stationEta );
1751 mmspAcc( *this ).push_back( stationPhi );
1767 out <<
"roiWord: " <<
mu.roiWord() <<
"; ";
1768 out <<
"sAddress: " <<
mu.sAddress() <<
"; ";
1769 out <<
"pt: " <<
mu.pt() <<
"; ";
1770 out <<
"phi: " <<
mu.phi() <<
"; ";
1771 out <<
"eta: " <<
mu.eta() <<
"; ";
1772 out <<
"rMS: " <<
mu.rMS() <<
"; ";
1773 out <<
"etaMS: " <<
mu.etaMS() <<
"; ";
1774 out <<
"phiMS: " <<
mu.phiMS() <<
"; ";
1775 out <<
"dirPhiMS: " <<
mu.dirPhiMS() <<
"; ";
1776 out <<
"zMS: " <<
mu.zMS() <<
"; ";
1777 out <<
"dirZMS: " <<
mu.dirZMS() <<
"; ";
1778 out <<
"beta: " <<
mu.beta() <<
"; ";
1779 out <<
"barrelRadius: " <<
mu.barrelRadius() <<
"; ";
1780 out <<
"barrelSagitta: " <<
mu.barrelSagitta() <<
"; ";
1781 out <<
"endcapAlpha: " <<
mu.endcapAlpha() <<
"; ";
1782 out <<
"endcapBeta: " <<
mu.endcapBeta() <<
"; ";
1783 out <<
"endcapRadius: " <<
mu.endcapRadius() <<
"; ";
1784 out <<
"etaMap: " <<
mu.etaMap() <<
"; ";
1785 out <<
"phiMap: " <<
mu.phiMap() <<
"; ";
1786 out <<
"etaBin: " <<
mu.etaBin() <<
"; ";
1787 out <<
"phiBin: " <<
mu.phiBin() <<
"; ";
1788 out <<
"isTgcFailure: " <<
mu.isTgcFailure() <<
"; ";
1789 out <<
"isRpcFailure: " <<
mu.isRpcFailure() <<
"; ";
1790 out <<
"deltaPt: " <<
mu.deltaPt() <<
"; ";
1791 out <<
"deltaEta: " <<
mu.deltaEta() <<
"; ";
1792 out <<
"deltaPhi: " <<
mu.deltaPhi() <<
"; ";
1793 out <<
"algoId: " <<
mu.algoId() <<
"; ";
1794 out <<
"teId: " <<
mu.teId() <<
"; ";
1795 out <<
"lvl1Id: " <<
mu.lvl1Id() <<
"; ";
1796 out <<
"lumiBlock: " <<
mu.lumiBlock() <<
"; ";
1797 out <<
"muonDetMask: " <<
mu.muonDetMask() <<
"; ";
1798 out <<
"roiId: " <<
mu.roiId() <<
"; ";
1799 out <<
"roiSystem: " <<
mu.roiSystem() <<
"; ";
1800 out <<
"roiSubsystem: " <<
mu.roiSubsystem() <<
"; ";
1801 out <<
"roiSector: " <<
mu.roiSector() <<
"; ";
1802 out <<
"roiNumber: " <<
mu.roiNumber() <<
"; ";
1803 out <<
"roiThreshold: " <<
mu.roiThreshold() <<
"; ";
1804 out <<
"roiEta: " <<
mu.roiEta() <<
"; ";
1805 out <<
"roiPhi: " <<
mu.roiPhi() <<
"; ";
1806 out <<
"rpcHitsCapacity: " <<
mu.rpcHitsCapacity() <<
"; ";
1807 out <<
"tgcHitsCapacity: " <<
mu.tgcHitsCapacity() <<
"; ";
1808 out <<
"mdtHitsCapacity: " <<
mu.mdtHitsCapacity() <<
"; ";
1809 out <<
"cscHitsCapacity: " <<
mu.cscHitsCapacity() <<
"; ";