ATLAS Offline Software
|
#include <MuonSegmentCombiOverlapSummary.h>
Public Attributes | |
std::vector< std::pair< MuonSegment *, MuonSegment * > > | shared |
segments shared between combies More... | |
std::vector< MuonSegment * > | uniqueFirst |
segments that are only part of the first combi More... | |
std::vector< MuonSegment * > | uniqueSecond |
segments that are only part of the second combi More... | |
std::vector< std::pair< MuonSegment *, MuonSegment * > > | subsetFirst |
segments that are in both combis, but the one in the first is a subset of the second More... | |
std::vector< std::pair< MuonSegment *, MuonSegment * > > | subsetSecond |
segments that are in both combis, but the second in the first is a subset of the first More... | |
Definition at line 14 of file MuonSegmentCombiOverlapSummary.h.
std::vector<std::pair<MuonSegment*, MuonSegment*> > Muon::MuonSegmentCombiOverlapSummary::shared |
segments shared between combies
Definition at line 16 of file MuonSegmentCombiOverlapSummary.h.
std::vector<std::pair<MuonSegment*, MuonSegment*> > Muon::MuonSegmentCombiOverlapSummary::subsetFirst |
segments that are in both combis, but the one in the first is a subset of the second
Definition at line 21 of file MuonSegmentCombiOverlapSummary.h.
std::vector<std::pair<MuonSegment*, MuonSegment*> > Muon::MuonSegmentCombiOverlapSummary::subsetSecond |
segments that are in both combis, but the second in the first is a subset of the first
Definition at line 24 of file MuonSegmentCombiOverlapSummary.h.
std::vector<MuonSegment*> Muon::MuonSegmentCombiOverlapSummary::uniqueFirst |
segments that are only part of the first combi
Definition at line 17 of file MuonSegmentCombiOverlapSummary.h.
std::vector<MuonSegment*> Muon::MuonSegmentCombiOverlapSummary::uniqueSecond |
segments that are only part of the second combi
Definition at line 18 of file MuonSegmentCombiOverlapSummary.h.