Skip to content

Commit

Permalink
pipeline/ray-tracing/full-chain/ValidateChain.C updating
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed Feb 11, 2024
1 parent 1cb4cb2 commit 05c1cc0
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 @@ -46,7 +46,7 @@ Int_t ValidateChain(std::string fname) {
Double_t integral2 = g->Integral() / run->GetEntries();
std::cout << "Average window transmission : " << integral2 << std::endl;

if (integral < 9.71489e-24 || integral > 9.91489e-24) {
if (integral < 2.01953e-22 || integral > 1.99953e-22) {
std::cout << "Axion-photon probability is not within the expected range!" << std::endl;
return 3;
}
Expand Down

0 comments on commit 05c1cc0

Please sign in to comment.