|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PSHitsModel.hh>
Inheritance diagram for G4PSHitsModel:Public Member Functions | |
| G4PSHitsModel (const G4String &requestedMapName="all") | |
| virtual | ~G4PSHitsModel () |
| virtual void | DescribeYourselfTo (G4VGraphicsScene &) |
Public Member Functions inherited from G4VModel | |
| G4VModel (const G4ModelingParameters *=0) | |
| virtual | ~G4VModel () |
| const G4ModelingParameters * | GetModelingParameters () const |
| const G4String & | GetType () const |
| virtual G4String | GetCurrentDescription () const |
| virtual G4String | GetCurrentTag () const |
| const G4VisExtent & | GetExtent () const |
| const G4String & | GetGlobalDescription () const |
| const G4String & | GetGlobalTag () const |
| void | SetModelingParameters (const G4ModelingParameters *) |
| void | SetExtent (const G4VisExtent &) |
| void | SetType (const G4String &) |
| void | SetGlobalDescription (const G4String &) |
| void | SetGlobalTag (const G4String &) |
| virtual G4bool | Validate (G4bool warn=true) |
Additional Inherited Members | |
Protected Attributes inherited from G4VModel | |
| G4String | fType |
| G4String | fGlobalTag |
| G4String | fGlobalDescription |
| G4VisExtent | fExtent |
| const G4ModelingParameters * | fpMP |
Definition at line 40 of file G4PSHitsModel.hh.
| G4PSHitsModel::G4PSHitsModel | ( | const G4String & | requestedMapName = "all" | ) |
Definition at line 43 of file G4PSHitsModel.cc.
|
virtual |
Definition at line 41 of file G4PSHitsModel.cc.
|
virtual |
Implements G4VModel.
Definition at line 51 of file G4PSHitsModel.cc.