ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
AssocInfoContainerv1.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file AssocInfoContainerv1.cc
1
#include "
AssocInfoContainerv1.h
"
2
3
AssocInfoContainerv1::AssocInfoContainerv1
()
4
: _map_cluster_id_track_id()
5
{
6
}
7
8
AssocInfoContainerv1::~AssocInfoContainerv1
() {
Reset
(); }
9
10
void
AssocInfoContainerv1::Reset
()
11
{
12
_map_cluster_id_track_id
.clear();
13
}
14
15
void
AssocInfoContainerv1::identify
(std::ostream& os)
const
16
{
17
os <<
"---ClusterTrackMap--------------------------"
<< std::endl;
18
for
(
auto
iter =
_map_cluster_id_track_id
.begin();
19
iter !=
_map_cluster_id_track_id
.end();
20
++iter)
21
{
22
os
23
<<
"{"
<< iter->first
24
<<
" -> "
<< iter->second
25
<<
"}"
26
<< std::endl;
27
}
28
}
coresoftware
blob
master
offline
packages
trackreco
AssocInfoContainerv1.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:38
using
1.8.2 with
ECCE GitHub integration