Skip to content
Snippets Groups Projects
Commit 52a16c5b authored by Igor Denisenko's avatar Igor Denisenko
Browse files

Fixed issues in chic example

parent 0a0678a0
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ void analyze_chic(int nevents_max = 1000, int chic_pdg = 20443)
c->cd(5);
hdM->Draw();
hdM->Fit("gaus");
hdM->Fit("gaus", "L", "", 0.3, 0.5);
c->cd(3);
hVtxZ->Draw();
......
#/bin/bash
spdroot.py -l -b -q "simu.C(1000)"
spdroor.py -l -b -q reco.C
spdroor.py -l -b -q analyze_chic.C
spdroot.py -l -b -q reco.C
spdroot.py -l -b -q analyze_chic.C
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment