Import Geant4 9.0.0 source tree
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
|
||||
#include "G4VReadOutGeometry.hh"
|
||||
|
||||
class G4Material;
|
||||
|
||||
class ExN04CalorimeterROGeometry : public G4VReadOutGeometry
|
||||
{
|
||||
public:
|
||||
@@ -37,6 +39,7 @@ public:
|
||||
|
||||
private:
|
||||
G4VPhysicalVolume* Build();
|
||||
G4Material* dummyMat;
|
||||
|
||||
#include "ExN04DetectorParameterDef.hh"
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
|
||||
class G4VPhysicalVolume;
|
||||
class G4Material;
|
||||
class G4Element;
|
||||
|
||||
class ExN04DetectorConstruction : public G4VUserDetectorConstruction
|
||||
{
|
||||
@@ -53,6 +54,10 @@ class ExN04DetectorConstruction : public G4VUserDetectorConstruction
|
||||
G4Material* Scinti;
|
||||
G4Material* Lead;
|
||||
|
||||
G4Element* H;
|
||||
G4Element* C;
|
||||
G4Element* N;
|
||||
G4Element* O;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: ExN04RunAction.hh,v 1.5 2006/06/29 17:49:56 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: ExN04SteppingVerbose.hh,v 1.2 2006/06/29 17:50:08 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
//
|
||||
// This class manages the verbose outputs in G4SteppingManager.
|
||||
// It inherits from G4SteppingVerbose.
|
||||
|
||||
Reference in New Issue
Block a user