#include <G4MIData.hh>
Definition at line 38 of file G4MIData.hh.
◆ G4MIData()
G4MIData::G4MIData |
( |
const G4String & |
name | ) |
|
|
explicit |
Definition at line 37 of file G4MIData.cc.
37 :
39 fFilenameFF(""),
40 fFilenameCS(""),
41 fMolWeight(0.)
42{;}
◆ ~G4MIData()
◆ GetFilenameCS()
const G4String & G4MIData::GetFilenameCS |
( |
| ) |
|
|
inline |
◆ GetFilenameFF()
const G4String & G4MIData::GetFilenameFF |
( |
| ) |
|
|
inline |
◆ GetMolWeight()
const G4double & G4MIData::GetMolWeight |
( |
| ) |
|
|
inline |
◆ Print()
void G4MIData::Print |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ SetFilenameCS()
void G4MIData::SetFilenameCS |
( |
const G4String & |
filenamecs | ) |
|
|
inline |
Definition at line 49 of file G4MIData.hh.
49{fFilenameCS = filenamecs;};
◆ SetFilenameFF()
void G4MIData::SetFilenameFF |
( |
const G4String & |
filenameff | ) |
|
|
inline |
Definition at line 48 of file G4MIData.hh.
48{fFilenameFF = filenameff;};
◆ SetMolWeight()
void G4MIData::SetMolWeight |
( |
const G4double |
mw | ) |
|
|
inline |
The documentation for this class was generated from the following files: