Geant4-11
Functions
G4gsatt.cc File Reference
#include "globals.hh"
#include "G3toG4.hh"
#include "G3VolTable.hh"

Go to the source code of this file.

Functions

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

Function Documentation

◆ G4gsatt()

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

Definition at line 45 of file G4gsatt.cc.

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

References G4cerr, and G4endl.

Referenced by PG4gsatt().

◆ PG4gsatt()

void PG4gsatt ( G4String tokens)

Definition at line 32 of file G4gsatt.cc.

33{
34 // fill the parameter containers
35 G3fillParams(tokens,PTgsatt);
36
37 // interpret the parameters
38 G4String name = Spar[0];
39 G4String attr = Spar[1];
40 G4int ival = Ipar[0];
41
42 G4gsatt(name, attr, ival);
43}
#define PTgsatt
Definition: G3toG4.hh:54
G3G4DLL_API G4int Ipar[1000]
Definition: clparse.cc:65
void G3fillParams(G4String *tokens, const char *ptypes)
Definition: clparse.cc:218
G3G4DLL_API G4String Spar[1000]
Definition: clparse.cc:67
int G4int
Definition: G4Types.hh:85
void G4gsatt(G4String, G4String, G4int)
Definition: G4gsatt.cc:45
const char * name(G4int ptype)

References G3fillParams(), G4gsatt(), Ipar, G4InuclParticleNames::name(), PTgsatt, and Spar.

Referenced by G3CLEval().