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 91 of file RPCDQUtils.h.

Constructor & Destructor Documentation

◆ ExResult()

ExResult::ExResult ( const Identifier gasgap_id_,
const Trk::PropDirection direction_ )

Definition at line 216 of file RPCDQUtils.cxx.

218 : gasgap_id(gasgap_id_), direction(direction_) {}
const Trk::PropDirection direction
Definition RPCDQUtils.h:95
const Identifier gasgap_id
Definition RPCDQUtils.h:94

Member Data Documentation

◆ direction

const Trk::PropDirection ExResult::direction

Definition at line 95 of file RPCDQUtils.h.

◆ gasgap_id

const Identifier ExResult::gasgap_id

Definition at line 94 of file RPCDQUtils.h.

◆ globalPos

Amg::Vector3D ExResult::globalPos

Definition at line 100 of file RPCDQUtils.h.

◆ localPos

Amg::Vector3D ExResult::localPos

Definition at line 99 of file RPCDQUtils.h.

◆ localTrackPosInBounds

bool ExResult::localTrackPosInBounds {false}

Definition at line 97 of file RPCDQUtils.h.

97{false};

◆ localTrackPosInBoundsTight

bool ExResult::localTrackPosInBoundsTight {false}

Definition at line 98 of file RPCDQUtils.h.

98{false};

◆ minTrackGasGapDEta

float ExResult::minTrackGasGapDEta {10.0}

Definition at line 101 of file RPCDQUtils.h.

101{10.0};

◆ minTrackGasGapDPhi

float ExResult::minTrackGasGapDPhi {10.0}

Definition at line 102 of file RPCDQUtils.h.

102{10.0};

◆ minTrackGasGapDR

float ExResult::minTrackGasGapDR {10.0}

Definition at line 103 of file RPCDQUtils.h.

103{10.0};

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