Skip to content

Commit

Permalink
update input file preamble comments for 2D histos
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed Feb 5, 2015
1 parent 7698c89 commit f7c4908
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Plotting/input_final_dd_fig.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#three sections: global options in OPTION, 1D histograms in HISTO, datasets in SET
#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 and SET sections must be tab-separated, with required items first, in order
#HISTO: only required item is name (but without binning options afterward, it won't build properly)
#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

Expand Down
6 changes: 3 additions & 3 deletions Plotting/input_final_dd_shapesyst_datacard.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#three sections: global options in OPTION, 1D histograms in HISTO, datasets in SET
#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 and SET sections must be tab-separated, with required items first, in order
#HISTO: only required item is name (but without binning options afterward, it won't build properly)
#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

Expand Down
6 changes: 3 additions & 3 deletions Plotting/input_final_lqd321_dd_fig.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#three sections: global options in OPTION, 1D histograms in HISTO, datasets in SET
#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 and SET sections must be tab-separated, with required items first, in order
#HISTO: only required item is name (but without binning options afterward, it won't build properly)
#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

Expand Down
6 changes: 3 additions & 3 deletions Plotting/input_final_lqd321_dd_shapesyst_datacard.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#three sections: global options in OPTION, 1D histograms in HISTO, datasets in SET
#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 and SET sections must be tab-separated, with required items first, in order
#HISTO: only required item is name (but without binning options afterward, it won't build properly)
#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

Expand Down

0 comments on commit f7c4908

Please sign in to comment.