Skip to content
Snippets Groups Projects
Commit dfe2fe9b authored by Baptiste Ravina's avatar Baptiste Ravina Committed by Melissa Yexley
Browse files

CPAlgorithms: bugfix for PerEventSFBlock

CPAlgorithms: bugfix for PerEventSFBlock
parent 0f7c7bab
No related branches found
No related tags found
No related merge requests found
......@@ -390,7 +390,7 @@ class PerEventSFBlock (ConfigBlock):
"""the ConfigBlock for the AsgEventScaleFactorAlg"""
def __init__ (self, algoName):
super(PerEventSFBlock, self).__init__()
super(PerEventSFBlock, self).__init__('PerEventSF'+algoName)
self.algoName = algoName
self.addOption('particles', '', type=str)
self.addOption('objectSF', '', type=str)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment