ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
DetectorPositionParameters Struct Reference

#include <AGDDDetectorPositioner.h>

Collaboration diagram for DetectorPositionParameters:

Public Member Functions

 DetectorPositionParameters ()
 

Public Attributes

double Zposition
 
double Radius
 
double PhiStart
 
double Phi
 

Detailed Description

Definition at line 31 of file AGDDDetectorPositioner.h.

Constructor & Destructor Documentation

◆ DetectorPositionParameters()

DetectorPositionParameters::DetectorPositionParameters ( )
inline

Definition at line 32 of file AGDDDetectorPositioner.h.

32 :Zposition(0),Radius(0),PhiStart(0),Phi(0) {;}

Member Data Documentation

◆ Phi

double DetectorPositionParameters::Phi

Definition at line 36 of file AGDDDetectorPositioner.h.

◆ PhiStart

double DetectorPositionParameters::PhiStart

Definition at line 35 of file AGDDDetectorPositioner.h.

◆ Radius

double DetectorPositionParameters::Radius

Definition at line 34 of file AGDDDetectorPositioner.h.

◆ Zposition

double DetectorPositionParameters::Zposition

Definition at line 33 of file AGDDDetectorPositioner.h.


The documentation for this struct was generated from the following file:
DetectorPositionParameters::PhiStart
double PhiStart
Definition: AGDDDetectorPositioner.h:35
DetectorPositionParameters::Phi
double Phi
Definition: AGDDDetectorPositioner.h:36
DetectorPositionParameters::Radius
double Radius
Definition: AGDDDetectorPositioner.h:34
DetectorPositionParameters::Zposition
double Zposition
Definition: AGDDDetectorPositioner.h:33