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
BaseTruthEval.cc
BaseTruthEval.h
CaloEvalStack.cc
CaloEvalStack.h
CaloEvaluator.cc
CaloEvaluator.h
CaloRawClusterEval.cc
CaloRawClusterEval.h
CaloRawTowerEval.cc
CaloRawTowerEval.h
CaloTruthEval.cc
CaloTruthEval.h
compressor_generator.h
DSTCompressor.h
DSTEmulator.cc
DSTEmulator.h
EventEvaluator.cc
EventEvaluator.h
JetEvalStack.cc
JetEvalStack.h
JetEvaluator.cc
JetEvaluator.h
JetRecoEval.cc
JetRecoEval.h
JetTruthEval.cc
JetTruthEval.h
MomentumEvaluator.cc
MomentumEvaluator.h
PHG4DstCompressReco.cc
PHG4DstCompressReco.h
PHG4DSTReader.cc
PHG4DSTReader.h
SvtxClusterEval.cc
SvtxClusterEval.h
SvtxEvalStack.cc
SvtxEvalStack.h
SvtxEvaluator.cc
SvtxEvaluator.h
SvtxHitEval.cc
SvtxHitEval.h
SvtxTrackEval.cc
SvtxTrackEval.h
SvtxTruthEval.cc
SvtxTruthEval.h
SvtxVertexEval.cc
SvtxVertexEval.h
TrackEvaluation.cc
TrackEvaluation.h
TrackEvaluationContainer.h
TrackEvaluationContainerLinkDef.h
TrackEvaluationContainerv1.cc
TrackEvaluationContainerv1.h
TrackEvaluationContainerv1LinkDef.h
g4gdml
g4histos
g4intt
g4jets
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
JetEvaluator.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file JetEvaluator.h
1
#ifndef G4EVAL_JETEVALUATOR_H
2
#define G4EVAL_JETEVALUATOR_H
3
4
//===============================================
8
//===============================================
9
10
#include <
fun4all/SubsysReco.h
>
11
12
#include <string>
13
14
class
JetEvalStack
;
15
class
PHCompositeNode
;
16
class
TFile;
17
class
TNtuple;
18
27
class
JetEvaluator
:
public
SubsysReco
28
{
29
public
:
30
JetEvaluator
(
const
std::string &
name
=
"JETEVALUATOR"
,
31
const
std::string &recojetname =
"AntiKt_Tower_r0.3"
,
32
const
std::string &truthjetname =
"AntiKt_Truth_r0.3"
,
33
const
std::string &
filename
=
"g4eval_jets.root"
);
34
~JetEvaluator
()
override
{};
35
36
int
Init
(
PHCompositeNode
*topNode)
override
;
37
int
process_event
(
PHCompositeNode
*topNode)
override
;
38
int
End
(
PHCompositeNode
*topNode)
override
;
39
40
void
set_strict
(
bool
b
) {
_strict
=
b
; }
41
42
private
:
43
std::string
_recojetname
;
44
std::string
_truthjetname
;
45
46
unsigned
long
_ievent
;
47
48
JetEvalStack
*
_jetevalstack
;
49
50
//----------------------------------
51
// evaluator output ntuples
52
53
bool
_strict
;
54
55
bool
_do_recojet_eval
;
56
bool
_do_truthjet_eval
;
57
58
TNtuple *
_ntp_recojet
;
59
TNtuple *
_ntp_truthjet
;
60
61
// evaluator output file
62
std::string
_filename
;
63
TFile *
_tfile
;
64
65
// subroutines
66
void
printInputInfo
(
PHCompositeNode
*topNode);
67
void
fillOutputNtuples
(
PHCompositeNode
*topNode);
68
void
printOutputInfo
(
PHCompositeNode
*topNode);
69
};
70
71
#endif // G4EVAL_JETEVALUATOR_H
coresoftware
blob
master
simulation
g4simulation
g4eval
JetEvaluator.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:42
using
1.8.2 with
ECCE GitHub integration