Skip to content

Commit

Permalink
Whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard authored Jul 30, 2018
1 parent 3a879dd commit 7a40c5c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ def customizePixelTracksForProfiling(process):
),
verbosity = cms.untracked.uint32(0),
)

process.outPath = cms.EndPath(process.out)

process.schedule = cms.Schedule(process.raw2digi_step,process.reconstruction_step,process.outPath)
process.schedule = cms.Schedule(process.raw2digi_step, process.reconstruction_step, process.outPath)

return process

0 comments on commit 7a40c5c

Please sign in to comment.