root_2value_8hpp_source.html 16 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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.12"/>
  7. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  8. <title>TTTT Analysis: /home/caleb/Sources/TTTT/filval_root/value.hpp 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.12 -->
  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. <!-- window showing the filter options -->
  47. <div id="MSearchSelectWindow"
  48. onmouseover="return searchBox.OnSearchSelectShow()"
  49. onmouseout="return searchBox.OnSearchSelectHide()"
  50. onkeydown="return searchBox.OnSearchSelectKey(event)">
  51. </div>
  52. <!-- iframe showing the search results (closed by default) -->
  53. <div id="MSearchResultsWindow">
  54. <iframe src="javascript:void(0)" frameborder="0"
  55. name="MSearchResults" id="MSearchResults">
  56. </iframe>
  57. </div>
  58. <div id="nav-path" class="navpath">
  59. <ul>
  60. <li class="navelem"><a class="el" href="dir_8a3c74d0bff125bb552c9c5431b2a78c.html">filval_root</a></li> </ul>
  61. </div>
  62. </div><!-- top -->
  63. <div class="header">
  64. <div class="headertitle">
  65. <div class="title">value.hpp</div> </div>
  66. </div><!--header-->
  67. <div class="contents">
  68. <div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#ifndef root_value_hpp</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#define root_value_hpp</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="preprocessor">#include &quot;value.hpp&quot;</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &quot;TLorentzVector.h&quot;</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacefilval_1_1root.html">filval::root</a>{</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno"><a class="line" href="classfilval_1_1root_1_1LorentzVector.html"> 8</a></span>&#160;<span class="keyword">class </span><a class="code" href="classfilval_1_1root_1_1LorentzVector.html">LorentzVector</a> : <span class="keyword">public</span> <a class="code" href="classfilval_1_1DerivedValue.html">DerivedValue</a>&lt;TLorentzVector&gt;{</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; <span class="keyword">protected</span>:</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160; <a class="code" href="classfilval_1_1Value.html">Value&lt;double&gt;</a> *pt;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160; <a class="code" href="classfilval_1_1Value.html">Value&lt;double&gt;</a> *eta;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160; <a class="code" href="classfilval_1_1Value.html">Value&lt;double&gt;</a> *phi;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160; <a class="code" href="classfilval_1_1Value.html">Value&lt;double&gt;</a> *m;</div><div class="line"><a name="l00014"></a><span class="lineno"><a class="line" href="classfilval_1_1root_1_1LorentzVector.html#aed3e0cbb782c738e5704188e9fae8b17"> 14</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classfilval_1_1root_1_1LorentzVector.html#aed3e0cbb782c738e5704188e9fae8b17">update_value</a>(){</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; value.SetPtEtaPhiM(pt-&gt;<a class="code" href="classfilval_1_1Value.html#a690d54d59d428984cc0f8e82ecf5ba9d">get_value</a>(), eta-&gt;<a class="code" href="classfilval_1_1Value.html#a690d54d59d428984cc0f8e82ecf5ba9d">get_value</a>(), phi-&gt;<a class="code" href="classfilval_1_1Value.html#a690d54d59d428984cc0f8e82ecf5ba9d">get_value</a>(), m-&gt;<a class="code" href="classfilval_1_1Value.html#a690d54d59d428984cc0f8e82ecf5ba9d">get_value</a>());</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; }</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; <span class="keyword">public</span>:</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; <a class="code" href="classfilval_1_1root_1_1LorentzVector.html">LorentzVector</a>(<span class="keyword">const</span> std::string&amp; <a class="code" href="classfilval_1_1GenValue.html#a007e38c03ee041c2a657afa3d6e91ab1">name</a>,</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <a class="code" href="classfilval_1_1Value.html">Value&lt;double&gt;</a>* pt,</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; <a class="code" href="classfilval_1_1Value.html">Value&lt;double&gt;</a>* eta,</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; <a class="code" href="classfilval_1_1Value.html">Value&lt;double&gt;</a>* phi,</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; <a class="code" href="classfilval_1_1Value.html">Value&lt;double&gt;</a>* m)</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; :<a class="code" href="classfilval_1_1DerivedValue.html">DerivedValue&lt;TLorentzVector&gt;</a>(<a class="code" href="classfilval_1_1GenValue.html#a007e38c03ee041c2a657afa3d6e91ab1">name</a>),</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; pt(pt), eta(eta),</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; phi(phi), m(m) { }</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; <a class="code" href="classfilval_1_1root_1_1LorentzVector.html">LorentzVector</a>(<span class="keyword">const</span> std::string&amp; name,</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; <span class="keyword">const</span> std::string &amp;pt_label,</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; <span class="keyword">const</span> std::string &amp;eta_label,</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; <span class="keyword">const</span> std::string &amp;phi_label,</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; <span class="keyword">const</span> std::string &amp;m_label)</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; :<a class="code" href="classfilval_1_1root_1_1LorentzVector.html">LorentzVector</a>(name,</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <span class="keyword">dynamic_cast&lt;</span><a class="code" href="classfilval_1_1Value.html">Value&lt;double&gt;</a>*<span class="keyword">&gt;</span>(GenValue::get_value(pt_label)),</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; <span class="keyword">dynamic_cast&lt;</span><a class="code" href="classfilval_1_1Value.html">Value&lt;double&gt;</a>*<span class="keyword">&gt;</span>(GenValue::get_value(eta_label)),</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; <span class="keyword">dynamic_cast&lt;</span><a class="code" href="classfilval_1_1Value.html">Value&lt;double&gt;</a>*<span class="keyword">&gt;</span>(GenValue::get_value(phi_label)),</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; <span class="keyword">dynamic_cast&lt;</span><a class="code" href="classfilval_1_1Value.html">Value&lt;double&gt;</a>*<span class="keyword">&gt;</span>(GenValue::get_value(m_label))){ }</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;};</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classfilval_1_1root_1_1LorentzVectorEnergy.html"> 39</a></span>&#160;<span class="keyword">class </span><a class="code" href="classfilval_1_1root_1_1LorentzVectorEnergy.html">LorentzVectorEnergy</a> : <span class="keyword">public</span> <a class="code" href="classfilval_1_1DerivedValue.html">DerivedValue</a>&lt;double&gt;{</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; <span class="keyword">protected</span>:</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <a class="code" href="classfilval_1_1Value.html">Value&lt;TLorentzVector&gt;</a>* vector;</div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classfilval_1_1root_1_1LorentzVectorEnergy.html#acb8982a0909dbb00a5ff4c38047d5115"> 42</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classfilval_1_1root_1_1LorentzVectorEnergy.html#acb8982a0909dbb00a5ff4c38047d5115">update_value</a>(){</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; value = vector-&gt;<a class="code" href="classfilval_1_1Value.html#a690d54d59d428984cc0f8e82ecf5ba9d">get_value</a>().E();</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; }</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; <span class="keyword">public</span>:</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <a class="code" href="classfilval_1_1root_1_1LorentzVectorEnergy.html">LorentzVectorEnergy</a>(<span class="keyword">const</span> std::string&amp; <a class="code" href="classfilval_1_1GenValue.html#a007e38c03ee041c2a657afa3d6e91ab1">name</a>, <a class="code" href="classfilval_1_1Value.html">Value&lt;TLorentzVector&gt;</a>* vector)</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; :<a class="code" href="classfilval_1_1DerivedValue.html">DerivedValue&lt;double&gt;</a>(<a class="code" href="classfilval_1_1GenValue.html#a007e38c03ee041c2a657afa3d6e91ab1">name</a>),</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; vector(vector){ }</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; <a class="code" href="classfilval_1_1root_1_1LorentzVectorEnergy.html">LorentzVectorEnergy</a>(<span class="keyword">const</span> std::string&amp; name, <span class="keyword">const</span> std::string&amp; vector_label)</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; :<a class="code" href="classfilval_1_1root_1_1LorentzVectorEnergy.html">LorentzVectorEnergy</a>(name,</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <span class="keyword">dynamic_cast&lt;</span><a class="code" href="classfilval_1_1Value.html">Value&lt;TLorentzVector&gt;</a>*<span class="keyword">&gt;</span>(GenValue::get_value(vector_label))){ }</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;};</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;}</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="preprocessor">#endif // root_value_hpp</span></div><div class="ttc" id="classfilval_1_1GenValue_html_a007e38c03ee041c2a657afa3d6e91ab1"><div class="ttname"><a href="classfilval_1_1GenValue.html#a007e38c03ee041c2a657afa3d6e91ab1">filval::GenValue::name</a></div><div class="ttdeci">std::string name</div><div class="ttdoc">The name of the value. </div><div class="ttdef"><b>Definition:</b> value.hpp:71</div></div>
  69. <div class="ttc" id="classfilval_1_1Value_html_a690d54d59d428984cc0f8e82ecf5ba9d"><div class="ttname"><a href="classfilval_1_1Value.html#a690d54d59d428984cc0f8e82ecf5ba9d">filval::Value::get_value</a></div><div class="ttdeci">virtual T &amp; get_value()=0</div><div class="ttdoc">Calculate, if necessary, and return the value held by this object. </div></div>
  70. <div class="ttc" id="namespacefilval_1_1root_html"><div class="ttname"><a href="namespacefilval_1_1root.html">filval::root</a></div><div class="ttdef"><b>Definition:</b> container.hpp:10</div></div>
  71. <div class="ttc" id="classfilval_1_1DerivedValue_html"><div class="ttname"><a href="classfilval_1_1DerivedValue.html">filval::DerivedValue</a></div><div class="ttdoc">A generic, derived, value. </div><div class="ttdef"><b>Definition:</b> value.hpp:174</div></div>
  72. <div class="ttc" id="classfilval_1_1root_1_1LorentzVector_html"><div class="ttname"><a href="classfilval_1_1root_1_1LorentzVector.html">filval::root::LorentzVector</a></div><div class="ttdef"><b>Definition:</b> value.hpp:8</div></div>
  73. <div class="ttc" id="classfilval_1_1root_1_1LorentzVector_html_aed3e0cbb782c738e5704188e9fae8b17"><div class="ttname"><a href="classfilval_1_1root_1_1LorentzVector.html#aed3e0cbb782c738e5704188e9fae8b17">filval::root::LorentzVector::update_value</a></div><div class="ttdeci">void update_value()</div><div class="ttdoc">Updates the internal value. </div><div class="ttdef"><b>Definition:</b> value.hpp:14</div></div>
  74. <div class="ttc" id="classfilval_1_1Value_html"><div class="ttname"><a href="classfilval_1_1Value.html">filval::Value&lt; double &gt;</a></div></div>
  75. <div class="ttc" id="classfilval_1_1root_1_1LorentzVectorEnergy_html"><div class="ttname"><a href="classfilval_1_1root_1_1LorentzVectorEnergy.html">filval::root::LorentzVectorEnergy</a></div><div class="ttdef"><b>Definition:</b> value.hpp:39</div></div>
  76. <div class="ttc" id="classfilval_1_1root_1_1LorentzVectorEnergy_html_acb8982a0909dbb00a5ff4c38047d5115"><div class="ttname"><a href="classfilval_1_1root_1_1LorentzVectorEnergy.html#acb8982a0909dbb00a5ff4c38047d5115">filval::root::LorentzVectorEnergy::update_value</a></div><div class="ttdeci">void update_value()</div><div class="ttdoc">Updates the internal value. </div><div class="ttdef"><b>Definition:</b> value.hpp:42</div></div>
  77. </div><!-- fragment --></div><!-- contents -->
  78. <!-- start footer part -->
  79. <hr class="footer"/><address class="footer"><small>
  80. Generated by &#160;<a href="http://www.doxygen.org/index.html">
  81. <img class="footer" src="doxygen.png" alt="doxygen"/>
  82. </a> 1.8.12
  83. </small></address>
  84. </body>
  85. </html>