10 lines
252 B
C++
10 lines
252 B
C++
#ifndef _G3TOG4MAKESOLID_
|
|
#define _G3TOG4MAKESOLID_ 1
|
|
G4VSolid* G3toG4MakeSolid(const G4String& vname, const G4String& shape,
|
|
const G4double* Rpar, const G4int npar,
|
|
G4bool& NegVolPars, G4bool& Deferred,
|
|
G4bool* OKAxis);
|
|
#endif
|
|
|
|
|