|
Geant4
10.03
|
#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 38 of file Par01EnergySpot.hh.
| Par01EnergySpot::Par01EnergySpot | ( | ) |
Definition at line 43 of file Par01EnergySpot.cc.
| Par01EnergySpot::Par01EnergySpot | ( | const G4ThreeVector & | point, |
| G4double | E | ||
| ) |
Definition at line 48 of file Par01EnergySpot.cc.
| Par01EnergySpot::~Par01EnergySpot | ( | ) |
Definition at line 56 of file Par01EnergySpot.cc.
| void Par01EnergySpot::Draw | ( | G4Colour * | color = 0 | ) |
Definition at line 61 of file Par01EnergySpot.cc.
References cm, fPoint, G4VVisManager::GetConcreteInstance(), G4InuclParticleNames::pp, and G4Visible::SetVisAttributes().
Here is the call graph for this function:
|
inline |
Definition at line 46 of file Par01EnergySpot.hh.
References fEnergy.
Referenced by Par01PionShowerModel::FillFakeStep(), and Par01EMShowerModel::FillFakeStep().
Here is the caller graph for this function:
|
inline |
Definition at line 49 of file Par01EnergySpot.hh.
References fPoint.
Referenced by Par01PionShowerModel::FillFakeStep(), and Par01EMShowerModel::FillFakeStep().
Here is the caller graph for this function:
|
inline |
Definition at line 51 of file Par01EnergySpot.hh.
| void Par01EnergySpot::Print | ( | void | ) |
|
inline |
Definition at line 45 of file Par01EnergySpot.hh.
References fEnergy.
Referenced by Par01PionShowerModel::Explode(), and Par01EMShowerModel::Explode().
Here is the caller graph for this function:
|
inline |
Definition at line 48 of file Par01EnergySpot.hh.
References fPoint.
Referenced by Par01PionShowerModel::Explode(), and Par01EMShowerModel::Explode().
Here is the caller graph for this function:
|
private |
Definition at line 63 of file Par01EnergySpot.hh.
Referenced by GetEnergy(), operator==(), Par01EnergySpot(), Print(), and SetEnergy().
|
private |
Definition at line 64 of file Par01EnergySpot.hh.
Referenced by Draw(), GetPosition(), operator==(), Par01EnergySpot(), Print(), and SetPosition().