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
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
offline
simulation
g4simulation
EICPhysicsList
g4bbc
g4calo
g4centrality
g4decayer
g4detectors
g4epd
g4eval
g4gdml
g4histos
g4intt
g4jets
ClusterJetInput.cc
ClusterJetInput.h
FastJetAlgo.cc
FastJetAlgo.h
Jet.cc
Jet.h
JetAlgo.h
JetHepMCLoader.cc
JetHepMCLoader.h
JetInput.h
JetLinkDef.h
JetMap.cc
JetMap.h
JetMapLinkDef.h
JetMapv1.cc
JetMapv1.h
JetMapv1LinkDef.h
JetReco.cc
JetReco.h
Jetv1.cc
Jetv1.h
Jetv1LinkDef.h
TowerJetInput.cc
TowerJetInput.h
TrackJetInput.cc
TrackJetInput.h
TruthJetInput.cc
TruthJetInput.h
g4main
g4micromegas
g4mvtx
g4tpc
g4trackfastsim
g4vertex
tpcresponse
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
JetHepMCLoader.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file JetHepMCLoader.h
1
// $Id: $
2
11
#ifndef G4JET_JETHEPMCLOADER_H
12
#define G4JET_JETHEPMCLOADER_H
13
14
#include "
Jet.h
"
15
16
#include <
fun4all/SubsysReco.h
>
17
#include <string>
18
#include <vector>
19
20
class
Fun4AllHistoManager
;
21
class
PHCompositeNode
;
22
42
class
JetHepMCLoader
:
public
SubsysReco
43
{
44
public
:
46
JetHepMCLoader
(
const
std::string &jetInputCategory);
47
~JetHepMCLoader
()
override
;
48
49
int
Init
(
PHCompositeNode
*topNode)
override
;
50
int
InitRun
(
PHCompositeNode
*topNode)
override
;
51
int
process_event
(
PHCompositeNode
*topNode)
override
;
52
int
End
(
PHCompositeNode
*topNode)
override
;
53
65
void
addJet
(
66
const
std::string &
name
,
67
int
embeddingID,
68
Jet::ALGO
algorithm
,
69
double
parameter,
70
int
tagPID,
71
int
tagStatus);
72
73
void
saveQAPlots
(
bool
b
=
true
) {
m_saveQAPlots
=
b
; }
74
75
private
:
76
int
CreateNodes
(
PHCompositeNode
*topNode);
77
Fun4AllHistoManager
*
getHistoManager
();
78
79
std::string
m_jetInputCategory
;
80
81
bool
m_saveQAPlots
;
82
83
struct
hepmc_jet_src
84
{
86
std::string
m_name
;
87
89
int
m_embeddingID
;
90
92
std::string
m_algorithmName
;
93
94
Jet::ALGO
m_algorithmID
;
95
97
double
m_parameter
;
98
100
int
m_tagPID
;
101
103
int
m_tagStatus
;
104
};
105
106
std::vector<hepmc_jet_src>
m_jetSrc
;
107
};
108
109
#endif
/* JETHEPMCLOADER_H_ */
coresoftware
blob
master
simulation
g4simulation
g4jets
JetHepMCLoader.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:43
using
1.8.2 with
ECCE GitHub integration