130 barrelSagitta, setBarrelSagitta )
134 endcapBeta, setEndcapBeta )
154 deltaPtParm2, setDeltaPtParm2 )
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 )
354 ptBarrelRadius, setPtBarrelRadius )
358 ptEndcapAlpha, setPtEndcapAlpha )
362 ptEndcapRadius, setPtEndcapRadius )
374 ct1nAcc( "chamberType1Normal" );
376 ct1oAcc( "chamberType1Overlap" );
378 ct2nAcc( "chamberType2Normal" );
380 ct2oAcc( "chamberType2Overlap" );
384 awnAcc( "roadAwNormal" );
386 awoAcc( "roadAwOverlap" );
388 bwnAcc( "roadBwNormal" );
390 bwoAcc( "roadBwOverlap" );
394 zminnAcc( "zMinNormal" );
396 zminoAcc( "zMinOverlap" );
398 zmaxnAcc( "zMaxNormal" );
400 zmaxoAcc( "zMaxOverlap" );
404 rminnAcc( "rMinNormal" );
406 rminoAcc( "rMinOverlap" );
408 rmaxnAcc( "rMaxNormal" );
410 rmaxoAcc( "rMaxOverlap" );
414 eminnAcc( "etaMinNormal" );
416 eminoAcc( "etaMinOverlap" );
418 emaxnAcc( "etaMaxNormal" );
420 emaxoAcc( "etaMaxOverlap" );
428 if ( station < 0 )
return 0;
433 if ( ct1nAcc( *this ).size() > (
unsigned int)station ) {
434 return ct1nAcc( *this ).at( station );
439 }
else if ( sector == 1 ) {
442 if ( ct1oAcc( *this ).size() > (
unsigned int)station ) {
443 return ct1oAcc( *this ).at( station );
455 if ( station < 0 )
return 0;
459 if ( ct2nAcc( *this ).size() > (
unsigned int)station ) {
460 return ct2nAcc( *this ).at( station );
465 }
else if ( sector == 1 ) {
468 if ( ct2oAcc( *this ).size() > (
unsigned int)station ) {
469 return ct2oAcc( *this ).at( station );
482 if ( station < 0 )
return 0;
486 if ( awnAcc( *this ).size() > (
unsigned int)station ) {
487 return awnAcc( *this ).at( station );
492 }
else if ( sector == 1 ) {
495 if ( awoAcc( *this ).size() > (
unsigned int)station ) {
496 return awoAcc( *this ).at( station );
509 if ( station < 0 )
return 0;
513 if ( bwnAcc( *this ).size() > (
unsigned int)station ) {
514 return bwnAcc( *this ).at( station );
519 }
else if ( sector == 1 ) {
522 if ( bwoAcc( *this ).size() > (
unsigned int)station ) {
523 return bwoAcc( *this ).at( station );
536 if ( station < 0 )
return 0;
540 if ( zminnAcc( *this ).size() > (
unsigned int)station ) {
541 return zminnAcc( *this ).at( station );
546 }
else if ( sector == 1 ) {
549 if ( zminoAcc( *this ).size() > (
unsigned int)station ) {
550 return zminoAcc( *this ).at( station );
562 if ( station < 0 )
return 0;
566 if ( zmaxnAcc( *this ).size() > (
unsigned int)station ) {
567 return zmaxnAcc( *this ).at( station );
572 }
else if ( sector == 1 ) {
575 if ( zmaxoAcc( *this ).size() > (
unsigned int)station ) {
576 return zmaxoAcc( *this ).at( station );
589 if ( station < 0 )
return 0;
593 if ( rminnAcc( *this ).size() > (
unsigned int)station ) {
594 return rminnAcc( *this ).at( station );
599 }
else if ( sector == 1 ) {
602 if ( rminoAcc( *this ).size() > (
unsigned int)station ) {
603 return rminoAcc( *this ).at( station );
615 if ( station < 0 )
return 0;
619 if ( rmaxnAcc( *this ).size() > (
unsigned int)station ) {
620 return rmaxnAcc( *this ).at( station );
625 }
else if ( sector == 1 ) {
628 if ( rmaxoAcc( *this ).size() > (
unsigned int)station ) {
629 return rmaxoAcc( *this ).at( station );
642 if ( station < 0 )
return 0;
646 if ( eminnAcc( *this ).size() > (
unsigned int)station ) {
647 return eminnAcc( *this ).at( station );
652 }
else if ( sector == 1 ) {
655 if ( eminoAcc( *this ).size() > (
unsigned int)station ) {
656 return eminoAcc( *this ).at( station );
668 if ( station < 0 )
return 0;
672 if ( emaxnAcc( *this ).size() > (
unsigned int)station ) {
673 return emaxnAcc( *this ).at( station );
678 }
else if ( sector == 1 ) {
681 if ( emaxoAcc( *this ).size() > (
unsigned int)station ) {
682 return emaxoAcc( *this ).at( station );
708 if ( sector < 0 || sector > 1 )
return;
712 ct1nAcc( *this ).at( station ) = chamberType;
714 }
else if ( sector == 1 ) {
716 ct1oAcc( *this ).at( station ) = chamberType;
735 if ( sector < 0 || sector > 1 )
return;
739 ct2nAcc( *this ).at( station ) = chamberType;
741 }
else if ( sector == 1 ) {
743 ct2oAcc( *this ).at( station ) = chamberType;
769 if ( sector < 0 || sector > 1 )
return;
775 awnAcc( *this ).at( station ) = aw;
778 bwnAcc( *this ).at( station ) = bw;
780 }
else if ( sector == 1 ) {
784 awoAcc( *this ).at( station ) = aw;
787 bwoAcc( *this ).at( station ) = bw;
813 if ( sector < 0 || sector > 1 )
return;
819 zminnAcc( *this ).at( station ) =
min;
822 zmaxnAcc( *this ).at( station ) =
max;
824 }
else if ( sector == 1 ) {
828 zminoAcc( *this ).at( station ) =
min;
831 zmaxoAcc( *this ).at( station ) =
max;
857 if ( sector < 0 || sector > 1 )
return;
863 rminnAcc( *this ).at( station ) =
min;
866 rmaxnAcc( *this ).at( station ) =
max;
868 }
else if ( sector == 1 ) {
872 rminoAcc( *this ).at( station ) =
min;
875 rmaxoAcc( *this ).at( station ) =
max;
901 if ( sector < 0 || sector > 1 )
return;
907 eminnAcc( *this ).at( station ) =
min;
910 emaxnAcc( *this ).at( station ) =
max;
912 }
else if ( sector == 1 ) {
916 eminoAcc( *this ).at( station ) =
min;
919 emaxoAcc( *this ).at( station ) =
max;
965 tieAcc( *
this ) = eta;
966 tipAcc( *
this ) =
phi;
980 tirsAcc( *
this ) = rhoStd;
981 tirnAcc( *
this ) = rhoN;
982 tipsAcc( *
this ) = phiStd;
983 tipnAcc( *
this ) = phiN;
995 tm1eAcc( *
this ) =
eta;
996 tm1pAcc( *
this ) =
phi;
997 tm1rAcc( *
this ) =
r;
998 tm1zAcc( *
this ) =
z;
1010 tm2eAcc( *
this ) =
eta;
1011 tm2pAcc( *
this ) =
phi;
1012 tm2rAcc( *
this ) =
r;
1013 tm2zAcc( *
this ) =
z;
1025 tmrcAcc( *
this ) = rhoChi2;
1026 tmrnAcc( *
this ) = rhoN;
1027 tmpcAcc( *
this ) = phiChi2;
1028 tmpnAcc( *
this ) = phiN;
1056 rfipAcc( *
this ) =
phi;
1057 rfisAcc( *
this ) = slope;
1058 rfioAcc( *
this ) =
offset;
1069 rfmpAcc( *
this ) =
phi;
1070 rfmsAcc( *
this ) = slope;
1071 rfmoAcc( *
this ) =
offset;
1082 rfopAcc( *
this ) =
phi;
1083 rfosAcc( *
this ) = slope;
1084 rfooAcc( *
this ) =
offset;
1186 rcapAcc( *
this ) =
value;
1189 rpclAcc( *this ).reserve( (
unsigned int)
value );
1190 rpcmpAcc( *this ).reserve( (
unsigned int)
value );
1191 rpcxAcc( *this ).reserve( (
unsigned int)
value );
1192 rpcyAcc( *this ).reserve( (
unsigned int)
value );
1193 rpczAcc( *this ).reserve( (
unsigned int)
value );
1194 rpctAcc( *this ).reserve( (
unsigned int)
value );
1195 rpcdeAcc( *this ).reserve( (
unsigned int)
value );
1196 rpcdpAcc( *this ).reserve( (
unsigned int)
value );
1197 rpcsnAcc( *this ).reserve( (
unsigned int)
value );
1207 tcapAcc( *
this ) =
value;
1210 tgceAcc( *this ).reserve( (
unsigned int)
value );
1211 tgcpAcc( *this ).reserve( (
unsigned int)
value );
1212 tgcrAcc( *this ).reserve( (
unsigned int)
value );
1213 tgczAcc( *this ).reserve( (
unsigned int)
value );
1214 tgcwAcc( *this ).reserve( (
unsigned int)
value );
1215 tgcsnAcc( *this ).reserve( (
unsigned int)
value );
1216 tgcisAcc( *this ).reserve( (
unsigned int)
value );
1217 tgcbcAcc( *this ).reserve( (
unsigned int)
value );
1218 tgcirAcc( *this ).reserve( (
unsigned int)
value );
1228 mcapAcc( *
this ) =
value;
1231 mdtonAcc( *this ).reserve( (
unsigned int)
value );
1232 mdtioAcc( *this ).reserve( (
unsigned int)
value );
1233 mdtrAcc( *this ).reserve( (
unsigned int)
value );
1234 mdtzAcc( *this ).reserve( (
unsigned int)
value );
1235 mdtpAcc( *this ).reserve( (
unsigned int)
value );
1236 mdtresAcc( *this ).reserve( (
unsigned int)
value );
1237 mdttAcc( *this ).reserve( (
unsigned int)
value );
1238 mdtspcAcc( *this ).reserve( (
unsigned int)
value );
1239 mdtsigAcc( *this ).reserve( (
unsigned int)
value );
1249 ccapAcc( *
this ) =
value;
1252 cscioAcc( *this ).reserve( (
unsigned int)
value );
1253 csccAcc( *this ).reserve( (
unsigned int)
value );
1254 cscsnAcc( *this ).reserve( (
unsigned int)
value );
1255 cscseAcc( *this ).reserve( (
unsigned int)
value );
1256 cscspAcc( *this ).reserve( (
unsigned int)
value );
1257 cscclAcc( *this ).reserve( (
unsigned int)
value );
1258 cscwlAcc( *this ).reserve( (
unsigned int)
value );
1259 cscmpAcc( *this ).reserve( (
unsigned int)
value );
1260 cscsAcc( *this ).reserve( (
unsigned int)
value );
1261 csceAcc( *this ).reserve( (
unsigned int)
value );
1262 cscpAcc( *this ).reserve( (
unsigned int)
value );
1263 cscrAcc( *this ).reserve( (
unsigned int)
value );
1264 csczAcc( *this ).reserve( (
unsigned int)
value );
1265 cscchAcc( *this ).reserve( (
unsigned int)
value );
1266 csctAcc( *this ).reserve( (
unsigned int)
value );
1267 cscresAcc( *this ).reserve( (
unsigned int)
value );
1277 stgclAcc( *this ).reserve( (
unsigned int)
value );
1278 stgcioAcc( *this ).reserve( (
unsigned int)
value );
1279 stgctyAcc( *this ).reserve( (
unsigned int)
value );
1280 stgceAcc( *this ).reserve( (
unsigned int)
value );
1281 stgcpAcc( *this ).reserve( (
unsigned int)
value );
1282 stgcrAcc( *this ).reserve( (
unsigned int)
value );
1283 stgczAcc( *this ).reserve( (
unsigned int)
value );
1284 stgcrsrAcc( *this ).reserve( (
unsigned int)
value );
1285 stgcrspAcc( *this ).reserve( (
unsigned int)
value );
1286 stgcseAcc( *this ).reserve( (
unsigned int)
value );
1287 stgcspAcc( *this ).reserve( (
unsigned int)
value );
1288 stgcsnAcc( *this ).reserve( (
unsigned int)
value );
1298 mmlAcc( *this ).reserve( (
unsigned int)
value );
1299 mmioAcc( *this ).reserve( (
unsigned int)
value );
1300 mmeAcc( *this ).reserve( (
unsigned int)
value );
1301 mmpAcc( *this ).reserve( (
unsigned int)
value );
1302 mmrAcc( *this ).reserve( (
unsigned int)
value );
1303 mmzAcc( *this ).reserve( (
unsigned int)
value );
1304 mmrsrAcc( *this ).reserve( (
unsigned int)
value );
1305 mmrspAcc( *this ).reserve( (
unsigned int)
value );
1306 mmseAcc( *this ).reserve( (
unsigned int)
value );
1307 mmspAcc( *this ).reserve( (
unsigned int)
value );
1308 mmsnAcc( *this ).reserve( (
unsigned int)
value );
1343 if ( rpclAcc( *this ).size() >= (
unsigned int)rpcHitsCapacity() )
return;
1346 rpclAcc( *this ).push_back(
layer );
1347 rpcmpAcc( *this ).push_back( measuresPhi );
1348 rpcxAcc( *this ).push_back(
x );
1349 rpcyAcc( *this ).push_back(
y );
1350 rpczAcc( *this ).push_back(
z );
1351 rpctAcc( *this ).push_back( time );
1352 rpcdeAcc( *this ).push_back(
distEta );
1353 rpcdpAcc( *this ).push_back(
distPhi );
1379 if ( tgceAcc( *this ).size() >= (
unsigned int)tgcHitsCapacity() )
return;
1382 tgceAcc( *this ).push_back( eta );
1383 tgcpAcc( *this ).push_back(
phi );
1384 tgcrAcc( *this ).push_back(
r );
1385 tgczAcc( *this ).push_back(
z );
1386 tgcwAcc( *this ).push_back(
width );
1388 tgcisAcc( *this ).push_back(
isStrip );
1389 tgcbcAcc( *this ).push_back(
bcTag );
1390 tgcirAcc( *this ).push_back( inRoad );
1401 return mdtonAcc( *this ).size();
1405 if( mdtonAcc( *this ).size() >
tube ) {
1406 return mdtonAcc( *this ).at(
tube );
1413 if( mdtioAcc( *this ).size() >
tube ) {
1414 return mdtioAcc( *this ).at(
tube );
1421 if( mdtioAcc( *this ).size() >
tube ) {
1422 return mdtioAcc( *this ).at(
tube );
1429 if( mdtcAcc( *this ).size() >
tube ) {
1430 return mdtcAcc( *this ).at(
tube );
1437 if( mdtrAcc( *this ).size() >
tube ) {
1438 return mdtrAcc( *this ).at(
tube );
1445 if( mdtzAcc( *this ).size() >
tube ) {
1446 return mdtzAcc( *this ).at(
tube );
1453 if( mdtpAcc( *this ).size() >
tube ) {
1454 return mdtpAcc( *this ).at(
tube );
1461 if( mdtresAcc( *this ).size() >
tube ) {
1462 return mdtresAcc( *this ).at(
tube );
1469 if( mdttAcc( *this ).size() >
tube ) {
1470 return mdttAcc( *this ).at(
tube );
1477 if( mdtspcAcc( *this ).size() >
tube ) {
1478 return mdtspcAcc( *this ).at(
tube );
1485 if( mdtsigAcc( *this ).size() >
tube ) {
1486 return mdtsigAcc( *this ).at(
tube );
1496 if ( mdtonAcc( *this ).size() >= (
unsigned int)
mdtHitsCapacity() )
return;
1499 mdtonAcc( *this ).push_back( onlineId );
1500 mdtioAcc( *this ).push_back( isOutlier );
1501 mdtcAcc( *this ).push_back(
chamber );
1502 mdtrAcc( *this ).push_back(
r );
1503 mdtzAcc( *this ).push_back(
z );
1504 mdtpAcc( *this ).push_back(
phi );
1505 mdtresAcc( *this ).push_back(
residual );
1506 mdttAcc( *this ).push_back( time );
1507 mdtspcAcc( *this ).push_back( space );
1508 mdtsigAcc( *this ).push_back(
sigma );
1519 return cscioAcc( *this ).size();
1523 if( cscioAcc( *this ).size() >
tube ) {
1524 return cscioAcc( *this ).at(
tube );
1531 if( csccAcc( *this ).size() >
tube ) {
1532 return csccAcc( *this ).at(
tube );
1539 if( cscsnAcc( *this ).size() >
tube ) {
1540 return cscsnAcc( *this ).at(
tube );
1547 if( cscseAcc( *this ).size() >
tube ) {
1548 return cscseAcc( *this ).at(
tube );
1555 if( cscspAcc( *this ).size() >
tube ) {
1556 return cscspAcc( *this ).at(
tube );
1563 if( cscclAcc( *this ).size() >
tube ) {
1564 return cscclAcc( *this ).at(
tube );
1571 if( cscwlAcc( *this ).size() >
tube ) {
1572 return cscwlAcc( *this ).at(
tube );
1579 if( cscmpAcc( *this ).size() >
tube ) {
1580 return cscmpAcc( *this ).at(
tube );
1587 if( cscsAcc( *this ).size() >
tube ) {
1588 return cscsAcc( *this ).at(
tube );
1595 if( csceAcc( *this ).size() >
tube ) {
1596 return csceAcc( *this ).at(
tube );
1603 if( cscpAcc( *this ).size() >
tube ) {
1604 return cscpAcc( *this ).at(
tube );
1611 if( cscrAcc( *this ).size() >
tube ) {
1612 return cscrAcc( *this ).at(
tube );
1619 if( csczAcc( *this ).size() >
tube ) {
1620 return csczAcc( *this ).at(
tube );
1627 if( cscchAcc( *this ).size() >
tube ) {
1628 return cscchAcc( *this ).at(
tube );
1635 if( csctAcc( *this ).size() >
tube ) {
1636 return csctAcc( *this ).at(
tube );
1643 if( cscresAcc( *this ).size() >
tube ) {
1644 return cscresAcc( *this ).at(
tube );
1651 int stationEta,
int stationPhi,
int chamberLayer,
int wireLayer,
int measuresPhi,
int strip,
1655 if ( cscioAcc( *this ).size() >= (
unsigned int)
cscHitsCapacity() )
return;
1658 cscioAcc( *this ).push_back( isOutlier );
1659 csccAcc( *this ).push_back(
chamber );
1661 cscseAcc( *this ).push_back( stationEta );
1662 cscspAcc( *this ).push_back( stationPhi );
1663 cscclAcc( *this ).push_back( chamberLayer );
1664 cscwlAcc( *this ).push_back( wireLayer );
1665 cscmpAcc( *this ).push_back( measuresPhi );
1666 cscsAcc( *this ).push_back( strip );
1667 csceAcc( *this ).push_back(
eta );
1668 cscpAcc( *this ).push_back(
phi );
1669 cscrAcc( *this ).push_back(
r );
1670 csczAcc( *this ).push_back(
z );
1671 cscchAcc( *this ).push_back(
charge );
1672 csctAcc( *this ).push_back( time );
1673 cscresAcc( *this ).push_back(
residual );
1699 const float residualR,
const float residualPhi,
1702 stgclAcc( *this ).push_back(
layer );
1703 stgcioAcc( *this ).push_back( isOutlier );
1704 stgctyAcc( *this ).push_back(
type );
1705 stgceAcc( *this ).push_back( eta );
1706 stgcpAcc( *this ).push_back(
phi );
1707 stgcrAcc( *this ).push_back(
r );
1708 stgczAcc( *this ).push_back(
z );
1709 stgcrsrAcc( *this ).push_back( residualR );
1710 stgcrspAcc( *this ).push_back( residualPhi );
1711 stgcseAcc( *this ).push_back( stationEta );
1712 stgcspAcc( *this ).push_back( stationPhi );
1738 const float residualR,
const float residualPhi,
1741 mmlAcc( *this ).push_back(
layer );
1742 mmioAcc( *this ).push_back( isOutlier );
1743 mmeAcc( *this ).push_back( eta );
1744 mmpAcc( *this ).push_back(
phi );
1745 mmrAcc( *this ).push_back(
r );
1746 mmzAcc( *this ).push_back(
z );
1747 mmrsrAcc( *this ).push_back( residualR );
1748 mmrspAcc( *this ).push_back( residualPhi );
1749 mmseAcc( *this ).push_back( stationEta );
1750 mmspAcc( *this ).push_back( stationPhi );
1766 out <<
"roiWord: " <<
mu.roiWord() <<
"; ";
1767 out <<
"sAddress: " <<
mu.sAddress() <<
"; ";
1768 out <<
"pt: " <<
mu.pt() <<
"; ";
1769 out <<
"phi: " <<
mu.phi() <<
"; ";
1770 out <<
"eta: " <<
mu.eta() <<
"; ";
1771 out <<
"rMS: " <<
mu.rMS() <<
"; ";
1772 out <<
"etaMS: " <<
mu.etaMS() <<
"; ";
1773 out <<
"phiMS: " <<
mu.phiMS() <<
"; ";
1774 out <<
"dirPhiMS: " <<
mu.dirPhiMS() <<
"; ";
1775 out <<
"zMS: " <<
mu.zMS() <<
"; ";
1776 out <<
"dirZMS: " <<
mu.dirZMS() <<
"; ";
1777 out <<
"beta: " <<
mu.beta() <<
"; ";
1778 out <<
"barrelRadius: " <<
mu.barrelRadius() <<
"; ";
1779 out <<
"barrelSagitta: " <<
mu.barrelSagitta() <<
"; ";
1780 out <<
"endcapAlpha: " <<
mu.endcapAlpha() <<
"; ";
1781 out <<
"endcapBeta: " <<
mu.endcapBeta() <<
"; ";
1782 out <<
"endcapRadius: " <<
mu.endcapRadius() <<
"; ";
1783 out <<
"etaMap: " <<
mu.etaMap() <<
"; ";
1784 out <<
"phiMap: " <<
mu.phiMap() <<
"; ";
1785 out <<
"etaBin: " <<
mu.etaBin() <<
"; ";
1786 out <<
"phiBin: " <<
mu.phiBin() <<
"; ";
1787 out <<
"isTgcFailure: " <<
mu.isTgcFailure() <<
"; ";
1788 out <<
"isRpcFailure: " <<
mu.isRpcFailure() <<
"; ";
1789 out <<
"deltaPt: " <<
mu.deltaPt() <<
"; ";
1790 out <<
"deltaEta: " <<
mu.deltaEta() <<
"; ";
1791 out <<
"deltaPhi: " <<
mu.deltaPhi() <<
"; ";
1792 out <<
"algoId: " <<
mu.algoId() <<
"; ";
1793 out <<
"teId: " <<
mu.teId() <<
"; ";
1794 out <<
"lvl1Id: " <<
mu.lvl1Id() <<
"; ";
1795 out <<
"lumiBlock: " <<
mu.lumiBlock() <<
"; ";
1796 out <<
"muonDetMask: " <<
mu.muonDetMask() <<
"; ";
1797 out <<
"roiId: " <<
mu.roiId() <<
"; ";
1798 out <<
"roiSystem: " <<
mu.roiSystem() <<
"; ";
1799 out <<
"roiSubsystem: " <<
mu.roiSubsystem() <<
"; ";
1800 out <<
"roiSector: " <<
mu.roiSector() <<
"; ";
1801 out <<
"roiNumber: " <<
mu.roiNumber() <<
"; ";
1802 out <<
"roiThreshold: " <<
mu.roiThreshold() <<
"; ";
1803 out <<
"roiEta: " <<
mu.roiEta() <<
"; ";
1804 out <<
"roiPhi: " <<
mu.roiPhi() <<
"; ";
1805 out <<
"rpcHitsCapacity: " <<
mu.rpcHitsCapacity() <<
"; ";
1806 out <<
"tgcHitsCapacity: " <<
mu.tgcHitsCapacity() <<
"; ";
1807 out <<
"mdtHitsCapacity: " <<
mu.mdtHitsCapacity() <<
"; ";
1808 out <<
"cscHitsCapacity: " <<
mu.cscHitsCapacity() <<
"; ";