ROOTPWA
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
generators
make_kinematic_evaluation_summary_Kpipi.sh
Go to the documentation of this file.
1
#this script has to be run after calling predict in the rootpwa_gui in the fit folder it self
2
# currently only working for Kpipi case correctly
3
4
#!/bin/bash
5
echo
"removing old summy file"
6
rm kinevalplots.root
7
echo
"commulating summary plots"
8
hadd kinevalplots.root kineval_plots.*.root
9
echo
"creating overview summary plots"
10
root
-l -b -
q
"${ROOTPWA}/generators/rootpalettes.C"
"${ROOTPWA}/generators/rootlogon.C"
"${ROOTPWA}/generators/plotGlobalWeightedEvts_Kpipi.C+(\"kinevalplots.root\", \"kinevalplots_summary.root\")"
Generated by
1.8.1.2