Skip to content

Commit

Permalink
Updating full ray-tracing validation values
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed Dec 15, 2023
1 parent f85e140 commit f227a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/ray-tracing/full-chain/ValidateChain.C
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Int_t ValidateChain(std::string fname) {
return 3;
}

if (integral2 < 0.125 || integral2 > 0.135) {
if (integral2 < 0.145 || integral2 > 0.155) {
std::cout << "Average window transmission is not within the expected range!" << std::endl;
return 5;
}
Expand Down

0 comments on commit f227a5f

Please sign in to comment.