Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4gsdetu.cc File Reference
#include "G3toG4.hh"

Go to the source code of this file.

Functions

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

Function Documentation

◆ G4gsdetu()

void G4gsdetu ( G4String  chset,
G4String  chdet,
G4int  nupar,
G4double upar 
)

Definition at line 45 of file G4gsdetu.cc.

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

Referenced by PG4gsdetu().

◆ PG4gsdetu()

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 G4int Ipar[1000]
Definition: clparse.cc:66
void G3fillParams(G4String *tokens, const char *ptypes)
Definition: clparse.cc:219
#define PTgsdetu
Definition: G3toG4.hh:74
G3G4DLL_API G4double Rpar[1000]
Definition: clparse.cc:67
G3G4DLL_API G4String Spar[1000]
Definition: clparse.cc:68
double G4double
Definition: G4Types.hh:64
int G4int
Definition: G4Types.hh:66
void G4gsdetu(G4String, G4String, G4int, G4double *)
Definition: G4gsdetu.cc:45
const char * data() const

Referenced by G3CLEval().