Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -23,9 +23,11 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: ExErrorDetectorConstruction.cc 68019 2013-03-13 13:32:43Z gcosmo $
|
||||
//
|
||||
/// \file ExErrorDetectorConstruction.cc
|
||||
/// \brief Implementation of the ExErrorDetectorConstruction class
|
||||
|
||||
//
|
||||
|
||||
#include "ExErrorDetectorConstruction.hh"
|
||||
#include "ExErrorDetectorMessenger.hh"
|
||||
@@ -47,9 +49,11 @@
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
ExErrorDetectorConstruction::ExErrorDetectorConstruction()
|
||||
: fXBEAM(5.*cm), fXCDET(20.*cm), fXECAL(40.*cm), fXSOLN(10.*cm), fXHCAL(100.*cm),
|
||||
: G4VUserDetectorConstruction(),
|
||||
fXBEAM(5.*cm), fXCDET(20.*cm), fXECAL(40.*cm), fXSOLN(10.*cm), fXHCAL(100.*cm),
|
||||
fXMUON(50.*cm), fNdivECAL(40./10.), fNdivHCAL(100./10.), fYZLength(50.*cm),
|
||||
fXHalfWorldLength(fXBEAM + fXCDET + fXECAL + fXSOLN + fXHCAL + fXMUON)
|
||||
fXHalfWorldLength(fXBEAM + fXCDET + fXECAL + fXSOLN + fXHCAL + fXMUON),
|
||||
fUserLimits(0), fMagField(0), fDetectorMessenger(0)
|
||||
{
|
||||
|
||||
// create UserLimits
|
||||
|
||||
@@ -23,8 +23,11 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: ExErrorDetectorMessenger.cc 68019 2013-03-13 13:32:43Z gcosmo $
|
||||
//
|
||||
/// \file ExErrorDetectorMessenger.cc
|
||||
/// \brief Implementation of the ExErrorDetectorMessenger class
|
||||
//
|
||||
|
||||
#include "ExErrorDetectorMessenger.hh"
|
||||
|
||||
@@ -36,7 +39,7 @@
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
ExErrorDetectorMessenger::ExErrorDetectorMessenger(ExErrorDetectorConstruction* myDet)
|
||||
:fMyDetector(myDet)
|
||||
:G4UImessenger(),fMyDetector(myDet),fMydetDir(0),fFieldCmd(0)
|
||||
{
|
||||
|
||||
fMydetDir = new G4UIdirectory("/exerror/");
|
||||
|
||||
@@ -23,8 +23,11 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: ExErrorMagneticField.cc 68019 2013-03-13 13:32:43Z gcosmo $
|
||||
//
|
||||
/// \file ExErrorMagneticField.cc
|
||||
/// \brief Implementation of the ExErrorMagneticField class
|
||||
//
|
||||
|
||||
#include "ExErrorMagneticField.hh"
|
||||
#include "G4FieldManager.hh"
|
||||
|
||||
Reference in New Issue
Block a user