ATLAS Offline Software
Loading...
Searching...
No Matches
MuPatSegment.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
7#include <iostream>
8namespace Muon {
9
11 m_associatedTracks.insert(track);
12 }
14 // look up track
15 std::set<MuPatTrack*>::iterator pos = m_associatedTracks.find(track);
16 if (pos != m_associatedTracks.end()) {
17 // if found remove it from list
18 m_associatedTracks.erase(pos);
19 }
20
21 }
22
23} // namespace Muon
void removeTrack(MuPatTrack *)
remove a track from the segment
std::set< MuPatTrack * > m_associatedTracks
void addTrack(MuPatTrack *)
add a new track to the segment
track candidate object.
Definition MuPatTrack.h:37
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.