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

void G4gsdetu ( G4String  ,
G4String  ,
G4int  ,
G4double  
)

Definition at line 45 of file G4gsdetu.cc.

Referenced by PG4gsdetu().

00046 {
00047     // $$$ nothing right now
00048 }

void PG4gsdetu ( G4String tokens  ) 

Definition at line 31 of file G4gsdetu.cc.

References G4String::data(), G3fillParams(), G4gsdetu(), Ipar, PTgsdetu, Rpar, and Spar.

Referenced by G3CLEval().

00032 {
00033     // fill the parameter containers
00034     G3fillParams(tokens,PTgsdetu);
00035 
00036     // interpret the parameters
00037     G4String chset = Spar[0].data();
00038     G4String chdet = Spar[1].data();
00039     G4int nupar = Ipar[0];
00040     G4double *upar = Rpar;
00041 
00042     G4gsdetu(chset,chdet,nupar,upar);
00043 }


Generated on Mon May 27 17:50:45 2013 for Geant4 by  doxygen 1.4.7