Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • master
1 result

Target

Select target project
  • EIC/eicd
  • cpeng/eicd
2 results
Select Git revision
  • 18-provide-constructor-for-eic-vectorxyzt-from-dd4pod-vectorxyz-and-double
  • 19-vectorxyzt-mag-may-be-confusing-since-not-four-vector-magnitude
  • 21-add-irt-output-data-structures
  • ayk-00
  • ayk-01
  • doc
  • helper_lib
  • irt-data-model
  • irt-init
  • irt-init-rev1
  • irt-init-v01
  • master
  • tof-pid-plugin
  • v0.1.0
  • v0.2.0
  • v0.5.0
  • v0.6.0
  • v0.7.0
  • v0.8.0
  • v0.9.0
  • v1.0.0
  • v1.1.0
  • v2.0.0
23 results
Show changes

Commits on Source 15

Showing
with 3198 additions and 2 deletions
......@@ -2,11 +2,25 @@ image: eicweb.phy.anl.gov:4567/containers/eic_container/eic:latest
stages:
- build
- deploy
compile:
stage: build
only:
- tags
tags:
- sodium
script:
- mkdir build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=../install && make -j20 && make install
pages:
image: alpine:latest
stage: deploy
script:
- cp -r docs/html public
artifacts:
paths:
- public
only:
- master
......@@ -12,8 +12,8 @@ if(APPLE)
endif(APPLE)
set(PODIO $ENV{PODIO})
set(CMAKE_MODULE_PATH ${PODIO}/lib/cmake/podio)
#set(PODIO $ENV{PODIO})
#set(CMAKE_MODULE_PATH ${PODIO}/lib/cmake/podio)
find_package(podio 0.11.0 REQUIRED)
include_directories(${podio_INCLUDE_DIR})
......@@ -68,6 +68,12 @@ install(FILES
"${PROJECT_BINARY_DIR}/libeicd_rdict.pcm"
DESTINATION lib)
add_custom_target( doc_doxygen #ALL
COMMAND doxygen ${CMAKE_SOURCE_DIR}/docs/Doxyfile
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
COMMENT "Generating API documentation with Doxygen"
VERBATIM )
# -------------------------
# install library config
include(CMakePackageConfigHelpers)
......
EICD - eic data
===============
https://argonne_mep.gitlab.io/eic/eicd/
```
cmake ../. -DCMAKE_INSTALL_PREFIX=$HOME/stow/eicd -DBUILD_DATA_MODEL=ON
```
This diff is collapsed.
<!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>eicd: src/CalorimeterHit.cc File Reference</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">eicd
</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>
<!-- 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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#namespaces">Namespaces</a> &#124;
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">CalorimeterHit.cc File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &quot;<a class="el" href="_calorimeter_hit_8h_source.html">eicd/CalorimeterHit.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_calorimeter_hit_const_8h_source.html">eicd/CalorimeterHitConst.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_calorimeter_hit_obj_8h_source.html">eicd/CalorimeterHitObj.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_calorimeter_hit_data_8h_source.html">eicd/CalorimeterHitData.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_calorimeter_hit_collection_8h_source.html">eicd/CalorimeterHitCollection.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_raw_calorimeter_hit_8h_source.html">eicd/RawCalorimeterHit.h</a>&quot;</code><br />
<code>#include &lt;ostream&gt;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for CalorimeterHit.cc:</div>
<div class="dyncontent">
<div class="center"><img src="_calorimeter_hit_8cc__incl.png" border="0" usemap="#src_2_calorimeter_hit_8cc" alt=""/></div>
<map name="src_2_calorimeter_hit_8cc" id="src_2_calorimeter_hit_8cc">
<area shape="rect" id="node2" href="_calorimeter_hit_8h.html" title="eicd/CalorimeterHit.h" alt="" coords="1214,155,1359,181"/>
<area shape="rect" id="node3" href="_calorimeter_hit_const_8h.html" title="eicd/CalorimeterHitConst.h" alt="" coords="1346,229,1526,256"/>
<area shape="rect" id="node4" href="_calorimeter_hit_obj_8h.html" title="eicd/CalorimeterHitObj.h" alt="" coords="1175,304,1340,331"/>
<area shape="rect" id="node5" href="_calorimeter_hit_data_8h.html" title="eicd/CalorimeterHitData.h" alt="" coords="619,379,792,405"/>
<area shape="rect" id="node10" href="_calorimeter_hit_collection_8h.html" title="eicd/CalorimeterHitCollection.h" alt="" coords="421,80,624,107"/>
<area shape="rect" id="node19" href="_raw_calorimeter_hit_8h.html" title="eicd/RawCalorimeterHit.h" alt="" coords="1670,155,1842,181"/>
<area shape="rect" id="node6" href="_vector_x_y_z_8h.html" title="eicd/VectorXYZ.h" alt="" coords="1315,453,1440,480"/>
<area shape="rect" id="node20" href="_raw_calorimeter_hit_const_8h.html" title="eicd/RawCalorimeterHitConst.h" alt="" coords="1653,229,1859,256"/>
<area shape="rect" id="node21" href="_raw_calorimeter_hit_obj_8h.html" title="eicd/RawCalorimeterHitObj.h" alt="" coords="1660,304,1852,331"/>
<area shape="rect" id="node22" href="_raw_calorimeter_hit_data_8h.html" title="eicd/RawCalorimeterHitData.h" alt="" coords="1656,379,1856,405"/>
</map>
</div>
</div>
<p><a href="_calorimeter_hit_8cc_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespaceeic"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceeic.html">eic</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a207cb16b7a2df08e82d05c73c144487f"><td class="memItemLeft" align="right" valign="top">std::ostream &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceeic.html#a207cb16b7a2df08e82d05c73c144487f">eic::operator&lt;&lt;</a> (std::ostream &amp;o, const ConstCalorimeterHit &amp;value)</td></tr>
<tr class="separator:a207cb16b7a2df08e82d05c73c144487f"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>
<map id="src/CalorimeterHit.cc" name="src/CalorimeterHit.cc">
<area shape="rect" id="node2" href="$_calorimeter_hit_8h.html" title="eicd/CalorimeterHit.h" alt="" coords="1214,155,1359,181"/>
<area shape="rect" id="node3" href="$_calorimeter_hit_const_8h.html" title="eicd/CalorimeterHitConst.h" alt="" coords="1346,229,1526,256"/>
<area shape="rect" id="node4" href="$_calorimeter_hit_obj_8h.html" title="eicd/CalorimeterHitObj.h" alt="" coords="1175,304,1340,331"/>
<area shape="rect" id="node5" href="$_calorimeter_hit_data_8h.html" title="eicd/CalorimeterHitData.h" alt="" coords="619,379,792,405"/>
<area shape="rect" id="node10" href="$_calorimeter_hit_collection_8h.html" title="eicd/CalorimeterHitCollection.h" alt="" coords="421,80,624,107"/>
<area shape="rect" id="node19" href="$_raw_calorimeter_hit_8h.html" title="eicd/RawCalorimeterHit.h" alt="" coords="1670,155,1842,181"/>
<area shape="rect" id="node6" href="$_vector_x_y_z_8h.html" title="eicd/VectorXYZ.h" alt="" coords="1315,453,1440,480"/>
<area shape="rect" id="node20" href="$_raw_calorimeter_hit_const_8h.html" title="eicd/RawCalorimeterHitConst.h" alt="" coords="1653,229,1859,256"/>
<area shape="rect" id="node21" href="$_raw_calorimeter_hit_obj_8h.html" title="eicd/RawCalorimeterHitObj.h" alt="" coords="1660,304,1852,331"/>
<area shape="rect" id="node22" href="$_raw_calorimeter_hit_data_8h.html" title="eicd/RawCalorimeterHitData.h" alt="" coords="1656,379,1856,405"/>
</map>
327c24ec97b43d07017f57f4f958d1e6
\ No newline at end of file
docs/html/_calorimeter_hit_8cc__incl.png

