ATLAS Offline Software
Loading...
Searching...
No Matches
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_) {}
const Trk::PropDirection direction
Definition RPCDQUtils.h:86
const Identifier gasgap_id
Definition RPCDQUtils.h:85

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.

88{false};

◆ localTrackPosInBoundsTight

bool ExResult::localTrackPosInBoundsTight {false}

Definition at line 89 of file RPCDQUtils.h.

89{false};

◆ minTrackGasGapDEta

float ExResult::minTrackGasGapDEta {10.0}

Definition at line 92 of file RPCDQUtils.h.

92{10.0};

◆ minTrackGasGapDPhi

float ExResult::minTrackGasGapDPhi {10.0}

Definition at line 93 of file RPCDQUtils.h.

93{10.0};

◆ minTrackGasGapDR

float ExResult::minTrackGasGapDR {10.0}

Definition at line 94 of file RPCDQUtils.h.

94{10.0};

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