Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
blob
master
A_N
Ana
AndersonAnalysisModules
AntiSigma
BBCStudy
Calo_Validation_Package
Calo_waveform_sim
Calorimeter
CalorimeterEmbedding
CalorimeterJets
cdbEMCalExample
cemcRecoAna
Centrality_Validation_Package
dNdEta_Run2023
EIC-IR
EIC-SynRad
EICAnalysis
EICMCAnalysis
EICTrigger
ElectronID
EMCal-analysis
EMCal-calibration
EMCal-commissioning
EMCal-LEDs
EMCal-position-dependent-calibration
EMCal-QA
EMCal_pi0_Calib_2023
EMCTemplateFitting
EpFinder
Event-Display
EventMix
FilterEvents
FilterEventsUpsilon
Fluence
ForwardCalo
ForwardTracking
FrawleyTrackEvalMacros
hbcup
HCal-analysis
HCalCosmicCalib
HCalHotTowerFinder
HCalib
HcalSingleHadronCalib
HF-Jet
HF-Particle
isoCluster
IsolatedTrackAnalysis
JS-Jet
Calibrations
FastJetMedianBkg
FullJetFinder
HCalJetPhiShift
jet-kinematics-mc
JetAnalysis
macro
Fun4All_JetVal.C
src
JetBkgdSub
JetMultSub
JetNconstituents
JetRTrack
JetSeedCount
JetUESize-v2Psi2Centrality
JetUnderlyingEvent
JetValidation
RandomConeAna
TracksInJets
TruthJetTagging
mbdAnalysis
MBDStudy
MultiDetectorMultiplicity
MvtxTelescope
mybuild
ParticleID
PHFlowJetMaker
PhotonConversion
PhotonJet
pi0ClusterAna
pi0Efficiency
Pi0MassAnalysis
Prototype2
Prototype3
Prototype4
psTOF
pythiaEMCalAna
pythiaInfo
QuarkoniaBG
quickHIJING
ResonanceJetTaggingOutputs
runTrackingDiagnostics
Shift_emcal_g4hits
SimpleTrackingAnalysis
singlePhotonClusterAna
sPhenixAj
SvtxSimPerformanceCheckReco
TemplateCreation
Test
TowerInfoExample
TPC
TPC-ClusterAnimation
TPC-GemGain
Tracking
TrackPid
TreeMaker
ZDC-CALIB
analysis_tpc_prototype
coresoftware
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
Fun4All_JetVal.C
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file Fun4All_JetVal.C
1
#pragma once
2
#if ROOT_VERSION_CODE >= ROOT_VERSION(6,00,0)
3
#include <
fun4all/SubsysReco.h
>
4
#include <
fun4all/Fun4AllServer.h
>
5
#include <
fun4all/Fun4AllInputManager.h
>
6
#include <
fun4all/Fun4AllDstInputManager.h
>
7
8
#include <
fun4all/Fun4AllDstOutputManager.h
>
9
#include <
fun4all/Fun4AllOutputManager.h
>
10
#include <
fun4all/Fun4AllServer.h
>
11
12
#include <
phool/PHRandomSeed.h
>
13
#include <
phool/recoConsts.h
>
14
15
#include <g4jets/FastJetAlgo.h>
16
#include <g4jets/JetReco.h>
17
#include <g4jets/TowerJetInput.h>
18
#include <
g4jets/TruthJetInput.h
>
19
20
#include <
g4centrality/PHG4CentralityReco.h
>
21
22
23
24
#include <
jetbackground/CopyAndSubtractJets.h
>
25
#include <
jetbackground/DetermineTowerBackground.h
>
26
#include <
jetbackground/FastJetAlgoSub.h
>
27
#include <
jetbackground/RetowerCEMC.h
>
28
#include <
jetbackground/SubtractTowers.h
>
29
#include <
jetbackground/SubtractTowersCS.h
>
30
#include </sphenix/u/damian0227/analysis/JS-Jet/JetAnalysis/src/JetKinematicCheck.h>
31
32
R__LOAD_LIBRARY(libfun4all.so)
33
R__LOAD_LIBRARY(libg4jets.so)
34
R__LOAD_LIBRARY(libjetbackground.so)
35
R__LOAD_LIBRARY(libg4centrality.so)
36
R__LOAD_LIBRARY(libg4dst.so)
37
R__LOAD_LIBRARY(/sphenix/
u
/damian0227/install/lib/libJetKinematicCheck.so)
38
39
namespace Enable
40
{
41
bool
HIJETS
=
true
;
42
int
HIJETS_VERBOSITY
= 1;
43
}
// namespace Enable
44
45
namespace
G4HIJETS
46
{
47
bool
do_flow
=
true
;
48
bool
do_CS
=
false
;
49
}
// namespace G4HIJETS
50
#endif
51
52
53
void
Fun4All_JetVal
(
54
const
char
*filelistcalo =
"/sphenix/u/damian0227/analysis/JS-Jet/JetAnalysis/macro/dst_calo_cluster.list"
,
55
const
char
*hits_mbd =
"/sphenix/u/damian0227/analysis/JS-Jet/JetAnalysis/macro/dst_bbc_g4hit.list"
,
56
const
char
*outname =
"output.root"
)
57
{
58
59
60
Fun4AllServer
*se =
Fun4AllServer::instance
();
61
int
verbosity
= 0;
62
63
se->
Verbosity
(verbosity);
64
recoConsts
*rc =
recoConsts::instance
();
65
66
PHG4CentralityReco
*cent =
new
PHG4CentralityReco
();
67
cent->
Verbosity
(0);
68
cent->
GetCalibrationParameters
().
ReadFromFile
(
"centrality"
,
"xml"
, 0, 0,
string
(getenv(
"CALIBRATIONROOT"
)) +
string
(
"/Centrality/"
));
69
se->
registerSubsystem
( cent );
70
71
RetowerCEMC
*rcemc =
new
RetowerCEMC
();
72
rcemc->
Verbosity
(verbosity);
73
se->
registerSubsystem
(rcemc);
74
75
JetReco
*towerjetreco =
new
JetReco
();
76
towerjetreco->
add_input
(
new
TowerJetInput
(
Jet::CEMC_TOWER_RETOWER
));
77
towerjetreco->
add_input
(
new
TowerJetInput
(
Jet::HCALIN_TOWER
));
78
towerjetreco->
add_input
(
new
TowerJetInput
(
Jet::HCALOUT_TOWER
));
79
towerjetreco->
add_algo
(
new
FastJetAlgo
(
Jet::ANTIKT
, 0.2),
"AntiKt_Tower_HIRecoSeedsRaw_r02"
);
80
towerjetreco->
set_algo_node
(
"ANTIKT"
);
81
towerjetreco->
set_input_node
(
"TOWER"
);
82
towerjetreco->
Verbosity
(verbosity);
83
se->
registerSubsystem
(towerjetreco);
84
85
DetermineTowerBackground
*dtb =
new
DetermineTowerBackground
();
86
dtb->
SetBackgroundOutputName
(
"TowerBackground_Sub1"
);
87
dtb->
SetFlow
(
G4HIJETS::do_flow
);
88
dtb->
SetSeedType
(0);
89
dtb->
SetSeedJetD
(3);
90
dtb->
Verbosity
(verbosity);
91
se->
registerSubsystem
(dtb);
92
93
CopyAndSubtractJets
*casj =
new
CopyAndSubtractJets
();
94
casj->
SetFlowModulation
(
G4HIJETS::do_flow
);
95
casj->
Verbosity
(verbosity);
96
se->
registerSubsystem
(casj);
97
98
DetermineTowerBackground
*dtb2 =
new
DetermineTowerBackground
();
99
dtb2->
SetBackgroundOutputName
(
"TowerBackground_Sub2"
);
100
dtb2->
SetFlow
(
G4HIJETS::do_flow
);
101
dtb2->
SetSeedType
(1);
102
dtb2->
SetSeedJetPt
(7);
103
dtb2->
Verbosity
(verbosity);
104
se->
registerSubsystem
(dtb2);
105
106
SubtractTowers
*st =
new
SubtractTowers
();
107
st->
SetFlowModulation
(
G4HIJETS::do_flow
);
108
st->
Verbosity
(verbosity);
109
se->
registerSubsystem
(st);
110
111
towerjetreco =
new
JetReco
();
112
towerjetreco->
add_input
(
new
TowerJetInput
(
Jet::CEMC_TOWER_SUB1
));
113
towerjetreco->
add_input
(
new
TowerJetInput
(
Jet::HCALIN_TOWER_SUB1
));
114
towerjetreco->
add_input
(
new
TowerJetInput
(
Jet::HCALOUT_TOWER_SUB1
));
115
towerjetreco->
add_algo
(
new
FastJetAlgoSub
(
Jet::ANTIKT
, 0.2, 1),
"AntiKt_Tower_r02_Sub1"
);
116
towerjetreco->
add_algo
(
new
FastJetAlgoSub
(
Jet::ANTIKT
, 0.3, 1),
"AntiKt_Tower_r03_Sub1"
);
117
towerjetreco->
add_algo
(
new
FastJetAlgoSub
(
Jet::ANTIKT
, 0.4, 1),
"AntiKt_Tower_r04_Sub1"
);
118
towerjetreco->
add_algo
(
new
FastJetAlgoSub
(
Jet::ANTIKT
, 0.5, 1),
"AntiKt_Tower_r05_Sub1"
);
119
towerjetreco->
set_algo_node
(
"ANTIKT"
);
120
towerjetreco->
set_input_node
(
"TOWER"
);
121
towerjetreco->
Verbosity
(verbosity);
122
se->
registerSubsystem
(towerjetreco);
123
124
125
JetKinematicCheck
*myJetKC =
new
JetKinematicCheck
(
"AntiKt_Tower_r02_Sub1"
,
"AntiKt_Tower_r04_Sub1"
, outname);
126
127
myJetKC->
setPtRange
(10, 100);
128
myJetKC->
setEtaRange
(-1.1, 1.1);
129
se->
registerSubsystem
(myJetKC);
130
131
Fun4AllInputManager
*intrue =
new
Fun4AllDstInputManager
(
"DSTbbc"
);
132
intrue->
AddListFile
(hits_mbd,1);
133
se->
registerInputManager
(intrue);
134
135
Fun4AllInputManager
*in2 =
new
Fun4AllDstInputManager
(
"DSTcalo"
);
136
in2->
AddListFile
(filelistcalo,1);
137
se->
registerInputManager
(in2);
138
139
140
se->
run
(-1);
141
se->
End
();
142
143
gSystem->Exit(0);
144
return
0;
145
146
}
analysis
blob
master
JS-Jet
JetAnalysis
macro
Fun4All_JetVal.C
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:53
using
1.8.2 with
sPHENIX GitHub integration