Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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

◆ G4gsatt()

void G4gsatt ( G4String  name,
G4String  attr,
G4int  ival 
)

Definition at line 46 of file G4gsatt.cc.

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:52
G4DLLIMPORT std::ostream G4cerr

Referenced by PG4gsatt().

◆ PG4gsatt()

void PG4gsatt ( G4String tokens)

Definition at line 33 of file G4gsatt.cc.

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}
#define PTgsatt
Definition: G3toG4.hh:55
G3G4DLL_API G4int Ipar[1000]
Definition: clparse.cc:66
void G3fillParams(G4String *tokens, const char *ptypes)
Definition: clparse.cc:219
G3G4DLL_API G4String Spar[1000]
Definition: clparse.cc:68
int G4int
Definition: G4Types.hh:66
void G4gsatt(G4String, G4String, G4int)
Definition: G4gsatt.cc:46

Referenced by G3CLEval().