|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
    5 #ifndef MUON_IMUONHITSUMMARYTOOL_H 
    6 #define MUON_IMUONHITSUMMARYTOOL_H 
   12 #include "GaudiKernel/IAlgTool.h" 
   18     class MuonTrackSummary;
 
   19     class MeasurementBase;
 
   22 static const InterfaceID IID_IMuonHitSummaryTool(
"Muon::IMuonHitSummaryTool", 1, 0);
 
   67             std::string 
dump() 
const;
 
   98             std::string 
dump() 
const;
 
  145         std::ostringstream sout;
 
  146         sout << 
" IMuonHitSummaryTool::CompactSummary: sectors " << 
sectors.size() << std::endl << 
"  sector indices: ";
 
  149         sout << std::endl << 
" StationLayers " << 
stationLayers.size();
 
  153         sout << std::endl << 
" Phi layers " << 
phiLayers.size();
 
  160         std::ostringstream sout;
 
  161         sout << 
" precHits " << nprecisionHits << 
" etaTrigLay " << netaTriggerLayers << 
" phiLay " << nphiLayers << 
" etaPhiLay " 
  162              << netaPhiLayers << 
" precHoles " << nprecisionHoles << 
" etaTrigHoleLay " << netaTriggerHoleLayers << 
" phiHoleLay " 
  163              << nphiHoleLayers << 
" isEndcap " << isEndcap << 
" isSmall " << 
isSmall;
 
  169 #endif  // IMuonHitSummaryTool_H 
  
const std::string & stName(StIndex index)
convert StIndex into a string
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
MuonSegment_v1 MuonSegment
Reference the current persistent version:
Detailed track summary for the muon system Give access to hit counts per chamber.
Ensure that the ATLAS eigen extensions are properly loaded.
A summary of the information contained by a track.
const std::string & phiName(PhiIndex index)
convert PhiIndex into a string
TrackSummary_v1 TrackSummary
bool isSmall(const ChIndex index)
Returns true if the chamber index is in a small sector.