Skip to content

Commit

Permalink
reorganize RA2bin fig input files
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed May 13, 2015
1 parent 4e06ec5 commit 324679d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 31 deletions.
21 changes: 21 additions & 0 deletions input/input_RA2bin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#three sections: global options in OPTION, 1D histograms in HISTO, 2D histograms in HISTO2D, datasets in SET
#option format is: type:name[val] or vtype:name[val1,val2,...]
#available types are (full/abbrev): bool/b, int/i, double/d, string/s, color/c
#items on each line in the HISTO, HISTO2D, and SET sections must be tab-separated, with required items first, in order
#HISTO/HISTO2D: only required item is name (but without binning options afterward, it won't build properly)
#SET: required items are type (stack, hist, base), subtype (data, mc, ext), name
#for datasets, child-parent relationships are indicated by tab-indentation

INPUT
input/input_global.txt

OPTION
vstring:extra_text[#color[2]{n_{j} bin},#color[4]{n_{b} bin}]
double:sizeLeg[22]
double:canvasW[1200]
double:NdivX[518]
bool:doRA2bin[1]
vint:NJetBinMin[4,7,9]
vint:NJetBinMax[6,8,99]
Expand All @@ -12,3 +27,9 @@ vfloat:HTBinMax[800,1200,9999,1200,9999,9999]
vuint:NBJetBins[0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3]
vuint:MHTBins[0,0,0,1,1,2,0,0,0,1,1,2,0,0,0,1,1,2,0,0,0,1,1,2,0,0,0,1,1,2,0,0,0,1,1,2,0,0,0,1,1,2,0,0,0,1,1,2,0,0,0,1,1,2,0,0,0,1,1,2,0,0,0,1,1,2,0,0,0,1,1,2]
vuint:HTBins[0,1,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5]

HISTO
RA2bin i:xnum[72] d:xmin[0.5] d:xmax[72.5] s:xtitle[RA2 bin [^{}n_{j},^{}n_{b},^{}#slash{H}_{T},^{}H_{T}]] s:ytitle[number of events] b:ratio[0] vd:xcuts[6.5,12.5,18.5,24.5,48.5] vc:xcut_colors[kBlue,kBlue,kBlue,kRed,kRed]

INPUT
input/input_sets.txt
12 changes: 12 additions & 0 deletions input/input_global.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
OPTION
vstring:printformat[png]
double:luminorm[4000]
bool:printyield[1]
int:yieldprecision[2]
bool:debugloop[1]
#bool:nosort[1]
bool:bgline[1]
bool:plotoverflow[1]
string:denom[mc]
int:npanel[2]
bool:balance_panels[0]
31 changes: 0 additions & 31 deletions input/input_main_mc_RA2bin_fig.txt → input/input_sets.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,3 @@
#three sections: global options in OPTION, 1D histograms in HISTO, 2D histograms in HISTO2D, datasets in SET
#option format is: type:name[val] or vtype:name[val1,val2,...]
#available types are (full/abbrev): bool/b, int/i, double/d, string/s, color/c
#items on each line in the HISTO, HISTO2D, and SET sections must be tab-separated, with required items first, in order
#HISTO/HISTO2D: only required item is name (but without binning options afterward, it won't build properly)
#SET: required items are type (stack, hist, base), subtype (data, mc, ext), name
#for datasets, child-parent relationships are indicated by tab-indentation

OPTION
vstring:printformat[png]
double:luminorm[4000]
bool:printyield[1]
int:yieldprecision[2]
bool:debugloop[1]
#bool:nosort[1]
bool:bgline[1]
bool:plotoverflow[1]
string:denom[mc]
vstring:extra_text[#color[2]{n_{j} bin},#color[4]{n_{b} bin}]
int:npanel[2]
bool:balance_panels[0]
double:sizeLeg[22]
double:canvasW[1200]
double:NdivX[518]

INPUT
input/input_RA2bin.txt

HISTO
RA2bin i:xnum[72] d:xmin[0.5] d:xmax[72.5] s:xtitle[RA2 bin [^{}n_{j},^{}n_{b},^{}#slash{H}_{T},^{}H_{T}]] s:ytitle[number of events] b:ratio[0] vd:xcuts[6.5,12.5,18.5,24.5,48.5] vc:xcut_colors[kBlue,kBlue,kBlue,kRed,kRed]

SET
hist mc T1bbbb (1500/100) c:color[kRed] i:panel[0]
base mc T1bbbb_1500_100 s:filename[tree_T1bbbb_1500_100.root] d:xsection[0.014]
Expand Down

0 comments on commit 324679d

Please sign in to comment.