|
1 | | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
3 | 3 | <head> |
4 | 4 | <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=9"/> |
6 | | -<meta name="generator" content="Doxygen 1.8.13"/> |
| 6 | +<meta name="generator" content="Doxygen 1.8.17"/> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
8 | 8 | <title>TIMBER: TIMBER/Framework/include/Collection.h Source File</title> |
9 | 9 | <link href="tabs.css" rel="stylesheet" type="text/css"/> |
|
17 | 17 | extensions: ["tex2jax.js"], |
18 | 18 | jax: ["input/TeX","output/HTML-CSS"], |
19 | 19 | }); |
20 | | -</script><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML/MathJax.js"></script> |
| 20 | +</script> |
| 21 | +<script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML/MathJax.js"></script> |
21 | 22 | <link href="doxygen.css" rel="stylesheet" type="text/css" /> |
22 | 23 | <link href="doxygen-styles.css" rel="stylesheet" type="text/css"/> |
23 | 24 | </head> |
|
39 | 40 | </table> |
40 | 41 | </div> |
41 | 42 | <!-- end header part --> |
42 | | -<!-- Generated by Doxygen 1.8.13 --> |
| 43 | +<!-- Generated by Doxygen 1.8.17 --> |
43 | 44 | <script type="text/javascript"> |
| 45 | +/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
44 | 46 | var searchBox = new SearchBox("searchBox", "search",false,'Search'); |
| 47 | +/* @license-end */ |
45 | 48 | </script> |
46 | 49 | <script type="text/javascript" src="menudata.js"></script> |
47 | 50 | <script type="text/javascript" src="menu.js"></script> |
48 | 51 | <script type="text/javascript"> |
| 52 | +/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
49 | 53 | $(function() { |
50 | 54 | initMenu('',true,false,'search.php','Search'); |
51 | 55 | $(document).ready(function() { init_search(); }); |
52 | 56 | }); |
53 | | -</script> |
| 57 | +/* @license-end */</script> |
54 | 58 | <div id="main-nav"></div> |
55 | 59 | <!-- window showing the filter options --> |
56 | 60 | <div id="MSearchSelectWindow" |
|
76 | 80 | <div class="title">Collection.h</div> </div> |
77 | 81 | </div><!--header--> |
78 | 82 | <div class="contents"> |
79 | | -<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#ifndef _TIMBER_COLLECTION</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define _TIMBER_COLLECTION</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="preprocessor">#include <map></span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="preprocessor">#include <string></span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#include <ROOT/RVec.hxx></span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> </div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="keyword">using namespace </span><a class="code" href="namespace_r_o_o_t_1_1_vec_ops.html">ROOT::VecOps</a>;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="keyword">using namespace </span><a class="code" href="namespacestd.html">std</a>;</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> </div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="struct_collection.html"> 16</a></span> <span class="keyword">struct </span><a class="code" href="struct_collection.html">Collection</a> {</div><div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="struct_collection.html#abfd172928bf450593b9496d28dcabcab"> 17</a></span>  map<string,int*> <a class="code" href="struct_collection.html#abfd172928bf450593b9496d28dcabcab">Int</a>; </div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="struct_collection.html#aa9e72f68afd920ce5c651ac5ab055f0a"> 18</a></span>  map<string,bool*> <a class="code" href="struct_collection.html#aa9e72f68afd920ce5c651ac5ab055f0a">Bool</a>; </div><div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="struct_collection.html#aa99b31ef8d2531c6ea052a482f95c06e"> 19</a></span>  map<string,RVec<float>*> <a class="code" href="struct_collection.html#aa99b31ef8d2531c6ea052a482f95c06e">RVecFloat</a>; </div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="struct_collection.html#afaab1969951afe78b5ad759bdc1e1e0e"> 20</a></span>  map<string,RVec<int>*> <a class="code" href="struct_collection.html#afaab1969951afe78b5ad759bdc1e1e0e">RVecInt</a>; </div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> };</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> </div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#endif</span></div><div class="ttc" id="struct_collection_html_afaab1969951afe78b5ad759bdc1e1e0e"><div class="ttname"><a href="struct_collection.html#afaab1969951afe78b5ad759bdc1e1e0e">Collection::RVecInt</a></div><div class="ttdeci">map< string, RVec< int > * > RVecInt</div><div class="ttdef"><b>Definition:</b> Collection.h:20</div></div> |
80 | | -<div class="ttc" id="struct_collection_html"><div class="ttname"><a href="struct_collection.html">Collection</a></div><div class="ttdoc">C++ structure to store maps of the various types of objects in a collection. OUTDATED BY analyzer...</div><div class="ttdef"><b>Definition:</b> Collection.h:16</div></div> |
81 | | -<div class="ttc" id="struct_collection_html_aa99b31ef8d2531c6ea052a482f95c06e"><div class="ttname"><a href="struct_collection.html#aa99b31ef8d2531c6ea052a482f95c06e">Collection::RVecFloat</a></div><div class="ttdeci">map< string, RVec< float > * > RVecFloat</div><div class="ttdef"><b>Definition:</b> Collection.h:19</div></div> |
82 | | -<div class="ttc" id="namespacestd_html"><div class="ttname"><a href="namespacestd.html">std</a></div></div> |
83 | | -<div class="ttc" id="struct_collection_html_abfd172928bf450593b9496d28dcabcab"><div class="ttname"><a href="struct_collection.html#abfd172928bf450593b9496d28dcabcab">Collection::Int</a></div><div class="ttdeci">map< string, int * > Int</div><div class="ttdef"><b>Definition:</b> Collection.h:17</div></div> |
84 | | -<div class="ttc" id="struct_collection_html_aa9e72f68afd920ce5c651ac5ab055f0a"><div class="ttname"><a href="struct_collection.html#aa9e72f68afd920ce5c651ac5ab055f0a">Collection::Bool</a></div><div class="ttdeci">map< string, bool * > Bool</div><div class="ttdef"><b>Definition:</b> Collection.h:18</div></div> |
85 | | -<div class="ttc" id="namespace_r_o_o_t_1_1_vec_ops_html"><div class="ttname"><a href="namespace_r_o_o_t_1_1_vec_ops.html">VecOps</a></div></div> |
| 83 | +<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#ifndef _TIMBER_COLLECTION</span></div> |
| 84 | +<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define _TIMBER_COLLECTION</span></div> |
| 85 | +<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="preprocessor">#include <map></span></div> |
| 86 | +<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="preprocessor">#include <string></span></div> |
| 87 | +<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#include <ROOT/RVec.hxx></span></div> |
| 88 | +<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>  </div> |
| 89 | +<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="keyword">using namespace </span>ROOT::VecOps;</div> |
| 90 | +<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="keyword">using namespace </span>std;</div> |
| 91 | +<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>  </div> |
| 92 | +<div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="struct_collection.html"> 16</a></span> <span class="keyword">struct </span><a class="code" href="struct_collection.html">Collection</a> {</div> |
| 93 | +<div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="struct_collection.html#abfd172928bf450593b9496d28dcabcab"> 17</a></span>  map<string,int*> <a class="code" href="struct_collection.html#abfd172928bf450593b9496d28dcabcab">Int</a>; </div> |
| 94 | +<div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="struct_collection.html#aa9e72f68afd920ce5c651ac5ab055f0a"> 18</a></span>  map<string,bool*> <a class="code" href="struct_collection.html#aa9e72f68afd920ce5c651ac5ab055f0a">Bool</a>; </div> |
| 95 | +<div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="struct_collection.html#aa99b31ef8d2531c6ea052a482f95c06e"> 19</a></span>  map<string,RVec<float>*> <a class="code" href="struct_collection.html#aa99b31ef8d2531c6ea052a482f95c06e">RVecFloat</a>; </div> |
| 96 | +<div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="struct_collection.html#afaab1969951afe78b5ad759bdc1e1e0e"> 20</a></span>  map<string,RVec<int>*> <a class="code" href="struct_collection.html#afaab1969951afe78b5ad759bdc1e1e0e">RVecInt</a>; </div> |
| 97 | +<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> };</div> |
| 98 | +<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div> |
| 99 | +<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#endif</span></div> |
86 | 100 | </div><!-- fragment --></div><!-- contents --> |
| 101 | +<div class="ttc" id="astruct_collection_html_aa99b31ef8d2531c6ea052a482f95c06e"><div class="ttname"><a href="struct_collection.html#aa99b31ef8d2531c6ea052a482f95c06e">Collection::RVecFloat</a></div><div class="ttdeci">map< string, RVec< float > * > RVecFloat</div><div class="ttdef"><b>Definition:</b> Collection.h:19</div></div> |
| 102 | +<div class="ttc" id="astruct_collection_html_aa9e72f68afd920ce5c651ac5ab055f0a"><div class="ttname"><a href="struct_collection.html#aa9e72f68afd920ce5c651ac5ab055f0a">Collection::Bool</a></div><div class="ttdeci">map< string, bool * > Bool</div><div class="ttdef"><b>Definition:</b> Collection.h:18</div></div> |
| 103 | +<div class="ttc" id="astruct_collection_html_afaab1969951afe78b5ad759bdc1e1e0e"><div class="ttname"><a href="struct_collection.html#afaab1969951afe78b5ad759bdc1e1e0e">Collection::RVecInt</a></div><div class="ttdeci">map< string, RVec< int > * > RVecInt</div><div class="ttdef"><b>Definition:</b> Collection.h:20</div></div> |
| 104 | +<div class="ttc" id="astruct_collection_html_abfd172928bf450593b9496d28dcabcab"><div class="ttname"><a href="struct_collection.html#abfd172928bf450593b9496d28dcabcab">Collection::Int</a></div><div class="ttdeci">map< string, int * > Int</div><div class="ttdef"><b>Definition:</b> Collection.h:17</div></div> |
| 105 | +<div class="ttc" id="astruct_collection_html"><div class="ttname"><a href="struct_collection.html">Collection</a></div><div class="ttdoc">C++ structure to store maps of the various types of objects in a collection. OUTDATED BY analyzer....</div><div class="ttdef"><b>Definition:</b> Collection.h:16</div></div> |
87 | 106 | <!-- start footer part --> |
88 | 107 | <hr class="footer"/><address class="footer"><small> |
89 | 108 | Generated by  <a href="http://www.doxygen.org/index.html"> |
90 | 109 | <img class="footer" src="doxygen.png" alt="doxygen"/> |
91 | | -</a> 1.8.13 |
| 110 | +</a> 1.8.17 |
92 | 111 | </small></address> |
93 | 112 | </body> |
94 | 113 | </html> |
0 commit comments