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

#include <mappedField.h>

+ Collaboration diagram for gcoord:

Public Member Functions

 gcoord (string nm, unsigned int n, double m, double M, string u, int s)
 

Data Fields

string name
 
unsigned int np
 
double min
 
double max
 
string unit
 
int speed
 

Friends

ostream & operator<< (ostream &stream, gcoord gc)
 

Detailed Description

Definition at line 25 of file mappedField.h.

Constructor & Destructor Documentation

gcoord::gcoord ( string  nm,
unsigned int  n,
double  m,
double  M,
string  u,
int  s 
)
inline

Definition at line 28 of file mappedField.h.

Friends And Related Function Documentation

ostream& operator<< ( ostream &  stream,
gcoord  gc 
)
friend

Definition at line 46 of file mappedField.h.

Field Documentation

double gcoord::max

Definition at line 42 of file mappedField.h.

double gcoord::min

Definition at line 41 of file mappedField.h.

string gcoord::name

Definition at line 39 of file mappedField.h.

unsigned int gcoord::np

Definition at line 40 of file mappedField.h.

int gcoord::speed

Definition at line 44 of file mappedField.h.

string gcoord::unit

Definition at line 43 of file mappedField.h.