ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
ExResult Struct Reference

#include <RPCDQUtils.h>

Collaboration diagram for ExResult:

Public Member Functions

 ExResult (const Identifier _gasgap_id, const Trk::PropDirection _direction)
 

Public Attributes

const Identifier gasgap_id
 
const Trk::PropDirection direction
 
bool localTrackPosInBounds {false}
 
bool localTrackPosInBoundsTight {false}
 
Amg::Vector3D localPos
 
Amg::Vector3D globalPos
 
float minTrackGasGapDEta {10.0}
 
float minTrackGasGapDPhi {10.0}
 
float minTrackGasGapDR {10.0}
 

Detailed Description

Definition at line 82 of file RPCDQUtils.h.

Constructor & Destructor Documentation

◆ ExResult()

ExResult::ExResult ( const Identifier  _gasgap_id,
const Trk::PropDirection  _direction 
)

Definition at line 214 of file RPCDQUtils.cxx.

216  : gasgap_id(_gasgap_id), direction(_direction) {}

Member Data Documentation

◆ direction

const Trk::PropDirection ExResult::direction

Definition at line 86 of file RPCDQUtils.h.

◆ gasgap_id

const Identifier ExResult::gasgap_id

Definition at line 85 of file RPCDQUtils.h.

◆ globalPos

Amg::Vector3D ExResult::globalPos

Definition at line 91 of file RPCDQUtils.h.

◆ localPos

Amg::Vector3D ExResult::localPos

Definition at line 90 of file RPCDQUtils.h.

◆ localTrackPosInBounds

bool ExResult::localTrackPosInBounds {false}

Definition at line 88 of file RPCDQUtils.h.

◆ localTrackPosInBoundsTight

bool ExResult::localTrackPosInBoundsTight {false}

Definition at line 89 of file RPCDQUtils.h.

◆ minTrackGasGapDEta

float ExResult::minTrackGasGapDEta {10.0}

Definition at line 92 of file RPCDQUtils.h.

◆ minTrackGasGapDPhi

float ExResult::minTrackGasGapDPhi {10.0}

Definition at line 93 of file RPCDQUtils.h.

◆ minTrackGasGapDR

float ExResult::minTrackGasGapDR {10.0}

Definition at line 94 of file RPCDQUtils.h.


The documentation for this struct was generated from the following files:
ExResult::direction
const Trk::PropDirection direction
Definition: RPCDQUtils.h:86
ExResult::gasgap_id
const Identifier gasgap_id
Definition: RPCDQUtils.h:85