12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <!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.13"/>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <title>TTTT Analysis: TTTT Production Cross-Section Measurement</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="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>
- <link href="doxygen.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: 56px;">
- <td id="projectalign" style="padding-left: 0.5em;">
- <div id="projectname">TTTT Analysis
-  <span id="projectnumber">0.1</span>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- end header part -->
- <!-- Generated by Doxygen 1.8.13 -->
- <script type="text/javascript">
- var searchBox = new SearchBox("searchBox", "search",false,'Search');
- </script>
- <script type="text/javascript" src="menudata.js"></script>
- <script type="text/javascript" src="menu.js"></script>
- <script type="text/javascript">
- $(function() {
- initMenu('',true,false,'search.php','Search');
- $(document).ready(function() { init_search(); });
- });
- </script>
- <div id="main-nav"></div>
- </div><!-- top -->
- <!-- 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">TTTT Production Cross-Section Measurement </div> </div>
- </div><!--header-->
- <div class="contents">
- <div class="textblock"><p>This project contains the code, documentation, and results of the TTTT production cross-section measurment in the tri-lepton channel.</p>
- <p>To run this analysis, first aquire relevant MC files for signal(TTTT), and main backgrounds(TTW, TTZ, TT). These should be in the "Minitree" format. Then checkout the <a href="https://github.com/cfangmeier/TTTT">code</a> from Github. After acquiring the code, follow the standard cmake build process of</p>
- <div class="fragment"><div class="line">cd project_directory</div><div class="line">mkdir build</div><div class="line">cd build</div><div class="line">cmake ..</div><div class="line">make</div></div><!-- fragment --><p>Once the code has been built, there should be a <code>main</code> executable in the build directory. Call it with the syntax</p>
- <div class="fragment"><div class="line">./main -f path_to_minitree_file</div></div><!-- fragment --><p>This will create a results <code>ROOT</code> file containing a set of histograms extracted from the Minitree. Create one of these for each input Minitree. The results are then usually processed in Jupyter Notebooks to produce final plots/measurements. For example, a basic listing of generated histograms can be found <a href="./TTTT_Analysis.html">here</a></p>
- <h1>References </h1>
- <ul>
- <li><b>Four Tops for LHC</b> (<a href="https://arxiv.org/abs/1611.05032v1">arXiv</a>) <br />
- A theory paper outlining a general strategy for measuring tttt cross-section using the SS-dilepton and trilepton channels</li>
- <li><b>Efficient Identification of Boosted Semileptonic Top Quarks at the LHC</b> (<a href="https://arxiv.org/abs/1007.2221">arXiv</a>) <br />
- Detailed description of the "mini-iso" requirement.</li>
- <li><b>Top-tagging: A Method for Identifying Boosted Hadronic Tops</b> (<a href="https://arxiv.org/abs/0806.0848">arXiv</a>) <br />
- Description of how to identify hadronically decaying Tops. ie. t->b + W(->q + {q}) </li>
- </ul>
- </div></div><!-- contents -->
- <!-- start footer part -->
- <hr class="footer"/><address class="footer"><small>
- Generated by  <a href="http://www.doxygen.org/index.html">
- <img class="footer" src="doxygen.png" alt="doxygen"/>
- </a> 1.8.13
- </small></address>
- </body>
- </html>
|