130 KiB

This diff is collapsed.
<!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>eicd: eicd/CalorimeterHit.h File Reference</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">eicd
</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>
<!-- 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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_e4e37cb967a0a8dac9982f75962b5bf7.html">eicd</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#namespaces">Namespaces</a> &#124;
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">CalorimeterHit.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &quot;<a class="el" href="_calorimeter_hit_const_8h_source.html">eicd/CalorimeterHitConst.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_calorimeter_hit_obj_8h_source.html">eicd/CalorimeterHitObj.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_vector_x_y_z_8h_source.html">eicd/VectorXYZ.h</a>&quot;</code><br />
<code>#include &quot;podio/ObjectID.h&quot;</code><br />
<code>#include &lt;ostream&gt;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for CalorimeterHit.h:</div>
<div class="dyncontent">
<div class="center"><img src="_calorimeter_hit_8h__incl.png" border="0" usemap="#eicd_2_calorimeter_hit_8h" alt=""/></div>
<map name="eicd_2_calorimeter_hit_8h" id="eicd_2_calorimeter_hit_8h">
<area shape="rect" id="node2" href="_calorimeter_hit_const_8h.html" title="eicd/CalorimeterHitConst.h" alt="" coords="278,80,458,107"/>
<area shape="rect" id="node3" href="_calorimeter_hit_obj_8h.html" title="eicd/CalorimeterHitObj.h" alt="" coords="157,155,323,181"/>
<area shape="rect" id="node5" href="_vector_x_y_z_8h.html" title="eicd/VectorXYZ.h" alt="" coords="371,304,496,331"/>
<area shape="rect" id="node4" href="_calorimeter_hit_data_8h.html" title="eicd/CalorimeterHitData.h" alt="" coords="5,229,179,256"/>
</map>
</div>
</div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="_calorimeter_hit_8h__dep__incl.png" border="0" usemap="#eicd_2_calorimeter_hit_8hdep" alt=""/></div>
<map name="eicd_2_calorimeter_hit_8hdep" id="eicd_2_calorimeter_hit_8hdep">
<area shape="rect" id="node2" href="_calorimeter_hit_8cc.html" title="src/CalorimeterHit.cc" alt="" coords="133,155,280,181"/>
<area shape="rect" id="node3" href="_calorimeter_hit_collection_8h.html" title="eicd/CalorimeterHitCollection.h" alt="" coords="445,80,648,107"/>
<area shape="rect" id="node5" href="_calorimeter_hit_const_8cc.html" title="src/CalorimeterHitConst.cc" alt="" coords="584,155,765,181"/>
<area shape="rect" id="node7" href="_cluster_obj_8h.html" title="eicd/ClusterObj.h" alt="" coords="1005,80,1128,107"/>
<area shape="rect" id="node8" href="_cluster_const_8h.html" title="eicd/ClusterConst.h" alt="" coords="891,155,1029,181"/>
<area shape="rect" id="node9" href="_cluster_8h.html" title="eicd/Cluster.h" alt="" coords="751,229,854,256"/>
<area shape="rect" id="node4" href="_calorimeter_hit_collection_8cc.html" title="src/CalorimeterHitCollection.cc" alt="" coords="305,155,509,181"/>
<area shape="rect" id="node6" href="_cluster_collection_8cc.html" title="src/ClusterCollection.cc" alt="" coords="764,393,927,420"/>
<area shape="rect" id="node10" href="_cluster_8cc.html" title="src/Cluster.cc" alt="" coords="1201,393,1305,420"/>
<area shape="rect" id="node11" href="_cluster_collection_8h.html" title="eicd/ClusterCollection.h" alt="" coords="891,311,1053,338"/>
<area shape="rect" id="node12" href="_cluster_const_8cc.html" title="src/ClusterConst.cc" alt="" coords="951,393,1089,420"/>
<area shape="rect" id="node14" href="_cluster_obj_8cc.html" title="src/ClusterObj.cc" alt="" coords="1129,311,1253,338"/>
<area shape="rect" id="node15" href="_reconstructed_particle_obj_8h.html" title="eicd/ReconstructedParticle\lObj.h" alt="" coords="276,304,455,345"/>
<area shape="rect" id="node16" href="_reconstructed_particle_const_8h.html" title="eicd/ReconstructedParticle\lConst.h" alt="" coords="861,468,1040,509"/>
<area shape="rect" id="node17" href="_reconstructed_particle_8h.html" title="eicd/ReconstructedParticle.h" alt="" coords="423,393,614,420"/>
<area shape="rect" id="node13" href="_reconstructed_particle_collection_8cc.html" title="src/ReconstructedParticle\lCollection.cc" alt="" coords="671,557,844,599"/>
<area shape="rect" id="node18" href="_reconstructed_particle_8cc.html" title="src/ReconstructedParticle.cc" alt="" coords="431,565,622,591"/>
<area shape="rect" id="node19" href="_reconstructed_particle_collection_8h.html" title="eicd/ReconstructedParticle\lCollection.h" alt="" coords="25,468,204,509"/>
<area shape="rect" id="node20" href="_reconstructed_particle_const_8cc.html" title="src/ReconstructedParticle\lConst.cc" alt="" coords="227,557,400,599"/>
<area shape="rect" id="node22" href="_reconstructed_particle_obj_8cc.html" title="src/ReconstructedParticle\lObj.cc" alt="" coords="279,468,452,509"/>
<area shape="rect" id="node25" href="_vertex_obj_8cc.html" title="src/VertexObj.cc" alt="" coords="891,565,1011,591"/>
<area shape="rect" id="node23" href="_vertex_8cc.html" title="src/Vertex.cc" alt="" coords="578,475,678,502"/>
<area shape="rect" id="node24" href="_vertex_const_8cc.html" title="src/VertexConst.cc" alt="" coords="702,475,837,502"/>
<area shape="rect" id="node21" href="_vertex_collection_8cc.html" title="src/VertexCollection.cc" alt="" coords="35,565,194,591"/>
</map>
</div>
</div>
<p><a href="_calorimeter_hit_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classeic_1_1_calorimeter_hit.html">eic::CalorimeterHit</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespaceeic"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceeic.html">eic</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a207cb16b7a2df08e82d05c73c144487f"><td class="memItemLeft" align="right" valign="top">std::ostream &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceeic.html#a207cb16b7a2df08e82d05c73c144487f">eic::operator&lt;&lt;</a> (std::ostream &amp;o, const ConstCalorimeterHit &amp;value)</td></tr>
<tr class="separator:a207cb16b7a2df08e82d05c73c144487f"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>
<map id="eicd/CalorimeterHit.h" name="eicd/CalorimeterHit.h">
<area shape="rect" id="node2" href="$_calorimeter_hit_8cc.html" title="src/CalorimeterHit.cc" alt="" coords="133,155,280,181"/>
<area shape="rect" id="node3" href="$_calorimeter_hit_collection_8h.html" title="eicd/CalorimeterHitCollection.h" alt="" coords="445,80,648,107"/>
<area shape="rect" id="node5" href="$_calorimeter_hit_const_8cc.html" title="src/CalorimeterHitConst.cc" alt="" coords="584,155,765,181"/>
<area shape="rect" id="node7" href="$_cluster_obj_8h.html" title="eicd/ClusterObj.h" alt="" coords="1005,80,1128,107"/>
<area shape="rect" id="node8" href="$_cluster_const_8h.html" title="eicd/ClusterConst.h" alt="" coords="891,155,1029,181"/>
<area shape="rect" id="node9" href="$_cluster_8h.html" title="eicd/Cluster.h" alt="" coords="751,229,854,256"/>
<area shape="rect" id="node4" href="$_calorimeter_hit_collection_8cc.html" title="src/CalorimeterHitCollection.cc" alt="" coords="305,155,509,181"/>
<area shape="rect" id="node6" href="$_cluster_collection_8cc.html" title="src/ClusterCollection.cc" alt="" coords="764,393,927,420"/>
<area shape="rect" id="node10" href="$_cluster_8cc.html" title="src/Cluster.cc" alt="" coords="1201,393,1305,420"/>
<area shape="rect" id="node11" href="$_cluster_collection_8h.html" title="eicd/ClusterCollection.h" alt="" coords="891,311,1053,338"/>
<area shape="rect" id="node12" href="$_cluster_const_8cc.html" title="src/ClusterConst.cc" alt="" coords="951,393,1089,420"/>
<area shape="rect" id="node14" href="$_cluster_obj_8cc.html" title="src/ClusterObj.cc" alt="" coords="1129,311,1253,338"/>
<area shape="rect" id="node15" href="$_reconstructed_particle_obj_8h.html" title="eicd/ReconstructedParticle\lObj.h" alt="" coords="276,304,455,345"/>
<area shape="rect" id="node16" href="$_reconstructed_particle_const_8h.html" title="eicd/ReconstructedParticle\lConst.h" alt="" coords="861,468,1040,509"/>
<area shape="rect" id="node17" href="$_reconstructed_particle_8h.html" title="eicd/ReconstructedParticle.h" alt="" coords="423,393,614,420"/>
<area shape="rect" id="node13" href="$_reconstructed_particle_collection_8cc.html" title="src/ReconstructedParticle\lCollection.cc" alt="" coords="671,557,844,599"/>
<area shape="rect" id="node18" href="$_reconstructed_particle_8cc.html" title="src/ReconstructedParticle.cc" alt="" coords="431,565,622,591"/>
<area shape="rect" id="node19" href="$_reconstructed_particle_collection_8h.html" title="eicd/ReconstructedParticle\lCollection.h" alt="" coords="25,468,204,509"/>
<area shape="rect" id="node20" href="$_reconstructed_particle_const_8cc.html" title="src/ReconstructedParticle\lConst.cc" alt="" coords="227,557,400,599"/>
<area shape="rect" id="node22" href="$_reconstructed_particle_obj_8cc.html" title="src/ReconstructedParticle\lObj.cc" alt="" coords="279,468,452,509"/>
<area shape="rect" id="node25" href="$_vertex_obj_8cc.html" title="src/VertexObj.cc" alt="" coords="891,565,1011,591"/>
<area shape="rect" id="node23" href="$_vertex_8cc.html" title="src/Vertex.cc" alt="" coords="578,475,678,502"/>
<area shape="rect" id="node24" href="$_vertex_const_8cc.html" title="src/VertexConst.cc" alt="" coords="702,475,837,502"/>
<area shape="rect" id="node21" href="$_vertex_collection_8cc.html" title="src/VertexCollection.cc" alt="" coords="35,565,194,591"/>
</map>
4a349d5919bee09a20d6b94652d95c02
\ No newline at end of file
docs/html/_calorimeter_hit_8h__dep__incl.png

