| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

SimAttribute Class Reference

This encapsulated the definition of simulation attributes for a logical volume. More...

#include <SimAttribute.h>

List of all members.


Public Member Functions

 SimAttribute ()
 Default constructor.
 SimAttribute (double maxAllowedStep, double maxTrackLength, double maxTime, double minEkine, double minRange)
 Standard constructor.
const double maxAllowedStep () const
 Get accessor to member m_maxAllowedStep.
const double maxTrackLength () const
 Get accessor to member m_maxTrackLength.
const double maxTime () const
 Get accessor to member m_maxTime.
const double minEkine () const
 Get accessor to member m_minEkine.
const double minRange () const
 Get accessor to member m_minRange.

Private Attributes

double m_maxAllowedStep
double m_maxTrackLength
double m_maxTime
double m_minEkine
double m_minRange

Detailed Description

This encapsulated the definition of simulation attributes for a logical volume.

Included attributes are :

Author:
Sebastien Ponce

Definition at line 18 of file SimAttribute.h.


Constructor & Destructor Documentation

SimAttribute::SimAttribute (  )  [inline]

Default constructor.

Definition at line 22 of file SimAttribute.h.

00022                   :
00023     m_maxAllowedStep(-1.0),
00024     m_maxTrackLength(-1.0),
00025     m_maxTime(-1.0),
00026     m_minEkine(-1.0),
00027     m_minRange(-1.0)
00028   {};

SimAttribute::SimAttribute ( double  maxAllowedStep,
double  maxTrackLength,
double  maxTime,
double  minEkine,
double  minRange 
) [inline]

Standard constructor.

Definition at line 31 of file SimAttribute.h.


Member Function Documentation

const double SimAttribute::maxAllowedStep (  )  const [inline]

Get accessor to member m_maxAllowedStep.

Returns:
the current value of m_maxAllowedStep

Definition at line 47 of file SimAttribute.h.

00047                                        {
00048     return m_maxAllowedStep;
00049   }

const double SimAttribute::maxTrackLength (  )  const [inline]

Get accessor to member m_maxTrackLength.

Returns:
the current value of m_maxTrackLength

Definition at line 55 of file SimAttribute.h.

00055                                        {
00056     return m_maxTrackLength;
00057   }

const double SimAttribute::maxTime (  )  const [inline]

Get accessor to member m_maxTime.

Returns:
the current value of m_maxTime

Definition at line 63 of file SimAttribute.h.

00063                                 {
00064     return m_maxTime;
00065   }

const double SimAttribute::minEkine (  )  const [inline]

Get accessor to member m_minEkine.

Returns:
the current value of m_minEkine

Definition at line 71 of file SimAttribute.h.

00071                                  {
00072     return m_minEkine;
00073   }

const double SimAttribute::minRange (  )  const [inline]

Get accessor to member m_minRange.

Returns:
the current value of m_minRange

Definition at line 79 of file SimAttribute.h.

00079                                  {
00080     return m_minRange;
00081   }


Member Data Documentation

double SimAttribute::m_maxAllowedStep [private]

Definition at line 84 of file SimAttribute.h.

double SimAttribute::m_maxTrackLength [private]

Definition at line 85 of file SimAttribute.h.

double SimAttribute::m_maxTime [private]

Definition at line 86 of file SimAttribute.h.

double SimAttribute::m_minEkine [private]

Definition at line 87 of file SimAttribute.h.

double SimAttribute::m_minRange [private]

Definition at line 88 of file SimAttribute.h.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:01:04 2011 for SimSvc by doxygen 1.4.7