G4gsatt.cc File Reference

#include "globals.hh"
#include "G3toG4.hh"
#include "G3VolTable.hh"

Go to the source code of this file.

Functions

void PG4gsatt (G4String *tokens)
void G4gsatt (G4String, G4String, G4int)


Function Documentation

void G4gsatt ( G4String  ,
G4String  ,
G4int   
)

Definition at line 46 of file G4gsatt.cc.

References G4cerr, and G4endl.

Referenced by PG4gsatt().

00047 {
00048     // get logical volume pointer
00049     // G4LogicalVolume *lvol = G3Vol.GetVTE(name)->GetLV();
00050     G4cerr << "G4gsatt not implemented" << G4endl;
00051 }

void PG4gsatt ( G4String tokens  ) 

Definition at line 33 of file G4gsatt.cc.

References G3fillParams(), G4gsatt(), Ipar, PTgsatt, and Spar.

Referenced by G3CLEval().

00034 {
00035     // fill the parameter containers
00036     G3fillParams(tokens,PTgsatt);
00037 
00038     // interpret the parameters
00039     G4String name = Spar[0];
00040     G4String attr = Spar[1];
00041     G4int ival = Ipar[0];
00042 
00043     G4gsatt(name, attr, ival);
00044 }


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