161 KiB

<map id="eicd/CalorimeterHit.h" name="eicd/CalorimeterHit.h">
<area shape="rect" id="node2" href="$_calorimeter_hit_const_8h.html" title="eicd/CalorimeterHitConst.h" alt="" coords="278,80,458,107"/>
<area shape="rect" id="node3" href="$_calorimeter_hit_obj_8h.html" title="eicd/CalorimeterHitObj.h" alt="" coords="157,155,323,181"/>
<area shape="rect" id="node5" href="$_vector_x_y_z_8h.html" title="eicd/VectorXYZ.h" alt="" coords="371,304,496,331"/>
<area shape="rect" id="node4" href="$_calorimeter_hit_data_8h.html" title="eicd/CalorimeterHitData.h" alt="" coords="5,229,179,256"/>
</map>
6487d5a8f87ebb68401dbaf9d5da81f7
\ No newline at end of file
docs/html/_calorimeter_hit_8h__incl.png

38 KiB

This diff is collapsed.
<!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>eicd: src/CalorimeterHitCollection.cc File Reference</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">eicd
</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>
<!-- 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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#namespaces">Namespaces</a> &#124;
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">CalorimeterHitCollection.cc File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &quot;<a class="el" href="_calorimeter_hit_collection_8h_source.html">eicd/CalorimeterHitCollection.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_raw_calorimeter_hit_collection_8h_source.html">eicd/RawCalorimeterHitCollection.h</a>&quot;</code><br />
<code>#include &lt;stdexcept&gt;</code><br />
<code>#include &lt;iomanip&gt;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for CalorimeterHitCollection.cc:</div>
<div class="dyncontent">
<div class="center"><img src="_calorimeter_hit_collection_8cc__incl.png" border="0" usemap="#src_2_calorimeter_hit_collection_8cc" alt=""/></div>
<map name="src_2_calorimeter_hit_collection_8cc" id="src_2_calorimeter_hit_collection_8cc">
<area shape="rect" id="node2" href="_calorimeter_hit_collection_8h.html" title="eicd/CalorimeterHitCollection.h" alt="" coords="457,80,660,107"/>
<area shape="rect" id="node19" href="_raw_calorimeter_hit_collection_8h.html" title="eicd/RawCalorimeterHitCollection.h" alt="" coords="974,80,1205,107"/>
<area shape="rect" id="node3" href="_calorimeter_hit_data_8h.html" title="eicd/CalorimeterHitData.h" alt="" coords="137,379,311,405"/>
<area shape="rect" id="node6" href="_calorimeter_hit_8h.html" title="eicd/CalorimeterHit.h" alt="" coords="195,155,341,181"/>
<area shape="rect" id="node8" href="_calorimeter_hit_obj_8h.html" title="eicd/CalorimeterHitObj.h" alt="" coords="144,304,309,331"/>
<area shape="rect" id="node4" href="_vector_x_y_z_8h.html" title="eicd/VectorXYZ.h" alt="" coords="223,453,348,480"/>
<area shape="rect" id="node7" href="_calorimeter_hit_const_8h.html" title="eicd/CalorimeterHitConst.h" alt="" coords="258,229,438,256"/>
<area shape="rect" id="node20" href="_raw_calorimeter_hit_data_8h.html" title="eicd/RawCalorimeterHitData.h" alt="" coords="1513,379,1713,405"/>
<area shape="rect" id="node21" href="_raw_calorimeter_hit_8h.html" title="eicd/RawCalorimeterHit.h" alt="" coords="1413,155,1585,181"/>
<area shape="rect" id="node23" href="_raw_calorimeter_hit_obj_8h.html" title="eicd/RawCalorimeterHitObj.h" alt="" coords="1247,304,1439,331"/>
<area shape="rect" id="node22" href="_raw_calorimeter_hit_const_8h.html" title="eicd/RawCalorimeterHitConst.h" alt="" coords="1130,229,1337,256"/>
</map>
</div>
</div>
<p><a href="_calorimeter_hit_collection_8cc_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespaceeic"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceeic.html">eic</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:ae8be92fa74894e655ffcf28be179d99d"><td class="memItemLeft" align="right" valign="top">std::ostream &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceeic.html#ae8be92fa74894e655ffcf28be179d99d">eic::operator&lt;&lt;</a> (std::ostream &amp;o, const CalorimeterHitCollection &amp;v)</td></tr>
<tr class="separator:ae8be92fa74894e655ffcf28be179d99d"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>
<map id="src/CalorimeterHitCollection.cc" name="src/CalorimeterHitCollection.cc">
<area shape="rect" id="node2" href="$_calorimeter_hit_collection_8h.html" title="eicd/CalorimeterHitCollection.h" alt="" coords="457,80,660,107"/>
<area shape="rect" id="node19" href="$_raw_calorimeter_hit_collection_8h.html" title="eicd/RawCalorimeterHitCollection.h" alt="" coords="974,80,1205,107"/>
<area shape="rect" id="node3" href="$_calorimeter_hit_data_8h.html" title="eicd/CalorimeterHitData.h" alt="" coords="137,379,311,405"/>
<area shape="rect" id="node6" href="$_calorimeter_hit_8h.html" title="eicd/CalorimeterHit.h" alt="" coords="195,155,341,181"/>
<area shape="rect" id="node8" href="$_calorimeter_hit_obj_8h.html" title="eicd/CalorimeterHitObj.h" alt="" coords="144,304,309,331"/>
<area shape="rect" id="node4" href="$_vector_x_y_z_8h.html" title="eicd/VectorXYZ.h" alt="" coords="223,453,348,480"/>
<area shape="rect" id="node7" href="$_calorimeter_hit_const_8h.html" title="eicd/CalorimeterHitConst.h" alt="" coords="258,229,438,256"/>
<area shape="rect" id="node20" href="$_raw_calorimeter_hit_data_8h.html" title="eicd/RawCalorimeterHitData.h" alt="" coords="1513,379,1713,405"/>
<area shape="rect" id="node21" href="$_raw_calorimeter_hit_8h.html" title="eicd/RawCalorimeterHit.h" alt="" coords="1413,155,1585,181"/>
<area shape="rect" id="node23" href="$_raw_calorimeter_hit_obj_8h.html" title="eicd/RawCalorimeterHitObj.h" alt="" coords="1247,304,1439,331"/>
<area shape="rect" id="node22" href="$_raw_calorimeter_hit_const_8h.html" title="eicd/RawCalorimeterHitConst.h" alt="" coords="1130,229,1337,256"/>
</map>
453ae753049ec10bdbf7527fcb3c9298
\ No newline at end of file