ATLAS Offline Software
Loading...
Searching...
No Matches
MuonPatternChamberIntersect.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace Muon {
8
10 const std::vector<const Trk::PrepRawData*>& rios) :
11 m_intersect(intersect), m_rios(rios) {
12 std::sort(m_rios.begin(), m_rios.end(), SortMuonPrepData());
13 }
14
16 const std::vector<const Trk::PrepRawData*>& rios) :
17 m_intersect(pos, dir, 0.), m_rios(rios) {
18 std::sort(m_rios.begin(), m_rios.end(), SortMuonPrepData());
19 }
20
21} // namespace Muon
MuonPatternChamberIntersect(const Trk::TrackSurfaceIntersection &intersect, const std::vector< const Trk::PrepRawData * > &rios)
constructor taking a Trk::TrackSurfaceIntersection
std::vector< const Trk::PrepRawData * > m_rios
Trk::TrackSurfaceIntersection m_intersect
An intersection with a Surface is given by.
Eigen::Matrix< double, 3, 1 > Vector3D
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
void sort(typename DataModel_detail::iterator< DVL > beg, typename DataModel_detail::iterator< DVL > end)
Specialization of sort for DataVector/List.