Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Muon::DCMathSegmentMaker::HitInXZ Struct Reference

#include <DCMathSegmentMaker.h>

Collaboration diagram for Muon::DCMathSegmentMaker::HitInXZ:

Public Member Functions

 HitInXZ (Identifier i, bool isM, bool measP, double lx, double lz, double lxmin, double lxmax, double phmin, double phmax)
 

Public Attributes

Identifier id {}
 
bool isMdt {false}
 
bool measPhi {false}
 
double x {0.}
 
double z {0.}
 
double xmin {0.}
 
double xmax {0.}
 
double phimin {0.}
 
double phimax {0.}
 

Detailed Description

Definition at line 105 of file DCMathSegmentMaker.h.

Constructor & Destructor Documentation

◆ HitInXZ()

Muon::DCMathSegmentMaker::HitInXZ::HitInXZ ( Identifier  i,
bool  isM,
bool  measP,
double  lx,
double  lz,
double  lxmin,
double  lxmax,
double  phmin,
double  phmax 
)
inline

Definition at line 106 of file DCMathSegmentMaker.h.

106  :
107  id(i), isMdt(isM), measPhi(measP), x(lx), z(lz), xmin(lxmin), xmax(lxmax), phimin(phmin), phimax(phmax) {}

Member Data Documentation

◆ id

Identifier Muon::DCMathSegmentMaker::HitInXZ::id {}

Definition at line 108 of file DCMathSegmentMaker.h.

◆ isMdt

bool Muon::DCMathSegmentMaker::HitInXZ::isMdt {false}

Definition at line 109 of file DCMathSegmentMaker.h.

◆ measPhi

bool Muon::DCMathSegmentMaker::HitInXZ::measPhi {false}

Definition at line 110 of file DCMathSegmentMaker.h.

◆ phimax

double Muon::DCMathSegmentMaker::HitInXZ::phimax {0.}

Definition at line 116 of file DCMathSegmentMaker.h.

◆ phimin

double Muon::DCMathSegmentMaker::HitInXZ::phimin {0.}

Definition at line 115 of file DCMathSegmentMaker.h.

◆ x

double Muon::DCMathSegmentMaker::HitInXZ::x {0.}

Definition at line 111 of file DCMathSegmentMaker.h.

◆ xmax

double Muon::DCMathSegmentMaker::HitInXZ::xmax {0.}

Definition at line 114 of file DCMathSegmentMaker.h.

◆ xmin

double Muon::DCMathSegmentMaker::HitInXZ::xmin {0.}

Definition at line 113 of file DCMathSegmentMaker.h.

◆ z

double Muon::DCMathSegmentMaker::HitInXZ::z {0.}

Definition at line 112 of file DCMathSegmentMaker.h.


The documentation for this struct was generated from the following file:
Muon::DCMathSegmentMaker::HitInXZ::z
double z
Definition: DCMathSegmentMaker.h:112
Muon::DCMathSegmentMaker::HitInXZ::x
double x
Definition: DCMathSegmentMaker.h:111
Muon::DCMathSegmentMaker::HitInXZ::xmax
double xmax
Definition: DCMathSegmentMaker.h:114
Muon::DCMathSegmentMaker::HitInXZ::phimax
double phimax
Definition: DCMathSegmentMaker.h:116
lumiFormat.i
int i
Definition: lumiFormat.py:85
Muon::DCMathSegmentMaker::HitInXZ::xmin
double xmin
Definition: DCMathSegmentMaker.h:113
Muon::DCMathSegmentMaker::HitInXZ::isMdt
bool isMdt
Definition: DCMathSegmentMaker.h:109
Muon::DCMathSegmentMaker::HitInXZ::phimin
double phimin
Definition: DCMathSegmentMaker.h:115
Muon::DCMathSegmentMaker::HitInXZ::measPhi
bool measPhi
Definition: DCMathSegmentMaker.h:110
Muon::DCMathSegmentMaker::HitInXZ::id
Identifier id
Definition: DCMathSegmentMaker.h:108