Skip to content

Commit

Permalink
new defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed May 10, 2024
1 parent b441d11 commit 3914ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TRestDetectorElectronDiffusionProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ void TRestDetectorElectronDiffusionProcess::InitFromConfigFile() {
}
fMaxHits = StringToInteger(GetParameter("maxHits", "1000"));
fSeed = static_cast<UInt_t>(StringToInteger(GetParameter("seed", "0")));
fPoissonElectronExcitation = StringToBool(GetParameter("poissonElectronExcitation", "false"));
fPoissonElectronExcitation = StringToBool(GetParameter("poissonElectronExcitation", "true"));
fUnitElectronEnergy = StringToBool(GetParameter("unitElectronEnergy", "false"));
fCheckIsInside = StringToBool(GetParameter("checkIsInside", "true"));
fCheckIsInside = StringToBool(GetParameter("checkIsInside", "false"));
fUseFanoFactor = StringToBool(GetParameter("useFano", "false"));
}

0 comments on commit 3914ee6

Please sign in to comment.