ATLAS Offline Software
MuonLayerRecoData.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 
7 namespace Muon {
8 
10  std::vector<std::shared_ptr<const MuonSegment> >&& segments_) :
11  intersection(intersection_), segments(segments_) {}
12 
13 } // namespace Muon
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
intersection
std::vector< std::string > intersection(std::vector< std::string > &v1, std::vector< std::string > &v2)
Definition: compareFlatTrees.cxx:25
Muon::MuonLayerRecoData::MuonLayerRecoData
MuonLayerRecoData(const MuonSystemExtension::Intersection &intersection_, std::vector< std::shared_ptr< const MuonSegment > > &&segments_)
constructor
Definition: MuonLayerRecoData.cxx:9
Muon::MuonSystemExtension::Intersection
data per intersection
Definition: MuonSystemExtension.h:21
MuonLayerRecoData.h