Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -36,7 +36,6 @@
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
B01ActionInitialization::B01ActionInitialization()
{;}
@@ -27,7 +27,7 @@
/// \brief Implementation of the B01DetectorConstruction class
//
//
// $Id: B01DetectorConstruction.cc 77475 2013-11-25 09:38:51Z gcosmo $
// $Id: B01DetectorConstruction.cc 98774 2016-08-09 14:28:06Z gcosmo $
//
#include "G4Types.hh"
@@ -174,7 +174,6 @@ G4VPhysicalVolume* B01DetectorConstruction::Construct()
G4PVPlacement(0, G4ThreeVector(0,0,0), worldCylinder_log,
name, 0, false, 0);
fPhysicalVolumeVector.push_back(fWorldVolume);
// creating 18 slabs of 10 cm thick concrete
@@ -423,14 +422,12 @@ void B01DetectorConstruction::ConstructSDandField()
new G4MultiFunctionalDetector(concreteSDname);
SDman->AddNewDetector( MFDet ); // Register SD to SDManager
G4String fltName,particleName;
G4SDParticleFilter* neutronFilter =
new G4SDParticleFilter(fltName="neutronFilter", particleName="neutron");
MFDet->SetFilter(neutronFilter);
for (std::vector<G4LogicalVolume *>::iterator it =
fLogicalVolumeVector.begin();
it != fLogicalVolumeVector.end(); it++){
@@ -442,12 +439,10 @@ void B01DetectorConstruction::ConstructSDandField()
G4PSNofCollision* scorer0 = new G4PSNofCollision(psName="Collisions");
MFDet->RegisterPrimitive(scorer0);
G4PSNofCollision* scorer1 = new G4PSNofCollision(psName="CollWeight");
scorer1->Weighted(true);
MFDet->RegisterPrimitive(scorer1);
G4PSPopulation* scorer2 = new G4PSPopulation(psName="Population");
MFDet->RegisterPrimitive(scorer2);
@@ -27,7 +27,7 @@
/// \brief Implementation of the B01PrimaryGeneratorAction class
//
//
// $Id: B01PrimaryGeneratorAction.cc 70237 2013-05-27 11:57:04Z gcosmo $
// $Id: B01PrimaryGeneratorAction.cc 98774 2016-08-09 14:28:06Z gcosmo $
//
#include "globals.hh"
@@ -40,7 +40,6 @@
#include "G4ThreeVector.hh"
#include "G4SystemOfUnits.hh"
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
B01PrimaryGeneratorAction::B01PrimaryGeneratorAction() :
+1 -2
View File
@@ -27,7 +27,7 @@
/// \brief Implementation of the B01Run class
//
//
// $Id: B01Run.cc 77475 2013-11-25 09:38:51Z gcosmo $
// $Id: B01Run.cc 98774 2016-08-09 14:28:06Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -215,7 +215,6 @@ void B01Run::DumpAllScorer(){
}
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
void B01Run::Merge(const G4Run* aRun)
@@ -27,7 +27,7 @@
/// \brief Implementation of the B01RunAction class
//
//
// $Id: B01RunAction.cc 77475 2013-11-25 09:38:51Z gcosmo $
// $Id: B01RunAction.cc 98774 2016-08-09 14:28:06Z gcosmo $
//
#include "B01RunAction.hh"
#include "B01Run.hh"
@@ -129,7 +129,6 @@ void B01RunAction::EndOfRunAction(const G4Run* aRun)
G4THitsMap<G4double>* SLW_V = b01Run->GetHitsMap(fSDName[i]+"/SLW_V");
G4THitsMap<G4double>* SLWE_V = b01Run->GetHitsMap(fSDName[i]+"/SLWE_V");
if (IsMaster())
{
G4cout <<