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

#include <MuonTubeIntersect.h>

Collaboration diagram for Muon::MuonTubeIntersect:

Public Member Functions

 MuonTubeIntersect (const Identifier &id, double rint, double xint)
 

Public Attributes

Identifier tubeId {-1}
 
double rIntersect {0.}
 
double xIntersect {0.}
 

Detailed Description

Definition at line 12 of file MuonTubeIntersect.h.

Constructor & Destructor Documentation

◆ MuonTubeIntersect()

Muon::MuonTubeIntersect::MuonTubeIntersect ( const Identifier id,
double  rint,
double  xint 
)
inline

Definition at line 13 of file MuonTubeIntersect.h.

13 : tubeId(id), rIntersect(rint), xIntersect(xint) {}

Member Data Documentation

◆ rIntersect

double Muon::MuonTubeIntersect::rIntersect {0.}

Definition at line 15 of file MuonTubeIntersect.h.

◆ tubeId

Identifier Muon::MuonTubeIntersect::tubeId {-1}

Definition at line 14 of file MuonTubeIntersect.h.

◆ xIntersect

double Muon::MuonTubeIntersect::xIntersect {0.}

Definition at line 16 of file MuonTubeIntersect.h.


The documentation for this struct was generated from the following file:
Muon::MuonTubeIntersect::tubeId
Identifier tubeId
Definition: MuonTubeIntersect.h:14
Muon::MuonTubeIntersect::xIntersect
double xIntersect
Definition: MuonTubeIntersect.h:16
Muon::MuonTubeIntersect::rIntersect
double rIntersect
Definition: MuonTubeIntersect.h:15