 |
ATLAS Offline Software
|
Go to the documentation of this file.
7 using namespace MuonStationIndex;
10 m_mdts.insert(m_mdts.end(), mdts.begin(), mdts.end());
11 std::for_each(mdts.begin(), mdts.end(),
13 m_garbage.emplace_back(rot);
20 std::vector<const MuonClusterOnTrack*>& insertMe{m_clustersPerTechnology[
toInt(tech)]};
24 m_garbage.emplace_back(rot);
35 m_clustersPerTechnology[
toInt(tech)].clear();
TechnologyIndex
enum to classify the different layers in the muon spectrometer
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
void addMdts(const std::vector< const MdtDriftCircleOnTrack * > &mdts)
add MDTs, will merge them with existing MDT's.
void addClusters(const std::vector< const MuonClusterOnTrack * > &clusters, MuonStationIndex::TechnologyIndex tech)
add MuonClusters of a given technology, will merge them with existing clusters.
void replaceClusters(const std::vector< const MuonClusterOnTrack * > &clusters, MuonStationIndex::TechnologyIndex tech)
add MuonClusters of a given technology, will remove any existing clusters.
void replaceMdts(const std::vector< const MdtDriftCircleOnTrack * > &mdts)
add MDTs, will remove any existing MDT's.
This class represents the corrected MDT measurements, where the corrections include the effects of wi...
Base class for Muon cluster RIO_OnTracks.
constexpr int toInt(const EnumType enumVal)