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
fc70bad8
Commit
fc70bad8
authored
Dec 9, 2022
by
Kong Tu
Browse files
Options
Downloads
Patches
Plain Diff
simple analysis - adding cluster energy calibration
parent
836617ef
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/diffractive_vm/analysis/diffractive_vm_simple_analysis.cxx
+2
-2
2 additions, 2 deletions
...iffractive_vm/analysis/diffractive_vm_simple_analysis.cxx
with
2 additions
and
2 deletions
benchmarks/diffractive_vm/analysis/diffractive_vm_simple_analysis.cxx
+
2
−
2
View file @
fc70bad8
...
...
@@ -33,7 +33,7 @@ int diffractive_vm_simple_analysis(const std::string& config_name)
const
std
::
string
test_tag
=
config
[
"test_tag"
];
TString
name_of_input
=
(
TString
)
rec_file
;
//
name_of_input = "/gpfs02/eic/ztu/EPIC/physics/Simulation_Campaign_Oct2022/physics_benchmarks/local_data/tmp/18on110/rec-batch_5_*.tree.edm4eic.root";
name_of_input
=
"/gpfs02/eic/ztu/EPIC/physics/Simulation_Campaign_Oct2022/physics_benchmarks/local_data/tmp/18on110/rec-batch_5_*.tree.edm4eic.root"
;
std
::
cout
<<
"what is this rec_file = "
<<
name_of_input
<<
endl
;
auto
tree
=
new
TChain
(
"events"
);
tree
->
Add
(
name_of_input
);
...
...
@@ -222,7 +222,7 @@ int diffractive_vm_simple_analysis(const std::string& config_name)
double
radius
=
sqrt
(
xClus
*
xClus
+
yClus
*
yClus
);
if
(
radius
<
150.
||
radius
>
550.
)
continue
;
//geometric acceptance cut
//6% energy calibration.
double
clusEnergy
=
1.0
*
maxHitEnergy
;
double
clusEnergy
=
1.0
44
*
maxHitEnergy
;
h_energy_REC
->
Fill
(
clusEnergy
);
//ratio of reco / truth Energy
...
...
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