Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4VDNAPTBModel::MaterialData Struct Reference

#include <G4VDNAPTBModel.hh>

Collaboration diagram for G4VDNAPTBModel::MaterialData:

Public Member Functions

 MaterialData (const G4String &mat, const G4String &particule, const G4String &CSFile, const G4String &diffCSFile, G4double scaleFactor)
 

Public Attributes

G4String fMaterial
 
G4String fParticle
 
G4String fCSFile
 
G4String fDiffCSFile
 
G4double fScaleFactor
 

Detailed Description

Definition at line 97 of file G4VDNAPTBModel.hh.

Constructor & Destructor Documentation

G4VDNAPTBModel::MaterialData::MaterialData ( const G4String mat,
const G4String particule,
const G4String CSFile,
const G4String diffCSFile,
G4double  scaleFactor 
)
inline

Definition at line 99 of file G4VDNAPTBModel.hh.

100  :
101  fMaterial(mat),
102  fParticle(particule),
103  fCSFile(CSFile),
104  fDiffCSFile(diffCSFile),
105  fScaleFactor(scaleFactor)
106  {
107 
108  }

Member Data Documentation

G4String G4VDNAPTBModel::MaterialData::fCSFile

Definition at line 112 of file G4VDNAPTBModel.hh.

G4String G4VDNAPTBModel::MaterialData::fDiffCSFile

Definition at line 113 of file G4VDNAPTBModel.hh.

G4String G4VDNAPTBModel::MaterialData::fMaterial

Definition at line 110 of file G4VDNAPTBModel.hh.

G4String G4VDNAPTBModel::MaterialData::fParticle

Definition at line 111 of file G4VDNAPTBModel.hh.

G4double G4VDNAPTBModel::MaterialData::fScaleFactor

Definition at line 114 of file G4VDNAPTBModel.hh.


The documentation for this struct was generated from the following file: