ATLAS Offline Software
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonLayerEvent/src/MuonCandidate.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 {
9 
10  MuonCandidate::MuonCandidate(std::vector<MuonLayerIntersection>&& layerIntersections_) : layerIntersections(layerIntersections_) {}
11 
12 } // namespace Muon
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
Muon::MuonCandidate::MuonCandidate
MuonCandidate()
constructors
MuonCandidate.h