ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/materials/include/G4VIonDEDXTable.hh>
Public Member Functions | |
G4VIonDEDXTable () | |
virtual | ~G4VIonDEDXTable () |
virtual G4bool | BuildPhysicsVector (G4int, G4int)=0 |
virtual G4bool | BuildPhysicsVector (G4int, const G4String &)=0 |
virtual G4bool | IsApplicable (G4int, G4int)=0 |
virtual G4bool | IsApplicable (G4int, const G4String &)=0 |
virtual G4PhysicsVector * | GetPhysicsVector (G4int, G4int)=0 |
virtual G4PhysicsVector * | GetPhysicsVector (G4int, const G4String &)=0 |
Private Member Functions | |
G4VIonDEDXTable (G4VIonDEDXTable &)=delete | |
const G4VIonDEDXTable & | operator= (const G4VIonDEDXTable &)=delete |
Definition at line 57 of file G4VIonDEDXTable.hh.
View newest version in sPHENIX GitHub at line 57 of file G4VIonDEDXTable.hh
|
explicit |
Definition at line 51 of file G4VIonDEDXTable.cc.
View newest version in sPHENIX GitHub at line 51 of file G4VIonDEDXTable.cc
|
virtual |
Definition at line 56 of file G4VIonDEDXTable.cc.
View newest version in sPHENIX GitHub at line 56 of file G4VIonDEDXTable.cc
|
privatedelete |
Implemented in G4IonStoppingData, and G4ExtDEDXTable.
Implemented in G4IonStoppingData, and G4ExtDEDXTable.
|
pure virtual |
Implemented in G4ExtDEDXTable, and G4IonStoppingData.
|
pure virtual |
Implemented in G4ExtDEDXTable, and G4IonStoppingData.
Implemented in G4ExtDEDXTable, and G4IonStoppingData.
Implemented in G4ExtDEDXTable, and G4IonStoppingData.
|
privatedelete |