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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
physics_benchmarks
Commits
01c35506
Commit
01c35506
authored
2 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
feat: add MCScatteredElectron subset collection
parent
216ddc51
Branches
mc-scattered-electron
No related tags found
1 merge request
!170
feat: add MCScatteredElectron subset collection
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
options/reconstruction.py
+8
-0
8 additions, 0 deletions
options/reconstruction.py
with
8 additions
and
0 deletions
options/reconstruction.py
+
8
−
0
View file @
01c35506
...
...
@@ -157,6 +157,7 @@ from Configurables import PodioInput
from
Configurables
import
Jug__Fast__MC2SmearedParticle
as
MC2DummyParticle
from
Configurables
import
Jug__Fast__ParticlesWithTruthPID
as
ParticlesWithTruthPID
from
Configurables
import
Jug__Fast__SmearedFarForwardParticles
as
FFSmearedParticles
from
Configurables
import
Jug__Fast__ScatteredElectronFinder
as
ScatteredElectronFinder
from
Configurables
import
Jug__Fast__MatchClusters
as
MatchClusters
from
Configurables
import
Jug__Fast__ClusterMerger
as
ClusterMerger
...
...
@@ -317,6 +318,13 @@ dummy = MC2DummyParticle(
)
algorithms
.
append
(
dummy
)
truth_scat_e
=
ScatteredElectronFinder
(
"
truth_scat_e
"
,
inputMCParticles
=
"
MCParticles
"
,
outputMCScatteredElectron
=
"
MCScatteredElectron
"
,
)
algorithms
.
append
(
truth_scat_e
)
# Truth level kinematics
truth_incl_kin
=
InclusiveKinematicsTruth
(
"
truth_incl_kin
"
,
...
...
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