README_8md_source.html 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  6. <meta name="generator" content="Doxygen 1.8.13"/>
  7. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  8. <title>TTTT Analysis: /home/caleb/Sources/TTTT/README.md Source File</title>
  9. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  10. <script type="text/javascript" src="jquery.js"></script>
  11. <script type="text/javascript" src="dynsections.js"></script>
  12. <link href="search/search.css" rel="stylesheet" type="text/css"/>
  13. <script type="text/javascript" src="search/searchdata.js"></script>
  14. <script type="text/javascript" src="search/search.js"></script>
  15. <link href="doxygen.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  19. <div id="titlearea">
  20. <table cellspacing="0" cellpadding="0">
  21. <tbody>
  22. <tr style="height: 56px;">
  23. <td id="projectalign" style="padding-left: 0.5em;">
  24. <div id="projectname">TTTT Analysis
  25. &#160;<span id="projectnumber">0.1</span>
  26. </div>
  27. </td>
  28. </tr>
  29. </tbody>
  30. </table>
  31. </div>
  32. <!-- end header part -->
  33. <!-- Generated by Doxygen 1.8.13 -->
  34. <script type="text/javascript">
  35. var searchBox = new SearchBox("searchBox", "search",false,'Search');
  36. </script>
  37. <script type="text/javascript" src="menudata.js"></script>
  38. <script type="text/javascript" src="menu.js"></script>
  39. <script type="text/javascript">
  40. $(function() {
  41. initMenu('',true,false,'search.php','Search');
  42. $(document).ready(function() { init_search(); });
  43. });
  44. </script>
  45. <div id="main-nav"></div>
  46. </div><!-- top -->
  47. <!-- window showing the filter options -->
  48. <div id="MSearchSelectWindow"
  49. onmouseover="return searchBox.OnSearchSelectShow()"
  50. onmouseout="return searchBox.OnSearchSelectHide()"
  51. onkeydown="return searchBox.OnSearchSelectKey(event)">
  52. </div>
  53. <!-- iframe showing the search results (closed by default) -->
  54. <div id="MSearchResultsWindow">
  55. <iframe src="javascript:void(0)" frameborder="0"
  56. name="MSearchResults" id="MSearchResults">
  57. </iframe>
  58. </div>
  59. <div class="header">
  60. <div class="headertitle">
  61. <div class="title">/home/caleb/Sources/TTTT/README.md</div> </div>
  62. </div><!--header-->
  63. <div class="contents">
  64. <div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;TTTT Production Cross-Section Measurement</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;=========================================</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;This project contains the code, documentation, and results of the TTTT</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;production cross-section measurment in the tri-lepton channel.</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;To run this analysis, first aquire relevant MC files for signal(TTTT), and main</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;backgrounds(TTW, TTZ, TT). These should be in the &quot;Minitree&quot; format. Then</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;checkout the [code](https://github.com/cfangmeier/TTTT) from Github. After</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;acquiring the code, follow the standard cmake build process of</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;```bash</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;cd project_directory</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;mkdir build</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;cd build</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;cmake ..</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;make</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;```</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;Once the code has been built, there should be a `main` executable in the build directory. Call it with the syntax</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;```bash</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;./main -f path_to_minitree_file</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;```</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;This will create a results `ROOT` file containing a set of histograms extracted</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;from the Minitree. Create one of these for each input Minitree. The results are</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;then usually processed in Jupyter Notebooks to produce final</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;plots/measurements. For example, a basic listing of generated histograms can be</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;found [here](./TTTT_Analysis.html)</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;A brief rundown of the general analysis framework, FilVal, can be found [here](./md__home_caleb_Sources_TTTT_AboutFilVal.html).</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;References</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;==========</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; - **Four Tops for LHC** ([arXiv](https://arxiv.org/abs/1611.05032v1)) &lt;br/&gt;</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; A theory paper outlining a general strategy for measuring tttt cross-section using the SS-dilepton and trilepton channels</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; - **Efficient Identification of Boosted Semileptonic Top Quarks at the LHC** ([arXiv](https://arxiv.org/abs/1007.2221)) &lt;br/&gt;</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; Detailed description of the &quot;mini-iso&quot; requirement.</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; - **Top-tagging: A Method for Identifying Boosted Hadronic Tops** ([arXiv](https://arxiv.org/abs/0806.0848)) &lt;br/&gt;</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; Description of how to identify hadronically decaying Tops. ie. t-&gt;b + W(-&gt;q + \bar{q})</div></div><!-- fragment --></div><!-- contents -->
  65. <!-- start footer part -->
  66. <hr class="footer"/><address class="footer"><small>
  67. Generated by &#160;<a href="http://www.doxygen.org/index.html">
  68. <img class="footer" src="doxygen.png" alt="doxygen"/>
  69. </a> 1.8.13
  70. </small></address>
  71. </body>
  72. </html>