GFlashEnergySpot Class Reference

#include <GFlashEnergySpot.hh>


Public Member Functions

 GFlashEnergySpot ()
 GFlashEnergySpot (const G4ThreeVector &point, G4double E)
 ~GFlashEnergySpot ()
void SetEnergy (const G4double &E)
G4double GetEnergy () const
void SetPosition (const G4ThreeVector &point)
G4ThreeVector GetPosition () const


Detailed Description

Definition at line 47 of file GFlashEnergySpot.hh.


Constructor & Destructor Documentation

GFlashEnergySpot::GFlashEnergySpot (  ) 

Definition at line 44 of file GFlashEnergySpot.cc.

00044 : Energy (0.) {}

GFlashEnergySpot::GFlashEnergySpot ( const G4ThreeVector point,
G4double  E 
)

Definition at line 46 of file GFlashEnergySpot.cc.

00047 {
00048   Point = point;
00049   Energy = E;
00050   // initialize shower start @@@@@
00051 }

GFlashEnergySpot::~GFlashEnergySpot (  ) 

Definition at line 53 of file GFlashEnergySpot.cc.

00053 {}


Member Function Documentation

G4double GFlashEnergySpot::GetEnergy (  )  const [inline]

Definition at line 56 of file GFlashEnergySpot.hh.

00056 {return Energy;}

G4ThreeVector GFlashEnergySpot::GetPosition (  )  const [inline]

Definition at line 59 of file GFlashEnergySpot.hh.

Referenced by GFlashHitMaker::make().

00059 {return Point;}

void GFlashEnergySpot::SetEnergy ( const G4double E  )  [inline]

Definition at line 55 of file GFlashEnergySpot.hh.

00055 {Energy = E;}

void GFlashEnergySpot::SetPosition ( const G4ThreeVector point  )  [inline]

Definition at line 58 of file GFlashEnergySpot.hh.

00058 {Point = point;}


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:54:01 2013 for Geant4 by  doxygen 1.4.7