Resolve "Use new universal generator scripts for pi0 and pions"
2 unresolved threads
Closes #29 (closed)
Edited by Marshall Scott
Merge request reports
Activity
added 1 commit
- 4ba03b90 - Initial commit, removed .sh file lines and replaced them with the particles.sh...
187 160 hfsam->GetYaxis()->SetTitleOffset(1.4); 188 161 hfsam->SetLineWidth(2); 189 162 hfsam->SetLineColor(kBlue); 190 163 hfsam->Fit("gaus","","",0.005,0.1); changed this line in version 6 of the diff
143 123 auto hpid = d1.Histo1D({"hpid", "PID; PID; Count", 100, -220, 220}, "pid"); 144 124 auto hdau = d1.Histo1D({"hdau", "Number of Daughters; Number of Daughters; Count", 10, 0, 10}, "dau"); changed this line in version 6 of the diff
Please register or sign in to reply