Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
//
|
||||
// ********************************************************************
|
||||
// * License and Disclaimer *
|
||||
// * *
|
||||
// * The Geant4 software is copyright of the Copyright Holders of *
|
||||
// * the Geant4 Collaboration. It is provided under the terms and *
|
||||
// * conditions of the Geant4 Software License, included in the file *
|
||||
// * LICENSE and available at http://cern.ch/geant4/license . These *
|
||||
// * include a list of copyright holders. *
|
||||
// * *
|
||||
// * Neither the authors of this software system, nor their employing *
|
||||
// * institutes,nor the agencies providing financial support for this *
|
||||
// * work make any representation or warranty, express or implied, *
|
||||
// * regarding this software system or assume any liability for its *
|
||||
// * use. Please see the license in the file LICENSE and URL above *
|
||||
// * for the full disclaimer and the limitation of liability. *
|
||||
// * *
|
||||
// * This code implementation is the result of the scientific and *
|
||||
// * technical work of the GEANT4 collaboration. *
|
||||
// * By using, copying, modifying or distributing the software (or *
|
||||
// * any work based on the software) you agree to acknowledge its *
|
||||
// * use in resulting scientific publications, and indicate your *
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
/// \file runAndEvent/RE03/include/RE03ActionInitialization.hh
|
||||
/// \brief Definition of the RE03ActionInitialization class
|
||||
//
|
||||
//
|
||||
// $Id: RE03ActionInitialization.hh 66780 2013-01-12 14:56:35Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef RE03ActionInitialization_h
|
||||
#define RE03ActionInitialization_h 1
|
||||
|
||||
#include "G4VUserActionInitialization.hh"
|
||||
|
||||
class RE03ActionInitialization : public G4VUserActionInitialization
|
||||
{
|
||||
public:
|
||||
RE03ActionInitialization();
|
||||
virtual ~RE03ActionInitialization();
|
||||
|
||||
public:
|
||||
virtual void Build() const;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -26,9 +26,7 @@
|
||||
/// \file runAndEvent/RE03/include/RE03DetectorConstruction.hh
|
||||
/// \brief Definition of the RE03DetectorConstruction class
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// $Id: RE03DetectorConstruction.hh 68780 2013-04-05 13:06:07Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef RE03DetectorConstruction_h
|
||||
@@ -48,6 +46,7 @@ class RE03DetectorConstruction : public G4VUserDetectorConstruction
|
||||
|
||||
public:
|
||||
virtual G4VPhysicalVolume* Construct();
|
||||
virtual void ConstructSDandField();
|
||||
|
||||
private:
|
||||
void DefineMaterials();
|
||||
|
||||
@@ -26,8 +26,7 @@
|
||||
/// \file runAndEvent/RE03/include/RE03PrimaryGeneratorAction.hh
|
||||
/// \brief Definition of the RE03PrimaryGeneratorAction class
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: RE03PrimaryGeneratorAction.hh 68026 2013-03-13 13:45:22Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef RE03PrimaryGeneratorAction_h
|
||||
|
||||
Reference in New Issue
Block a user