Import Geant4 10.3.0 source tree
This commit is contained in:
@@ -44,9 +44,7 @@ class B02ActionInitialization : public G4VUserActionInitialization
|
||||
public:
|
||||
virtual void BuildForMaster() const;
|
||||
virtual void Build() const;
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
/// \brief Definition of the B02DetectorConstruction class
|
||||
//
|
||||
//
|
||||
// $Id: B02DetectorConstruction.hh 77475 2013-11-25 09:38:51Z gcosmo $
|
||||
// $Id: B02DetectorConstruction.hh 98774 2016-08-09 14:28:06Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef B02DetectorConstruction_hh
|
||||
@@ -62,16 +62,11 @@ public:
|
||||
|
||||
// virtual void ConstructSDandField();
|
||||
|
||||
inline G4VIStore* GetGeomStore(){return aIstore;};
|
||||
|
||||
private:
|
||||
std::vector< G4LogicalVolume * > fLogicalVolumeVector;
|
||||
std::vector< G4VPhysicalVolume * > fPhysicalVolumeVector;
|
||||
|
||||
G4VPhysicalVolume* fWorldVolume;
|
||||
|
||||
G4VIStore *aIstore;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -46,8 +46,6 @@ class G4LogicalVolume;
|
||||
class G4VIStore;
|
||||
class G4VWeightWindowStore;
|
||||
|
||||
|
||||
|
||||
class B02ImportanceDetectorConstruction : public G4VUserParallelWorld
|
||||
{
|
||||
public:
|
||||
@@ -74,12 +72,9 @@ public:
|
||||
// create an weight window store, caller is responsible for
|
||||
// deleting it
|
||||
|
||||
|
||||
private:
|
||||
B02PVolumeStore fPVolumeStore;
|
||||
|
||||
|
||||
|
||||
// std::vector< G4VPhysicalVolume * > fPhysicalVolumeVector;
|
||||
std::vector< G4LogicalVolume * > fLogicalVolumeVector;
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
/// \brief Definition of the B02PVolumeStore class
|
||||
//
|
||||
//
|
||||
// $Id: B02PVolumeStore.hh 77475 2013-11-25 09:38:51Z gcosmo $
|
||||
// $Id: B02PVolumeStore.hh 98774 2016-08-09 14:28:06Z gcosmo $
|
||||
// GEANT4 tag
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -64,6 +64,4 @@ private:
|
||||
B02SetGeometryCell fSetGeometryCell;
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
@@ -51,4 +51,3 @@ class B02PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
/// \brief Definition of the B02RunAction class
|
||||
//
|
||||
//
|
||||
// $Id: B02RunAction.hh 72953 2013-08-14 14:13:36Z gcosmo $
|
||||
// $Id: B02RunAction.hh 98774 2016-08-09 14:28:06Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef B02RunAction_h
|
||||
@@ -71,7 +71,6 @@ private:
|
||||
// G4int fFieldName;
|
||||
G4int fFieldValue;
|
||||
|
||||
|
||||
};
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user