Geant4  10.00.p02
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
 

Private Attributes

G4double Energy
 
G4ThreeVector Point
 

Detailed Description

Definition at line 47 of file GFlashEnergySpot.hh.

Constructor & Destructor Documentation

GFlashEnergySpot::GFlashEnergySpot ( )

Definition at line 44 of file GFlashEnergySpot.cc.

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

Definition at line 46 of file GFlashEnergySpot.cc.

References Energy, and Point.

GFlashEnergySpot::~GFlashEnergySpot ( )

Definition at line 53 of file GFlashEnergySpot.cc.

Member Function Documentation

G4double GFlashEnergySpot::GetEnergy ( ) const
inline

Definition at line 56 of file GFlashEnergySpot.hh.

References Energy.

Referenced by ExGflashSensitiveDetector::ProcessHits().

+ Here is the caller graph for this function:

G4ThreeVector GFlashEnergySpot::GetPosition ( ) const
inline

Definition at line 59 of file GFlashEnergySpot.hh.

References Point.

Referenced by GFlashHitMaker::make(), and ExGflashSensitiveDetector::ProcessHits().

+ Here is the caller graph for this function:

void GFlashEnergySpot::SetEnergy ( const G4double E)
inline

Definition at line 55 of file GFlashEnergySpot.hh.

References Energy.

Referenced by GFlashShowerModel::ElectronDoIt().

+ Here is the caller graph for this function:

void GFlashEnergySpot::SetPosition ( const G4ThreeVector point)
inline

Definition at line 58 of file GFlashEnergySpot.hh.

References Point.

Referenced by GFlashShowerModel::ElectronDoIt().

+ Here is the caller graph for this function:

Member Data Documentation

G4double GFlashEnergySpot::Energy
private

Definition at line 63 of file GFlashEnergySpot.hh.

Referenced by GetEnergy(), GFlashEnergySpot(), and SetEnergy().

G4ThreeVector GFlashEnergySpot::Point
private

Definition at line 64 of file GFlashEnergySpot.hh.

Referenced by GetPosition(), GFlashEnergySpot(), and SetPosition().


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