index.html 4.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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: TTTT Production Cross-Section Measurement</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">TTTT Production Cross-Section Measurement </div> </div>
  62. </div><!--header-->
  63. <div class="contents">
  64. <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>
  65. <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>
  66. <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>
  67. <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>
  68. <p>A brief rundown of the general analysis framework, FilVal, can be found <a href="./md__home_caleb_Sources_TTTT_AboutFilVal.html">here</a>.</p>
  69. <h1>References </h1>
  70. <ul>
  71. <li><b>Four Tops for LHC</b> (<a href="https://arxiv.org/abs/1611.05032v1">arXiv</a>) <br />
  72. A theory paper outlining a general strategy for measuring tttt cross-section using the SS-dilepton and trilepton channels</li>
  73. <li><b>Efficient Identification of Boosted Semileptonic Top Quarks at the LHC</b> (<a href="https://arxiv.org/abs/1007.2221">arXiv</a>) <br />
  74. Detailed description of the "mini-iso" requirement.</li>
  75. <li><b>Top-tagging: A Method for Identifying Boosted Hadronic Tops</b> (<a href="https://arxiv.org/abs/0806.0848">arXiv</a>) <br />
  76. Description of how to identify hadronically decaying Tops. ie. t-&gt;b + W(-&gt;q + {q}) </li>
  77. </ul>
  78. </div></div><!-- contents -->
  79. <!-- start footer part -->
  80. <hr class="footer"/><address class="footer"><small>
  81. Generated by &#160;<a href="http://www.doxygen.org/index.html">
  82. <img class="footer" src="doxygen.png" alt="doxygen"/>
  83. </a> 1.8.13
  84. </small></address>
  85. </body>
  86. </html>