Skip to content

Commit

Permalink
Automated documentation build for changeset b35cb26.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgilbert committed Feb 8, 2016
1 parent 7612d28 commit dd09f2d
Show file tree
Hide file tree
Showing 42 changed files with 4,562 additions and 2,791 deletions.
Binary file added FixBothRanges.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
110 changes: 110 additions & 0 deletions _limits_8md.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
<!-- HTML header for doxygen 1.8.6-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.10"/>
<title>CombineHarvester: docs/Limits.md File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 70px;">
<td style="padding-left: 0.5em;">
<div id="projectname">CombineHarvester
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('_limits_8md.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
<div class="headertitle">
<div class="title">docs/Limits.md File Reference</div> </div>
</div><!--header-->
<div class="contents">

<p><a href="_limits_8md_source.html">Go to the source code of this file.</a></p>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.6-->
<!-- start footer part -->
</body>
</html>
346 changes: 346 additions & 0 deletions _limits_8md_source.html

Large diffs are not rendered by default.

94 changes: 46 additions & 48 deletions _main_8md_source.html

Large diffs are not rendered by default.

Binary file added example_plotLimits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example_plotLimitsMorphed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example_simple_limit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,14 @@ <h1><a class="anchor" id="getting-started"></a>
cd CMSSW_7_1_5/src
cmsenv
git clone https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git HiggsAnalysis/CombinedLimit
# Check the recommended tag on link above, a tag &gt;= v5.0.2 is sufficient
git clone https://github.com/cms-analysis/CombineHarvester.git CombineHarvester
scram b
</pre><dl class="section note"><dt>Note</dt><dd>The CombineHarvester package currently requires the head of the default HiggsAnalysis-CombinedLimit branch (<code>slc6-root5.34.17</code>) and will not compile successfully with the tag listed on the combine twiki page. A new tag will be provided soon.</dd></dl>
<p>If you are using this framework for the first time we recommend taking a look through some of the examples below which demonstrate the main features:</p>
</pre><p>If you are using this framework for the first time we recommend taking a look through some of the examples below which demonstrate the main features:</p>
<ul>
<li><a class="el" href="intro1.html">Examples Part 1</a>: How CombineHarvester builds a datacard representation, parsing existing datacards, evaluating contents</li>
<li><a class="el" href="intro2.html">Examples Part 2</a>: Creating a new datacard, defining processes and systematics, writing text datacards</li>
<li>Examples Part 3: Creating post-fit yield-tables - <em>coming soon</em></li>
<li>Examples Part 4: Creating post-fit plots - <em>coming soon</em></li>
<li><a class="el" href="limits.html">Limit setting</a>: Using the <code>combineTool.py</code> script to build workspaces, compute asymptotic limits and plot the ouput.</li>
</ul>
<dl class="section warning"><dt>Warning</dt><dd>To run many of these examples you must first ensure the <a href="https://github.com/roger-wolf/HiggsAnalysis-HiggsToTauTau-auxiliaries">auxiliaries</a> repository is located at <code>$CMSSW_BASE/src/auxiliaries</code> and up-to-date: <pre class="fragment">git clone https://github.com/roger-wolf/HiggsAnalysis-HiggsToTauTau-auxiliaries.git auxiliaries </pre> The input root files will be sourced from here.</dd></dl>
<p>More realistic, though less well documented, examples can be found in the following files:</p><ul>
Expand Down
Loading

0 comments on commit dd09f2d

Please sign in to comment.