Geant4-11
|
#include <G4MIData.hh>
Public Member Functions | |
G4MIData (const G4String &) | |
const G4String & | GetFilenameCS () |
const G4String & | GetFilenameFF () |
const std::size_t & | GetHash () const |
const G4double & | GetMolWeight () |
const G4String & | GetName () const |
void | Print () const override |
void | SetFilenameCS (const G4String &filenamecs) |
void | SetFilenameFF (const G4String &filenameff) |
void | SetMolWeight (const G4double mw) |
virtual | ~G4MIData () |
Protected Attributes | |
const std::size_t | fHash |
const G4String & | fName |
Private Attributes | |
G4String | fFilenameCS |
G4String | fFilenameFF |
G4double | fMolWeight |
Definition at line 38 of file G4MIData.hh.
|
explicit |
Definition at line 37 of file G4MIData.cc.
|
virtual |
Definition at line 46 of file G4MIData.cc.
|
inline |
|
inline |
Definition at line 52 of file G4MIData.hh.
References fFilenameFF.
Referenced by G4PenelopeRayleighModelMI::BuildFormFactorTable().
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlineoverridevirtual |
Implements G4VMaterialExtension.
Definition at line 45 of file G4MIData.hh.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 58 of file G4MIData.hh.
Referenced by GetFilenameCS(), and SetFilenameCS().
|
private |
Definition at line 57 of file G4MIData.hh.
Referenced by GetFilenameFF(), and SetFilenameFF().
|
protectedinherited |
Definition at line 79 of file G4VMaterialExtension.hh.
Referenced by G4VMaterialExtension::GetHash().
|
private |
Definition at line 59 of file G4MIData.hh.
Referenced by GetMolWeight(), and SetMolWeight().
|
protectedinherited |
Definition at line 76 of file G4VMaterialExtension.hh.
Referenced by G4VMaterialExtension::GetName().