Skip to content

Commit 21e1bf1

Browse files
authored
Merge pull request #54 from rest-for-physics/jgalan-add-validation-info
pipeline/ray-tracing/axion-field/Validation.C adding extra info
2 parents 16b64de + 71a094e commit 21e1bf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: pipeline/ray-tracing/axion-field/Validate.C

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Int_t Validate(Double_t prob = 5.86614e-19, Double_t fieldAverage = 1.61288) {
1515

1616
run->GetAnalysisTree()->Draw("axionPhoton_probability", "axionPhoton_probability");
1717

18+
run->GetAnalysisTree()->Scan();
19+
1820
TH1D* h = (TH1D*)run->GetAnalysisTree()->GetHistogram();
1921
if (h == nullptr) {
2022
std::cout << "Problems generating probability histogram" << std::endl;

0 commit comments

Comments
 (0)