Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4MIData.hh>
Public Member Functions | |
G4MIData (const G4String &) | |
virtual | ~G4MIData () |
void | Print () const override |
void | SetFilenameFF (const G4String &filenameff) |
void | SetFilenameCS (const G4String &filenamecs) |
void | SetMolWeight (const G4double mw) |
const G4String & | GetFilenameFF () |
const G4String & | GetFilenameCS () |
const G4double & | GetMolWeight () |
Public Member Functions inherited from G4VMaterialExtension | |
G4VMaterialExtension (const G4String &name) | |
virtual | ~G4VMaterialExtension () |
virtual void | Print () const =0 |
const std::size_t & | GetHash () const |
const G4String & | GetName () const |
Protected Attributes | |
G4String | fFilenameFF |
G4String | fFilenameCS |
G4double | fMolWeight |
Protected Attributes inherited from G4VMaterialExtension | |
const G4String & | fName |
const std::size_t | fHash |
Definition at line 38 of file G4MIData.hh.
G4MIData::G4MIData | ( | const G4String & | name | ) |
Definition at line 37 of file G4MIData.cc.
|
virtual |
Definition at line 46 of file G4MIData.cc.
|
inline |
Definition at line 54 of file G4MIData.hh.
|
inline |
Definition at line 53 of file G4MIData.hh.
|
inline |
Definition at line 55 of file G4MIData.hh.
|
inlineoverridevirtual |
Implements G4VMaterialExtension.
Definition at line 45 of file G4MIData.hh.
|
inline |
Definition at line 49 of file G4MIData.hh.
|
inline |
Definition at line 48 of file G4MIData.hh.
|
inline |
Definition at line 50 of file G4MIData.hh.
|
protected |
Definition at line 59 of file G4MIData.hh.
Referenced by GetFilenameCS(), and SetFilenameCS().
|
protected |
Definition at line 58 of file G4MIData.hh.
Referenced by GetFilenameFF(), and SetFilenameFF().
|
protected |
Definition at line 60 of file G4MIData.hh.
Referenced by GetMolWeight(), and SetMolWeight().