Skip to content
Snippets Groups Projects
Commit 33e63d26 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Fixed a minor python syntax error in ForwardDetectorsD3PDMaker.

parent 4c05fa94
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ print 'globalflags'
print globalflags
def ForwardDetectorsD3PD( alg = None,
file = "ForwardDetectordD3PD.root"
file = "ForwardDetectordD3PD.root",
tuplename = 'ForwardDetectorsD3PD',
**kw ):
......
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