Skip to content
Snippets Groups Projects
Commit d12cdad7 authored by Ilya Selyuzhenkov's avatar Ilya Selyuzhenkov
Browse files

Delete obsolete HowTo.txt file.

parent b8fa2183
No related branches found
No related tags found
No related merge requests found
grep -n "Chi2Min = " 3* | sed -e 's/ / /g' | sed -e 's/ / /g' | sed -e 's/ / /g'| cut -d " " -f 3,6,9,13 > FitInfo.dat
TFile *f = new TFile("FitInfo_1.root", "new")
TTree *n = new TTree("fit_tree",""); n->ReadFile("FitInfo.dat","f:mu:k:chi2",' ')
n->Write()
f->Close()
\ No newline at end of file
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