#include "plot_nwenu.C" #include "plot_jpsi_mass.C" #include "plot_nJpsi.C" #include "plot_zee_mass_pb.C" #include "plot_zmm_mass_pb.C" #include "plot_nzee.C" #include "plot_nzmm.C" #include "plot_eoverp.C" #include "plot_ep_pn.C" #include "plot_JpsiEmE.C" #include "plot_JpsiHadE.C" void fMakeHist(){ char cPath[] = "/cdf/home/www/usr/cdfopr/offline_mon/gif/global"; fPlot_NWenu( "physmon.root", cPath); fPlot_Jpsi_Mass( "physmon.root", cPath); fPlot_NJpsiMuMu( "physmon.root", cPath); fPlot_Zee_Mass_Pb( "pbmon.root", cPath); // fPlot_Zmm_Mass_Pb( "pbmon.root", cPath); fPlot_NZee( "physmon.root", cPath); // fPlot_NZmm( "pbmon.root", cPath); fPlot_EOverP( "physmon.root", cPath); fPlot_Ep_PN( "physmon.root", cPath); fPlot_EmE( "physmon.root", cPath); fPlot_HadE( "physmon.root", cPath); }