ATLAS Offline Software
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonLayerEvent/MuonLayerEvent/MuonCandidate.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUON_MUONCANDIDATE_H
6 #define MUON_MUONCANDIDATE_H
7 
8 #include <vector>
9 
11 
12 namespace Muon {
13 
14  struct MuonCandidate {
17  MuonCandidate(std::vector<MuonLayerIntersection>&& layerIntersections_);
18 
20  std::vector<MuonLayerIntersection> layerIntersections;
21  };
22 
23 } // namespace Muon
24 
25 #endif
Muon::MuonCandidate
Definition: MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonLayerEvent/MuonLayerEvent/MuonCandidate.h:14
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
MuonLayerIntersection.h
Muon::MuonCandidate::MuonCandidate
MuonCandidate()
constructors
Muon::MuonCandidate::layerIntersections
std::vector< MuonLayerIntersection > layerIntersections
MuonLayerIntersections.
Definition: MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonLayerEvent/MuonLayerEvent/MuonCandidate.h:20