We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16b64de + 71a094e commit 21e1bf1Copy full SHA for 21e1bf1
pipeline/ray-tracing/axion-field/Validate.C
@@ -15,6 +15,8 @@ Int_t Validate(Double_t prob = 5.86614e-19, Double_t fieldAverage = 1.61288) {
15
16
run->GetAnalysisTree()->Draw("axionPhoton_probability", "axionPhoton_probability");
17
18
+ run->GetAnalysisTree()->Scan();
19
+
20
TH1D* h = (TH1D*)run->GetAnalysisTree()->GetHistogram();
21
if (h == nullptr) {
22
std::cout << "Problems generating probability histogram" << std::endl;
0 commit comments