Geant4
10.00.p02
|
#include <Par01EnergySpot.hh>
Public Member Functions | |
Par01EnergySpot () | |
Par01EnergySpot (const G4ThreeVector &point, G4double E) | |
~Par01EnergySpot () | |
void | SetEnergy (const G4double &E) |
G4double | GetEnergy () const |
void | SetPosition (const G4ThreeVector &point) |
G4ThreeVector | GetPosition () const |
G4int | operator== (const Par01EnergySpot &eSpot) const |
void | Draw (G4Colour *color=0) |
void | Print () |
Private Attributes | |
G4double | fEnergy |
G4ThreeVector | fPoint |
Definition at line 35 of file Par01EnergySpot.hh.
Par01EnergySpot::Par01EnergySpot | ( | ) |
Definition at line 38 of file Par01EnergySpot.cc.
Par01EnergySpot::Par01EnergySpot | ( | const G4ThreeVector & | point, |
G4double | E | ||
) |
Definition at line 41 of file Par01EnergySpot.cc.
Par01EnergySpot::~Par01EnergySpot | ( | ) |
Definition at line 47 of file Par01EnergySpot.cc.
void Par01EnergySpot::Draw | ( | G4Colour * | color = 0 | ) |
Definition at line 51 of file Par01EnergySpot.cc.
References cm, fPoint, G4VVisManager::GetConcreteInstance(), G4InuclParticleNames::pp, and G4Visible::SetVisAttributes().
|
inline |
Definition at line 43 of file Par01EnergySpot.hh.
References fEnergy.
Referenced by Par01PionShowerModel::FillFakeStep(), and Par01EMShowerModel::FillFakeStep().
|
inline |
Definition at line 46 of file Par01EnergySpot.hh.
References fPoint.
Referenced by Par01PionShowerModel::FillFakeStep(), and Par01EMShowerModel::FillFakeStep().
|
inline |
Definition at line 48 of file Par01EnergySpot.hh.
void Par01EnergySpot::Print | ( | void | ) |
|
inline |
Definition at line 42 of file Par01EnergySpot.hh.
References fEnergy.
Referenced by Par01PionShowerModel::Explode(), and Par01EMShowerModel::Explode().
|
inline |
Definition at line 45 of file Par01EnergySpot.hh.
References fPoint.
Referenced by Par01PionShowerModel::Explode(), and Par01EMShowerModel::Explode().
|
private |
Definition at line 60 of file Par01EnergySpot.hh.
Referenced by GetEnergy(), operator==(), Par01EnergySpot(), Print(), and SetEnergy().
|
private |
Definition at line 61 of file Par01EnergySpot.hh.
Referenced by Draw(), GetPosition(), operator==(), Par01EnergySpot(), Print(), and SetPosition().