5#ifndef MUON_IMUONSEGMENTHITSUMMARYTOOL_H
6#define MUON_IMUONSEGMENTHITSUMMARYTOOL_H
8#include "GaudiKernel/IAlgTool.h"
9#include "Identifier/Identifier.h"
74 std::string
print()
const;
78 static const InterfaceID IID_IMuonSegmentHitSummaryTool(
"Muon::IMuonSegmentHitSummaryTool", 1, 0);
79 return IID_IMuonSegmentHitSummaryTool;
89 std::ostringstream sout;
90 sout <<
"HitCounts: ";
95 if (
ncscHits()) sout <<
" CSC eta " << std::setw(3) << (int)
ncscHits.netaHits <<
" phi " << std::setw(3) << (int)
ncscHits.nphiHits;
97 if (
nstgcHits()) sout <<
" sTGC eta " << std::setw(3) << (int)
nstgcHits.netaHits <<
" phi " << std::setw(3) << (int)
nstgcHits.netaHits;
This is the common class for 3D segments used in the muon spectrometer.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.