ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Muon::MuonTrackSelectorTool::StationData Struct Reference

internal data structure More...

Collaboration diagram for Muon::MuonTrackSelectorTool::StationData:

Public Member Functions

 StationData ()=default
 
bool mdtHasHitsinBothMl () const
 

Public Attributes

bool isMdt {false}
 
bool isCsc {false}
 
bool isNSW {false}
 
bool isTrigger {false}
 
bool mdtHasHitsinMl1 {false}
 
bool mdtHasHitsinMl2 {false}
 
unsigned int netaHits {0}
 
unsigned int nphiHits {0}
 
unsigned int netaHoles {0}
 
unsigned int nphiHoles {0}
 
unsigned int netaTrigHits {0}
 
unsigned int nphiTrigHits {0}
 
unsigned int netaTrigHoles {0}
 
unsigned int nphiTrigHoles {0}
 

Detailed Description

internal data structure

Definition at line 91 of file MuonTrackSelectorTool.h.

Constructor & Destructor Documentation

◆ StationData()

Muon::MuonTrackSelectorTool::StationData::StationData ( )
default

Member Function Documentation

◆ mdtHasHitsinBothMl()

bool Muon::MuonTrackSelectorTool::StationData::mdtHasHitsinBothMl ( ) const
inline

Definition at line 97 of file MuonTrackSelectorTool.h.

97 { return mdtHasHitsinMl1 && mdtHasHitsinMl2; }

Member Data Documentation

◆ isCsc

bool Muon::MuonTrackSelectorTool::StationData::isCsc {false}

Definition at line 94 of file MuonTrackSelectorTool.h.

◆ isMdt

bool Muon::MuonTrackSelectorTool::StationData::isMdt {false}

Definition at line 93 of file MuonTrackSelectorTool.h.

◆ isNSW

bool Muon::MuonTrackSelectorTool::StationData::isNSW {false}

Definition at line 95 of file MuonTrackSelectorTool.h.

◆ isTrigger

bool Muon::MuonTrackSelectorTool::StationData::isTrigger {false}

Definition at line 96 of file MuonTrackSelectorTool.h.

◆ mdtHasHitsinMl1

bool Muon::MuonTrackSelectorTool::StationData::mdtHasHitsinMl1 {false}

Definition at line 98 of file MuonTrackSelectorTool.h.

◆ mdtHasHitsinMl2

bool Muon::MuonTrackSelectorTool::StationData::mdtHasHitsinMl2 {false}

Definition at line 99 of file MuonTrackSelectorTool.h.

◆ netaHits

unsigned int Muon::MuonTrackSelectorTool::StationData::netaHits {0}

Definition at line 100 of file MuonTrackSelectorTool.h.

◆ netaHoles

unsigned int Muon::MuonTrackSelectorTool::StationData::netaHoles {0}

Definition at line 102 of file MuonTrackSelectorTool.h.

◆ netaTrigHits

unsigned int Muon::MuonTrackSelectorTool::StationData::netaTrigHits {0}

Definition at line 105 of file MuonTrackSelectorTool.h.

◆ netaTrigHoles

unsigned int Muon::MuonTrackSelectorTool::StationData::netaTrigHoles {0}

Definition at line 107 of file MuonTrackSelectorTool.h.

◆ nphiHits

unsigned int Muon::MuonTrackSelectorTool::StationData::nphiHits {0}

Definition at line 101 of file MuonTrackSelectorTool.h.

◆ nphiHoles

unsigned int Muon::MuonTrackSelectorTool::StationData::nphiHoles {0}

Definition at line 103 of file MuonTrackSelectorTool.h.

◆ nphiTrigHits

unsigned int Muon::MuonTrackSelectorTool::StationData::nphiTrigHits {0}

Definition at line 106 of file MuonTrackSelectorTool.h.

◆ nphiTrigHoles

unsigned int Muon::MuonTrackSelectorTool::StationData::nphiTrigHoles {0}

Definition at line 108 of file MuonTrackSelectorTool.h.


The documentation for this struct was generated from the following file:
Muon::MuonTrackSelectorTool::StationData::mdtHasHitsinMl1
bool mdtHasHitsinMl1
Definition: MuonTrackSelectorTool.h:98
Muon::MuonTrackSelectorTool::StationData::mdtHasHitsinMl2
bool mdtHasHitsinMl2
Definition: MuonTrackSelectorTool.h:99