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
QAG4SimulationMvtx.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file QAG4SimulationMvtx.h
1
#ifndef QA_QAG4SIMULATIONMVTX_H
2
#define QA_QAG4SIMULATIONMVTX_H
3
4
#include <
trackbase/TrkrDefs.h
>
5
6
#include <
fun4all/SubsysReco.h
>
7
8
#include <set>
9
#include <string>
10
11
class
PHCompositeNode
;
12
class
PHG4Hit
;
13
class
PHG4HitContainer
;
14
class
TrkrClusterContainer
;
15
class
TrkrHitSetContainer
;
16
class
TrkrClusterHitAssoc
;
17
class
TrkrHitTruthAssoc
;
18
19
struct
ActsSurfaceMaps
;
20
struct
ActsTrackingGeometry
;
21
23
class
QAG4SimulationMvtx
:
public
SubsysReco
24
{
25
public
:
27
QAG4SimulationMvtx
(
const
std::string&
name
=
"QAG4SimulationMvtx"
);
28
29
int
InitRun
(
PHCompositeNode
* topNode)
override
;
30
int
process_event
(
PHCompositeNode
* topNode)
override
;
31
32
private
:
34
std::string
get_histo_prefix
()
const
;
35
37
int
load_nodes
(
PHCompositeNode
*);
38
40
void
evaluate_clusters
();
41
42
// get geant hits associated to a cluster
43
using
G4HitSet
= std::set<PHG4Hit*>;
44
G4HitSet
find_g4hits
(
TrkrDefs::cluskey
)
const
;
45
47
bool
m_initialized
=
false
;
48
50
TrkrClusterContainer
*
m_cluster_map
=
nullptr
;
51
53
TrkrHitSetContainer
*
m_hitsets
=
nullptr
;
54
56
TrkrClusterHitAssoc
*
m_cluster_hit_map
=
nullptr
;
57
59
TrkrHitTruthAssoc
*
m_hit_truth_map
=
nullptr
;
60
62
ActsSurfaceMaps
*
m_surfmaps
=
nullptr
;
63
65
ActsTrackingGeometry
*
m_tGeometry
=
nullptr
;
66
68
PHG4HitContainer
*
m_g4hits_mvtx
=
nullptr
;
69
71
/* it is filled at Init stage. It should not change for the full run */
72
std::set<int>
m_layers
;
73
};
74
75
#endif
fun4all_coresoftware
blob
master
offline
QA
modules
QAG4SimulationMvtx.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:47
using
1.8.2 with
EIC GitHub integration