Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
kvjmistry committed Jun 13, 2024
1 parent 68acbed commit b989fae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions source/geometries/Next100FieldCage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -750,8 +750,6 @@ void Next100FieldCage::BuildELRegion()
el_field->SetLightYield(XenonELLightYield(ELelectric_field_, pressure_));
}



G4Region* el_region = new G4Region("EL_REGION");
el_region->SetUserInformation(el_field);
el_region->AddRootLogicalVolume(el_gap_logic);
Expand Down
1 change: 1 addition & 0 deletions source/materials/ArgonGasProperties.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ namespace nexus {
return density;
}


G4double ArgonELLightYield(G4double field_strength, G4double pressure)
{
// Empirical formula taken from
Expand Down

0 comments on commit b989fae

Please sign in to comment.