Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:22:45

0001 {
0002   gROOT->ProcessLine(".L fit2DProj.C+");
0003   // macroPlot parameters are: histogram name, input file 1 name, input file 2 name, output histogram title, resonance type,
0004   // rebinX, rebinY, fitType (1:gaussian; 2:lorentzian, ...), output file name (default "filegraph.root")
0005 
0006   // Y: gaussian fit
0007   // gROOT->ProcessLine( "macroPlot(\"hRecBestResVSMu_MassVSPt\", \"0_MuScleFit.root\", \"3_MuScleFit.root\", \"Resonance mass vs pt\", \"Y\", 4, 4, 1, \"filegraph_pt.root\")" );
0008   // gROOT->ProcessLine( "macroPlot(\"hRecBestResVSMu_MassVSEta\", \"0_MuScleFit.root\", \"3_MuScleFit.root\", \"Resonance mass vs #eta\", \"Y\", 2, 2, 1, \"filegraph_eta.root\")" );
0009   // gROOT->ProcessLine( "macroPlot(\"hRecBestResVSMu_MassVSPhiPlus\", \"0_MuScleFit.root\", \"3_MuScleFit.root\", \"Resonance mass vs #phi\", \"Y\", 2, 2, 1, \"filegraph_phi.root\")" );
0010 
0011   // Z: lorentzian fit
0012   gROOT->ProcessLine( "macroPlot(\"hRecBestResVSMu_MassVSPt\", \"0_MuScleFit.root\", \"3_MuScleFit.root\", \"Resonance mass vs pt\", \"Z\", 4, 4, 2, \"filegraph_pt.root\")" );
0013   gROOT->ProcessLine( "macroPlot(\"hRecBestResVSMu_MassVSEta\", \"0_MuScleFit.root\", \"3_MuScleFit.root\", \"Resonance mass vs #eta\", \"Z\", 4, 4, 2, \"filegraph_eta.root\")" );
0014   gROOT->ProcessLine( "macroPlot(\"hRecBestResVSMu_MassVSPhiPlus\", \"0_MuScleFit.root\", \"3_MuScleFit.root\", \"Resonance mass vs #phi\", \"Z\", 4, 4, 2, \"filegraph_phi.root\")" );
0015 
0016   // gROOT->Reset();
0017 }