GEMC  2.2
Geant4 Monte-Carlo Framework
Public Member Functions | Data Fields
gposition Class Reference

#include <gdml_det_factory.h>

+ Collaboration diagram for gposition:

Public Member Functions

 gposition ()
 
 gposition (double a, double b, double c, string l)
 
string get_dimensions ()
 

Data Fields

double x
 
double y
 
double z
 
string unit
 

Detailed Description

Definition at line 61 of file gdml_det_factory.h.

Constructor & Destructor Documentation

gposition::gposition ( )
inline

Definition at line 64 of file gdml_det_factory.h.

gposition::gposition ( double  a,
double  b,
double  c,
string  l 
)
inline

Definition at line 65 of file gdml_det_factory.h.

Member Function Documentation

string gposition::get_dimensions ( )
inline

Definition at line 77 of file gdml_det_factory.h.

Field Documentation

string gposition::unit

Definition at line 75 of file gdml_det_factory.h.

double gposition::x

Definition at line 74 of file gdml_det_factory.h.

double gposition::y

Definition at line 74 of file gdml_det_factory.h.

double gposition::z

Definition at line 74 of file gdml_det_factory.h.