Import Geant4 11.3.1 source tree
This commit is contained in:
@@ -40,12 +40,15 @@ class G4VPhysicalVolume;
|
||||
class GB05DetectorConstruction : public G4VUserDetectorConstruction
|
||||
{
|
||||
public:
|
||||
GB05DetectorConstruction();
|
||||
GB05DetectorConstruction(G4bool bf);
|
||||
~GB05DetectorConstruction();
|
||||
|
||||
public:
|
||||
virtual G4VPhysicalVolume* Construct();
|
||||
virtual void ConstructSDandField();
|
||||
|
||||
private:
|
||||
G4bool fBiasingFlag;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user