ATLAS Offline Software
MuonSpectrometer
MuonReconstruction
MuonRecEvent
MuonLayerEvent
MuonLayerEvent
MuonLayerRecoData.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_MUONLAYERRECODATA_H
6
#define MUON_MUONLAYERRECODATA_H
7
8
#include <vector>
9
10
#include "
MuonLayerEvent/MuonSystemExtension.h
"
11
12
namespace
Muon
{
13
14
class
MuonSegment
;
15
16
struct
MuonLayerRecoData
{
18
MuonLayerRecoData
(
const
MuonSystemExtension::Intersection
& intersection_,
19
std::vector<std::shared_ptr<const MuonSegment> >&& segments_);
20
22
MuonSystemExtension::Intersection
intersection
;
23
25
std::vector<std::shared_ptr<const MuonSegment> >
segments
;
26
};
27
28
}
// namespace Muon
29
30
#endif
Muon::MuonLayerRecoData::segments
std::vector< std::shared_ptr< const MuonSegment > > segments
segments
Definition:
MuonLayerRecoData.h:25
Muon::MuonLayerRecoData::intersection
MuonSystemExtension::Intersection intersection
intersection with layer
Definition:
MuonLayerRecoData.h:22
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition:
TrackSystemController.h:45
xAOD::MuonSegment
MuonSegment_v1 MuonSegment
Reference the current persistent version:
Definition:
Event/xAOD/xAODMuon/xAODMuon/MuonSegment.h:13
Muon::MuonLayerRecoData::MuonLayerRecoData
MuonLayerRecoData(const MuonSystemExtension::Intersection &intersection_, std::vector< std::shared_ptr< const MuonSegment > > &&segments_)
constructor
Definition:
MuonLayerRecoData.cxx:9
Muon::MuonLayerRecoData
Definition:
MuonLayerRecoData.h:16
MuonSystemExtension.h
Muon::MuonSystemExtension::Intersection
data per intersection
Definition:
MuonSystemExtension.h:21
Generated on Thu Nov 7 2024 21:22:07 for ATLAS Offline Software by
1.8.18