Import Geant4 10.6.0.beta source tree
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user