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