Skip to content

Commit

Permalink
remove dump of Event content from path
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Aug 10, 2023
1 parent 3db0245 commit 8ad77f4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@
#-------------------------------------
process.dqmPath = cms.EndPath(process.dqmEnv)
process.dqmPath1 = cms.EndPath(process.dqmSaver*process.dqmSaverPB)
process.schedule = cms.Schedule(process.tasksPath,process.dumpPath,process.dqmPath,process.dqmPath1)
process.schedule = cms.Schedule(process.tasksPath,
#process.dumpPath, # for debug
process.dqmPath,
process.dqmPath1)

#-------------------------------------
# Scheduling and Process Customizations
Expand Down

0 comments on commit 8ad77f4

Please sign in to comment.