5#ifndef MUON_IMUONHITSUMMARYTOOL_H
6#define MUON_IMUONHITSUMMARYTOOL_H
12#include "GaudiKernel/IAlgTool.h"
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: ";
147 for (std::set<int>::const_iterator it =
sectors.begin(); it !=
sectors.end(); ++it) sout <<
" " << *it;
149 sout << std::endl <<
" StationLayers " <<
stationLayers.size();
150 for (std::map<MuonStationIndex::StIndex, HitSummary>::const_iterator it =
stationLayers.begin(); it !=
stationLayers.end(); ++it) {
153 sout << std::endl <<
" Phi layers " <<
phiLayers.size();
154 for (std::set<MuonStationIndex::PhiIndex>::const_iterator it =
phiLayers.begin(); it !=
phiLayers.end(); ++it)
160 std::ostringstream sout;
This is the common class for 3D segments used in the muon spectrometer.
This is the common class for 3D segments used in the muon spectrometer.
This class is the pure abstract base class for all fittable tracking measurements.
Detailed track summary for the muon system Give access to hit counts per chamber.
A summary of the information contained by a track.
const std::string & stName(StIndex index)
convert StIndex into a string
const std::string & phiName(PhiIndex index)
convert PhiIndex into a string
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Ensure that the ATLAS eigen extensions are properly loaded.