Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Peter Sherwood
athena
Commits
eb832cac
Commit
eb832cac
authored
6 years ago
by
Walter Lampl
Browse files
Options
Downloads
Patches
Plain Diff
more python fixes
Former-commit-id:
1b528df7
parent
3564383f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Calorimeter/CaloRec/python/CaloClusterGetterBase.py
+0
-4
0 additions, 4 deletions
Calorimeter/CaloRec/python/CaloClusterGetterBase.py
with
0 additions
and
4 deletions
Calorimeter/CaloRec/python/CaloClusterGetterBase.py
+
0
−
4
View file @
eb832cac
...
@@ -48,9 +48,6 @@ class CaloClusterGetterBase (Configured):
...
@@ -48,9 +48,6 @@ class CaloClusterGetterBase (Configured):
# The primary output class we produce.
# The primary output class we produce.
_outputType
=
"
xAOD::CaloClusterContainer
"
_outputType
=
"
xAOD::CaloClusterContainer
"
# This defaults to false.
_keepEachCorrection
=
False
def
__init__
(
self
,
seq
=
AlgSequence
(),
*
args
,
**
kw
):
def
__init__
(
self
,
seq
=
AlgSequence
(),
*
args
,
**
kw
):
self
.
seq
=
seq
self
.
seq
=
seq
Configured
.
__init__
(
self
,
*
args
,
**
kw
)
Configured
.
__init__
(
self
,
*
args
,
**
kw
)
...
@@ -68,7 +65,6 @@ class CaloClusterGetterBase (Configured):
...
@@ -68,7 +65,6 @@ class CaloClusterGetterBase (Configured):
maker
=
make_CaloClusterMaker
(
\
maker
=
make_CaloClusterMaker
(
\
self
.
_name
,
self
.
_name
,
self
.
_outputKey
,
self
.
_outputKey
,
self
.
_keepEachCorrection
,
maker_tools
=
self
.
makeMakerTools
(
input_getter
.
outputKey
()),
maker_tools
=
self
.
makeMakerTools
(
input_getter
.
outputKey
()),
correction_tools
=
self
.
makeCorrectionTools
())
correction_tools
=
self
.
makeCorrectionTools
())
except
:
except
:
...
...
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