Skip to content

Commit

Permalink
fix postLS1Customs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Norraphat committed Jun 19, 2014
1 parent 78fcd18 commit 6c6f69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def customisePostLS1(process):
def digiEventContent(process):
#extend the event content

alist=['RAWSIM','FEVTDEBUG','FEVTDEBUGHLT','GENRAW','RAWSIMHLT','FEVT']
alist=['RAWSIM','RAWDEBUG','FEVTDEBUG','FEVTDEBUGHLT','GENRAW','RAWSIMHLT','FEVT']
for a in alist:
b=a+'output'
if hasattr(process,b):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def customisePostLS1(process):
def digiEventContent(process):
#extend the event content

alist=['RAWSIM','FEVTDEBUG','FEVTDEBUGHLT','GENRAW','RAWSIMHLT','FEVT','PREMIX','PREMIXRAW']
alist=['RAWSIM','RAWDEBUG','FEVTDEBUG','FEVTDEBUGHLT','GENRAW','RAWSIMHLT','FEVT','PREMIX','PREMIXRAW']
for a in alist:
b=a+'output'
if hasattr(process,b):
Expand Down

0 comments on commit 6c6f69d

Please sign in to comment.