Import Geant4 10.6.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2019-06-28 11:59:04 +02:00
parent 28a70706e0
commit d0f911957d
1056 changed files with 95168 additions and 78160 deletions
@@ -242,8 +242,6 @@ void LXeDetectorConstruction::DefineMaterials(){
G4VPhysicalVolume* LXeDetectorConstruction::Construct(){
if (fExperimentalHall_phys) { return fExperimentalHall_phys; }
//The experimental hall walls are all 1m away from housing walls
G4double expHall_x = fScint_x+fD_mtl+1.*m;
G4double expHall_y = fScint_y+fD_mtl+1.*m;
@@ -238,7 +238,7 @@ void LXeEventAction::EndOfEventAction(const G4Event* anEvent){
run->IncHitsAboveThreshold(fPMTsAboveThreshold);
//If we have set the flag to save 'special' events, save here
if(fPhotonCount_Scint + fPhotonCount_Ceren <= fDetector->GetSaveThreshold())
if(fPhotonCount_Scint + fPhotonCount_Ceren < fDetector->GetSaveThreshold())
{
G4RunManager::GetRunManager()->rndmSaveThisEvent();
}