-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 62199 b: refs/heads/l1tmuon-upgrade-dev c: ee657f3 h: refs/heads/l1tmuon-upgrade-dev i: 62197: f0793ef 62195: d83063c 62191: 873aa03
- Loading branch information
Marco De Mattia
committed
Mar 17, 2009
1 parent
45749f6
commit 65cbe7d
Showing
3 changed files
with
52 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/l1tmuon-upgrade-dev: 197cc2d93e72313a705db9facd7f10c274925da3 | ||
refs/heads/l1tmuon-upgrade-dev: ee657f3726bd57bb03d2ee866c852e3229ede321 |
12 changes: 7 additions & 5 deletions
12
trunk/MuonAnalysis/MomentumScaleCalibration/test/Macros/Run.C
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
{ | ||
gROOT->ProcessLine(".L fit2DProj.C+"); | ||
// macroPlot parameters are: histogram name, input file 1 name, input file 2 name, output histogram title, resonance type, | ||
// rebinX, rebinY, fitType (1:gaussian; 2:lorentzian, ...) | ||
// rebinX, rebinY, fitType (1:gaussian; 2:lorentzian, ...), output file name (default "filegraph.root") | ||
|
||
// Y: gaussian fit | ||
// gROOT->ProcessLine( "macroPlot(\"hRecBestResVSMu_MassVSPt\", \"0_MuScleFit_Y.root\", \"1_MuScleFit_Y.root\", \"Resonance mass vs pt\", \"Y\", 4, 4, 1)" ); | ||
gROOT->ProcessLine( "macroPlot(\"hRecBestResVSMu_MassVSEta\", \"0_MuScleFit_Y.root\", \"1_MuScleFit_Y.root\", \"Resonance mass vs #eta\", \"Y\", 4, 4, 1)" ); | ||
gROOT->ProcessLine( "macroPlot(\"hRecBestResVSMu_MassVSPt\", \"0_MuScleFit.root\", \"2_MuScleFit.root\", \"Resonance mass vs pt\", \"Y\", 4, 4, 1, \"filegraph_pt.root\")" ); | ||
gROOT->ProcessLine( "macroPlot(\"hRecBestResVSMu_MassVSEta\", \"0_MuScleFit.root\", \"2_MuScleFit.root\", \"Resonance mass vs #eta\", \"Y\", 2, 2, 1, \"filegraph_eta.root\")" ); | ||
gROOT->ProcessLine( "macroPlot(\"hRecBestResVSMu_MassVSPhiPlus\", \"0_MuScleFit.root\", \"2_MuScleFit.root\", \"Resonance mass vs #phi\", \"Y\", 2, 2, 1, \"filegraph_phi.root\")" ); | ||
|
||
// Z: lorentzian fit | ||
// gROOT->ProcessLine( "macroPlot(\"hRecBestResVSMu_MassVSPt\", \"0_MuScleFit_Y.root\", \"1_MuScleFit_Y.root\", \"Resonance mass vs pt\", \"Z\", 4, 4, 2)" ); | ||
// gROOT->ProcessLine( "macroPlot(\"hRecBestResVSMu_MassVSEta\", \"0_MuScleFit_Y.root\", \"1_MuScleFit_Y.root\", \"Resonance mass vs #eta\", \"Z\", 4, 4, 2)" ); | ||
// gROOT->ProcessLine( "macroPlot(\"hRecBestResVSMu_MassVSPt\", \"0_MuScleFit.root\", \"1_MuScleFit.root\", \"Resonance mass vs pt\", \"Z\", 4, 4, 2)" ); | ||
// gROOT->ProcessLine( "macroPlot(\"hRecBestResVSMu_MassVSEta\", \"0_MuScleFit.root\", \"1_MuScleFit.root\", \"Resonance mass vs #eta\", \"Z\", 4, 4, 2)" ); | ||
// gROOT->ProcessLine( "macroPlot(\"hRecBestResVSMu_MassVSPhiPlus\", \"0_MuScleFit.root\", \"1_MuScleFit.root\", \"Resonance mass vs #phi\", \"Z\", 4, 4, 2)" ); | ||
|
||
// gROOT->Reset(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters