Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reconstruction_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
reconstruction_benchmarks
Merge requests
!16
Copier check
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Copier check
options
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Whitney Armstrong
requested to merge
options
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
modified: ecal/options/crystal_calorimeter_reco.py
@jihee.kim
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
91254a07
1 commit,
4 years ago
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ecal/options/crystal_calorimeter_reco.py
+
3
−
1
Options
@@ -22,6 +22,7 @@ from Configurables import Jug__Base__InputCopier_dd4pod__Geant4ParticleCollectio
from
Configurables
import
Jug__Base__InputCopier_dd4pod__CalorimeterHitCollection_dd4pod__CalorimeterHitCollection_
as
CalCopier
from
Configurables
import
Jug__Digi__CrystalEndcapsDigi
as
CrystalEndcapsDigi
from
Configurables
import
Jug__Reco__CrystalEndcapsReco
as
CrystalEndcapsReco
from
Configurables
import
Jug__Reco__CalorimeterIslandCluster
as
IslandCluster
@@ -45,7 +46,8 @@ out = PodioOutput("out", filename=output_rec_file)
out
.
outputCommands
=
[
"
keep *
"
]
ApplicationMgr
(
TopAlg
=
[
podioinput
,
emcaldigi
,
emcalreco
,
emcalcluster
,
clusterreco
,
out
],
TopAlg
=
[
podioinput
,
copier
,
calcopier
,
emcaldigi
,
emcalreco
,
emcalcluster
,
clusterreco
,
out
],
EvtSel
=
'
NONE
'
,
EvtMax
=
n_events
,
ExtSvc
=
[
podioevent
],
Loading