EIC Software
Reference for
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
TrkrClusterIterationMapv1.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file TrkrClusterIterationMapv1.h
1
#ifndef TRACKBASE_TRKRCLUSTERITERATIONV1_H
2
#define TRACKBASE_TRKRCLUSTERITERATIONV1_H
3
11
#include "
TrkrDefs.h
"
12
#include "
TrkrClusterIterationMap.h
"
13
14
#include <
phool/PHObject.h
>
15
16
#include <iostream>
// for cout, ostream
17
#include <map>
18
#include <utility>
// for pair
19
25
class
TrkrClusterIterationMapv1
:
public
TrkrClusterIterationMap
26
{
27
public
:
28
29
TrkrClusterIterationMapv1
() =
default
;
30
31
void
Reset
()
override
;
32
33
void
identify
(std::ostream &os = std::cout)
const override
;
34
35
void
addIteration
(
TrkrDefs::cluskey
,
short
int
)
override
;
36
37
short
int
getIteration
(
TrkrDefs::cluskey
ckey)
override
;
38
39
unsigned
int
size
(
void
)
const override
;
40
41
private
:
42
43
Map
m_map
;
44
45
ClassDefOverride
(
TrkrClusterIterationMapv1
, 1);
46
};
47
48
#endif // TRACKBASE_TRKRCLUSTERITERATIONV1_H
fun4all_coresoftware
blob
master
offline
packages
trackbase
TrkrClusterIterationMapv1.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:46
using
1.8.2 with
EIC GitHub integration