ATLAS Offline Software
Loading...
Searching...
No Matches
MuonR4::sTgcDigitMaker::DigiInput Struct Reference

Helper struct to carry the digit information around. More...

Collaboration diagram for MuonR4::sTgcDigitMaker::DigiInput:

Public Attributes

Identifier hitId {}
 Identifier of the simulated hit to digitize.
Amg::Vector3D posOnSurf {Amg::Vector3D::Zero()}
 Position of the hit on the surface.
Amg::Vector3D hitDir {Amg::Vector3D::Zero()}
 Direction of the propagating particle.
double totalCharge {0.}
 Total deposited charge in the gasGap.
double time {0.}
 Time of arrival on the sensor.
const MuonGMR4::sTgcReadoutElementreEle {nullptr}
 Readout element associated.

Detailed Description

Helper struct to carry the digit information around.

Definition at line 105 of file MuonPhaseII/MuonDigitization/sTgcDigitizationR4/sTgcDigitizationR4/sTgcDigitMaker.h.

Member Data Documentation

◆ hitDir

Amg::Vector3D MuonR4::sTgcDigitMaker::DigiInput::hitDir {Amg::Vector3D::Zero()}

Direction of the propagating particle.

Definition at line 111 of file MuonPhaseII/MuonDigitization/sTgcDigitizationR4/sTgcDigitizationR4/sTgcDigitMaker.h.

111{Amg::Vector3D::Zero()};

◆ hitId

Identifier MuonR4::sTgcDigitMaker::DigiInput::hitId {}

Identifier of the simulated hit to digitize.

Definition at line 107 of file MuonPhaseII/MuonDigitization/sTgcDigitizationR4/sTgcDigitizationR4/sTgcDigitMaker.h.

107{};

◆ posOnSurf

Amg::Vector3D MuonR4::sTgcDigitMaker::DigiInput::posOnSurf {Amg::Vector3D::Zero()}

Position of the hit on the surface.

Definition at line 109 of file MuonPhaseII/MuonDigitization/sTgcDigitizationR4/sTgcDigitizationR4/sTgcDigitMaker.h.

109{Amg::Vector3D::Zero()};

◆ reEle

const MuonGMR4::sTgcReadoutElement* MuonR4::sTgcDigitMaker::DigiInput::reEle {nullptr}

Readout element associated.

Definition at line 117 of file MuonPhaseII/MuonDigitization/sTgcDigitizationR4/sTgcDigitizationR4/sTgcDigitMaker.h.

117{nullptr};

◆ time

double MuonR4::sTgcDigitMaker::DigiInput::time {0.}

Time of arrival on the sensor.

Definition at line 115 of file MuonPhaseII/MuonDigitization/sTgcDigitizationR4/sTgcDigitizationR4/sTgcDigitMaker.h.

115{0.};

◆ totalCharge

double MuonR4::sTgcDigitMaker::DigiInput::totalCharge {0.}

Total deposited charge in the gasGap.

Definition at line 113 of file MuonPhaseII/MuonDigitization/sTgcDigitizationR4/sTgcDigitizationR4/sTgcDigitMaker.h.

113{0.};

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