Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4gsdetu.cc File Reference
#include "G3toG4.hh"
Include dependency graph for G4gsdetu.cc:

Go to the source code of this file.

Functions

void PG4gsdetu (G4String *tokens)
 
void G4gsdetu (G4String, G4String, G4int, G4double *)
 

Function Documentation

void G4gsdetu ( G4String  ,
G4String  ,
G4int  ,
G4double  
)

Definition at line 45 of file G4gsdetu.cc.

46 {
47  // $$$ nothing right now
48 }

Here is the caller graph for this function:

void PG4gsdetu ( G4String tokens)

Definition at line 31 of file G4gsdetu.cc.

32 {
33  // fill the parameter containers
34  G3fillParams(tokens,PTgsdetu);
35 
36  // interpret the parameters
37  G4String chset = Spar[0].data();
38  G4String chdet = Spar[1].data();
39  G4int nupar = Ipar[0];
40  G4double *upar = Rpar;
41 
42  G4gsdetu(chset,chdet,nupar,upar);
43 }
G3G4DLL_API G4double Rpar[1000]
Definition: clparse.cc:67
void G3fillParams(G4String *tokens, const char *ptypes)
Definition: clparse.cc:219
int G4int
Definition: G4Types.hh:78
G3G4DLL_API G4String Spar[1000]
Definition: clparse.cc:68
#define PTgsdetu
Definition: G3toG4.hh:74
G3G4DLL_API G4int Ipar[1000]
Definition: clparse.cc:66
const char * data() const
double G4double
Definition: G4Types.hh:76
void G4gsdetu(G4String chset, G4String chdet, G4int nupar, G4double *upar)
Definition: G4gsdetu.cc:45

Here is the call graph for this function:

Here is the caller graph for this function: