ATLAS Offline Software
Public Attributes | List of all members
Muon::IMuonNSWSegmentFinderTool::SegmentMakingCache Struct Reference

Helper struct to parse the data around. More...

#include <IMuonNSWSegmentFinderTool.h>

Collaboration diagram for Muon::IMuonNSWSegmentFinderTool::SegmentMakingCache:

Public Attributes

std::vector< std::unique_ptr< Muon::MuonSegment > > constructedSegs {}
 Output vector to which the constructed segments are pushed_back. More...
 
bool buildQuads {false}
 Toggle whether quad segments should be built or not. More...
 
std::vector< std::unique_ptr< Muon::MuonSegment > > quadSegs {}
 Output vector to which the quadruplet segments are pushed back. More...
 
std::vector< std::unique_ptr< const Muon::MuonClusterOnTrack > > inputClust {}
 Input vector containing all muon cluster on track. More...
 
std::set< IdentifierusedHits {}
 Set of all hits used in the segment making. More...
 

Detailed Description

Helper struct to parse the data around.

Definition at line 31 of file IMuonNSWSegmentFinderTool.h.

Member Data Documentation

◆ buildQuads

bool Muon::IMuonNSWSegmentFinderTool::SegmentMakingCache::buildQuads {false}

Toggle whether quad segments should be built or not.

Definition at line 35 of file IMuonNSWSegmentFinderTool.h.

◆ constructedSegs

std::vector<std::unique_ptr<Muon::MuonSegment> > Muon::IMuonNSWSegmentFinderTool::SegmentMakingCache::constructedSegs {}

Output vector to which the constructed segments are pushed_back.

Definition at line 33 of file IMuonNSWSegmentFinderTool.h.

◆ inputClust

std::vector<std::unique_ptr<const Muon::MuonClusterOnTrack> > Muon::IMuonNSWSegmentFinderTool::SegmentMakingCache::inputClust {}

Input vector containing all muon cluster on track.

Definition at line 39 of file IMuonNSWSegmentFinderTool.h.

◆ quadSegs

std::vector<std::unique_ptr<Muon::MuonSegment> > Muon::IMuonNSWSegmentFinderTool::SegmentMakingCache::quadSegs {}

Output vector to which the quadruplet segments are pushed back.

Definition at line 37 of file IMuonNSWSegmentFinderTool.h.

◆ usedHits

std::set<Identifier> Muon::IMuonNSWSegmentFinderTool::SegmentMakingCache::usedHits {}

Set of all hits used in the segment making.

Definition at line 41 of file IMuonNSWSegmentFinderTool.h.


The documentation for this struct was generated from the following file: