Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
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().

47 {
48  // get logical volume pointer
49  // G4LogicalVolume *lvol = G3Vol.GetVTE(name)->GetLV();
50  G4cerr << "G4gsatt not implemented" << G4endl;
51 }
#define G4endl
Definition: G4ios.hh:61
G4GLOB_DLL std::ostream G4cerr
void PG4gsatt ( G4String tokens)

Definition at line 33 of file G4gsatt.cc.

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

Referenced by G3CLEval().

34 {
35  // fill the parameter containers
36  G3fillParams(tokens,PTgsatt);
37 
38  // interpret the parameters
39  G4String name = Spar[0];
40  G4String attr = Spar[1];
41  G4int ival = Ipar[0];
42 
43  G4gsatt(name, attr, ival);
44 }
const XML_Char * name
void G3fillParams(G4String *tokens, const char *ptypes)
Definition: clparse.cc:219
int G4int
Definition: G4Types.hh:78
#define PTgsatt
Definition: G3toG4.hh:55
G3G4DLL_API G4String Spar[1000]
Definition: clparse.cc:68
G3G4DLL_API G4int Ipar[1000]
Definition: clparse.cc:66
void G4gsatt(G4String, G4String, G4int)
Definition: G4gsatt.cc:46