Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
Step Class Reference

#include <Step.hh>

Public Member Functions

 Step ()
 
 ~Step ()
 
void SetX (double x0)
 
double GetX () const
 

Detailed Description

Definition at line 41 of file Step.hh.

Constructor & Destructor Documentation

Step::Step ( )

Definition at line 42 of file Step.cc.

43  : x(0)
44 ////////////
45 {
46  std::cout << "Step is created. @"
47  << this << std::endl;
48 }
Step::~Step ( )

Definition at line 52 of file Step.cc.

54 {
55  std::cout << "Step is deleted. @"
56  << this << std::endl;
57 }

Member Function Documentation

double Step::GetX ( ) const
inline

Definition at line 58 of file Step.hh.

Referenced by BOOST_PYTHON_MODULE().

58 { return x; }
void Step::SetX ( double  x0)
inline

Definition at line 57 of file Step.hh.

Referenced by BOOST_PYTHON_MODULE().

57 { x= x0; }

The documentation for this class was generated from the following files: