We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is unclear (to me) from the code which area is taken into account.
Only the detection area around the station where the first (main) shower hits, or also where the second shower hits?
Possible places in code where it is taken into account:
DetHisparc.cpp:
DetHisparc.cpp
double DetHisparc::TotalArea() const {...}
However, the TotalArea is ignored in other scripts.
Detector.cpp:
Detector.cpp
double Detector::EffectiveArea(...) {...} double Detector::SecondDetectionProbability(...) {...}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is unclear (to me) from the code which area is taken into account.
Only the detection area around the station where the first (main) shower hits, or also where the second shower hits?
Possible places in code where it is taken into account:
DetHisparc.cpp
:However, the TotalArea is ignored in other scripts.
Detector.cpp
:The text was updated successfully, but these errors were encountered: