Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
physics_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
physics_benchmarks
Commits
de5d9ef7
Commit
de5d9ef7
authored
Nov 1, 2021
by
Kong Tu
Browse files
Options
Downloads
Patches
Plain Diff
try fake in dvcs-ep
parent
064b8fe4
Branches
Branches containing commit
No related tags found
1 merge request
!100
Draft: Diffractive phi benchmark development
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/dvcs-d/analysis/dvcs_ep_analysis.cxx
+4
-4
4 additions, 4 deletions
benchmarks/dvcs-d/analysis/dvcs_ep_analysis.cxx
with
4 additions
and
4 deletions
benchmarks/dvcs-d/analysis/dvcs_ep_analysis.cxx
+
4
−
4
View file @
de5d9ef7
...
...
@@ -79,7 +79,7 @@ int dvcs_ep_analysis(const std::string& config_name)
auto
h_Eta_scatElec_REC
=
d1
.
Histo1D
({
"h_Eta_scatElec_REC"
,
";#eta; counts"
,
100
,
-
11
,
9
},
"etaElec"
);
auto
h_Mass_gamma_REC
=
d1
.
Histo1D
({
"h_Mass_gamma_REC"
,
"; Mass (GeV); counts"
,
1000
,
0
,
4
},
"MassREC"
);
auto
h_Pt_gamma_REC
=
d1
.
Histo1D
({
"h_Pt_gamma_REC"
,
"; pT (GeV); counts"
,
50
,
0
,
2
},
"gamma_rec_pt"
);
auto
h_Eta_gamma_REC
=
d1
.
Histo1D
({
"h_Eta_gamma_REC"
,
"; #eta; counts"
,
100
,
-
11
,
9
},
"gamma_rec_eta"
);
auto
h_Eta_gamma_REC
=
d1
.
Histo1D
({
"h_Eta_gamma_REC"
,
"; #eta; counts"
,
100
,
-
9
,
9
},
"gamma_rec_eta"
);
auto
h_energyEta_gamma_REC
=
d1
.
Histo2D
({
"h_energyEta_gamma_REC"
,
";#eta;E (GeV)"
,
100
,
-
10
,
10
,
100
,
0
,
10
},
"gamma_rec_eta"
,
"gamma_rec_E"
);
auto
h_Pt_proton_REC
=
d1
.
Histo1D
({
"h_Pt_proton_REC"
,
"; pT (GeV); counts"
,
50
,
0
,
5
},
"proton_rec_pt"
);
auto
h_Eta_proton_REC
=
d1
.
Histo1D
({
"h_Eta_proton_REC"
,
"; #eta; counts"
,
100
,
0
,
9
},
"proton_rec_eta"
);
...
...
@@ -106,7 +106,7 @@ int dvcs_ep_analysis(const std::string& config_name)
auto
h_Eta_scatElec_MC
=
d2
.
Histo1D
({
"h_Eta_scatElec_MC"
,
";eta; counts"
,
100
,
-
11
,
9
},
"etaElecMC"
);
auto
h_Mass_MC
=
d2
.
Histo1D
({
"h_Mass_MC"
,
";Mass; counts"
,
100
,
0
,
4
},
"MassMC"
);
auto
h_Pt_gamma_MC
=
d2
.
Histo1D
({
"h_Pt_gamma_MC"
,
"; pT (GeV); counts"
,
50
,
0
,
2
},
"gamma_mc_pt"
);
auto
h_Eta_gamma_MC
=
d2
.
Histo1D
({
"h_Eta_gamma_MC"
,
"; #eta; counts"
,
100
,
-
11
,
9
},
"gamma_mc_eta"
);
auto
h_Eta_gamma_MC
=
d2
.
Histo1D
({
"h_Eta_gamma_MC"
,
"; #eta; counts"
,
100
,
-
9
,
9
},
"gamma_mc_eta"
);
auto
h_Pt_proton_MC
=
d2
.
Histo1D
({
"h_Pt_proton_MC"
,
"; pT (GeV); counts"
,
50
,
0
,
5
},
"proton_mc_pt"
);
auto
h_Eta_proton_MC
=
d2
.
Histo1D
({
"h_Eta_proton_MC"
,
"; #eta; counts"
,
100
,
0
,
9
},
"proton_mc_eta"
);
auto
h_Theta_proton_MC
=
d2
.
Histo1D
({
"h_Theta_proton_MC"
,
"; #theta; counts"
,
100
,
0
,
0.1
},
"proton_mc_theta"
);
...
...
@@ -131,8 +131,8 @@ int dvcs_ep_analysis(const std::string& config_name)
;
auto
h_Angle_gamma_MC
=
d3
.
Histo1D
({
"h_Angle_gamma_MC"
,
"; opening angle; counts"
,
1000
,
0
,
PI
},
"gammaAngleDiff"
);
auto
h_Eta_gamma_MC_match
=
d3
.
Histo1D
({
"h_Eta_gamma_MC_match"
,
"; #eta; counts"
,
100
,
-
11
,
9
},
"gamma_mc_eta_match"
);
auto
h_Eta_gamma_REC_not_match
=
d3
.
Histo1D
({
"h_Eta_gamma_REC_not_match"
,
"; #eta; counts"
,
100
,
-
11
,
9
},
"gamma_rec_eta_not_match"
);
auto
h_Eta_gamma_MC_match
=
d3
.
Histo1D
({
"h_Eta_gamma_MC_match"
,
"; #eta; counts"
,
100
,
-
9
,
9
},
"gamma_mc_eta_match"
);
auto
h_Eta_gamma_REC_not_match
=
d3
.
Histo1D
({
"h_Eta_gamma_REC_not_match"
,
"; #eta; counts"
,
100
,
-
9
,
9
},
"gamma_rec_eta_not_match"
);
TString
output_name_dir
=
output_prefix
.
c_str
();
TFile
*
output
=
new
TFile
(
output_name_dir
+
"_output.root"
,
"RECREATE"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment