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
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
eic-smear
EicRoot
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
blob
master
calibrations
generators
offline
database
framework
packages
QA
modules
QAG4SimulationCalorimeter.cc
QAG4SimulationCalorimeter.h
QAG4SimulationCalorimeterSum.cc
QAG4SimulationCalorimeterSum.h
QAG4SimulationIntt.cc
QAG4SimulationIntt.h
QAG4SimulationJet.cc
QAG4SimulationJet.h
QAG4SimulationKFParticle.cc
QAG4SimulationKFParticle.h
QAG4SimulationMicromegas.cc
QAG4SimulationMicromegas.h
QAG4SimulationMvtx.cc
QAG4SimulationMvtx.h
QAG4SimulationTpc.cc
QAG4SimulationTpc.h
QAG4SimulationTracking.cc
QAG4SimulationTracking.h
QAG4SimulationUpsilon.cc
QAG4SimulationUpsilon.h
QAG4SimulationVertex.cc
QAG4SimulationVertex.h
QAG4Util.h
QAHistManagerDef.cc
QAHistManagerDef.h
simulation
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
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