Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_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
detector_benchmarks
Merge requests
!112
Disable emcal barre pion rejection analysis when no ScFi
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Disable emcal barre pion rejection analysis when no ScFi
emcal-barrel-pion-rejection-only
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Disable emcal barre pion rejection analysis when no ScFi
Wouter Deconinck
requested to merge
emcal-barrel-pion-rejection-only
into
master
Jun 4, 2022
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
432a54c0
1 commit,
Jun 4, 2022
1 file
+
6
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
benchmarks/barrel_ecal/scripts/emcal_barrel_pion_rejection_analysis.cxx
+
6
−
0
View file @ 432a54c0
Edit in single-file editor
Open in Web IDE
Show full file
@@ -69,6 +69,12 @@ void emcal_barrel_pion_rejection_analysis(
@@ -69,6 +69,12 @@ void emcal_barrel_pion_rejection_analysis(
ROOT
::
EnableImplicitMT
();
ROOT
::
EnableImplicitMT
();
ROOT
::
RDataFrame
d0
(
"events"
,
{
input_fname1
,
input_fname2
});
ROOT
::
RDataFrame
d0
(
"events"
,
{
input_fname1
,
input_fname2
});
// Script requires EcalBarrelScFiHits
if
(
!
d0
.
HasColumn
(
"EcalBarrelScFiHits"
))
{
std
::
cout
<<
"EcalBarrelScFiHits is required"
<<
std
::
endl
;
return
;
}
// Environment Variables
// Environment Variables
std
::
string
detector_path
=
""
;
std
::
string
detector_path
=
""
;
std
::
string
detector_name
=
"athena"
;
//athena
std
::
string
detector_name
=
"athena"
;
//athena
Loading