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
Commits
d657fbfc
Commit
d657fbfc
authored
3 years ago
by
Maria Zurek
Browse files
Options
Downloads
Patches
Plain Diff
Change hit names in drawing scripts
parent
8ec0bc6e
No related branches found
No related tags found
1 merge request
!167
Resolve "Clarify EcalBarrel clusters naming in full simulation outputs"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
benchmarks/imaging_ecal/scripts/draw_cluster.py
+1
-1
1 addition, 1 deletion
benchmarks/imaging_ecal/scripts/draw_cluster.py
benchmarks/imaging_ecal/scripts/draw_cluster_layers.py
+1
-1
1 addition, 1 deletion
benchmarks/imaging_ecal/scripts/draw_cluster_layers.py
with
2 additions
and
2 deletions
benchmarks/imaging_ecal/scripts/draw_cluster.py
+
1
−
1
View file @
d657fbfc
...
...
@@ -105,7 +105,7 @@ if __name__ == '__main__':
parser
.
add_argument
(
'
--compact
'
,
type
=
str
,
default
=
''
,
dest
=
'
compact
'
,
help
=
'
compact file
'
)
parser
.
add_argument
(
'
-m
'
,
'
--macros
'
,
type
=
str
,
default
=
'
rootlogon.C
'
,
dest
=
'
macros
'
,
help
=
'
root macros to load (accept multiple paths separated by
\"
,
\"
)
'
)
parser
.
add_argument
(
'
-b
'
,
'
--branch-name
'
,
type
=
str
,
default
=
'
RecoEcalBarrelHits
'
,
dest
=
'
branch
'
,
parser
.
add_argument
(
'
-b
'
,
'
--branch-name
'
,
type
=
str
,
default
=
'
RecoEcalBarrel
Imaging
Hits
'
,
dest
=
'
branch
'
,
help
=
'
branch name in the root file (outputLayerCollection from ImagingClusterReco)
'
)
parser
.
add_argument
(
'
--topo-size
'
,
type
=
float
,
default
=
2.0
,
dest
=
'
topo_size
'
,
help
=
'
bin size for projection plot (mrad)
'
)
...
...
This diff is collapsed.
Click to expand it.
benchmarks/imaging_ecal/scripts/draw_cluster_layers.py
+
1
−
1
View file @
d657fbfc
...
...
@@ -57,7 +57,7 @@ if __name__ == '__main__':
parser
.
add_argument
(
'
--compact
'
,
type
=
str
,
default
=
''
,
dest
=
'
compact
'
,
help
=
'
compact file
'
)
parser
.
add_argument
(
'
-m
'
,
'
--macros
'
,
type
=
str
,
default
=
'
rootlogon.C
'
,
dest
=
'
macros
'
,
help
=
'
root macros to load (accept multiple paths separated by
\"
,
\"
)
'
)
parser
.
add_argument
(
'
-b
'
,
'
--branch-name
'
,
type
=
str
,
default
=
'
RecoEcalBarrelHits
'
,
dest
=
'
branch
'
,
parser
.
add_argument
(
'
-b
'
,
'
--branch-name
'
,
type
=
str
,
default
=
'
RecoEcalBarrel
Imaging
Hits
'
,
dest
=
'
branch
'
,
help
=
'
branch name in the root file (outputLayerCollection from ImagingClusterReco)
'
)
parser
.
add_argument
(
'
--topo-size
'
,
type
=
float
,
default
=
2.0
,
dest
=
'
topo_size
'
,
help
=
'
bin size for projection plot (mrad)
'
)
...
...
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