|
ATLAS Offline Software
|
Go to the documentation of this file.
27 const std::vector<ExtendedSegPtr>& segments,
28 const std::vector<ExtendedTrkPtr>& tracks) :
43 channelChInfo.
hits.emplace_back(rawHit);
44 channelStInfo.
hits.emplace_back(rawHit);
55 const IdHitMap& idHitMap = trk->idHitMap();
56 IdHitMap::const_iterator
pos = idHitMap.find(
id);
57 if (
pos == idHitMap.end())
continue;
67 trk->rawHitAssociationMap().addMdtRawHit(rawHit);
78 if (!seg->idSet().count(
id))
continue;
85 seg->rawHitAssociationMap().addMdtRawHit(rawHit);
93 std::ostringstream sout;
96 sout <<
" number of MDT chambers with hits: " <<
m_mdtChamberIdMap.size() << std::endl;
98 if (chIt.second.nhitsAboveAdcThreshold < 3)
continue;
100 sout <<
" " << std::setw(20) << printer.chamberIdentifier(chId) <<
" nhits " << std::setw(3) << chIt.second.hits.size()
101 <<
" above ADC cut " << std::setw(3) << chIt.second.nhitsAboveAdcThreshold <<
" on segment " << std::setw(3)
102 << chIt.second.nhitsOnSegment <<
" on track " << std::setw(3) << chIt.second.nhitsOnTrack;
std::shared_ptr< MuonCalibExtendedTrack > ExtendedTrkPtr
StationIndex
enum defining station layers
MuonFixedId chamberIdentifier(const MuonFixedId &id) const
returns chamber Identifier for the give id, same as stationIdentifier RPC: includes doubletR
const MuonCalibRawMdtHitVec & MdtContainer() const
Retrieve references to the container themselves.
unsigned int nhitsOnTrack
MuonCalibRawHitCollection::MdtCalibRawHitPtr MdtCalibRawHitPtr
unsigned int nhitsAboveAdcThreshold
std::vector< ExtendedTrkPtr > associatedTracks
MuonCalibExtendedRawHits()
Default constructor .
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
std::vector< ExtendedSegPtr > associatedSegments
MdtHitChamberIdMap m_mdtChamberIdMap
unsigned int nhitsOnSegment
std::shared_ptr< MuonCalibExtendedSegment > ExtendedSegPtr
std::vector< MdtCalibRawHitPtr > hits
MdtHitStationIndexMap m_mdtChamberIndexMap
std::string dumpMdtHits() const
int type() const
return the type of measurement
StationIndex stationLayerIndex(const MuonFixedId &id) const
returns station layer index for a give identifier
std::map< MuonFixedId, CalibHitE_Ptr > IdHitMap
hit information per identifier