Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey committed Nov 10, 2014
1 parent 782bf40 commit 285e687
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions GeneratorInterface/Hydjet2Interface/test/testHydjet.py
Expand Up @@ -6,9 +6,6 @@
process.load("Configuration.StandardSequences.Services_cff")
process.load("GeneratorInterface.Hydjet2Interface.hydjet2Default_cfi")

# Event output
#process.load("Configuration.EventContent.EventContent_cff")

process.RandomNumberGeneratorService = cms.Service("RandomNumberGeneratorService",
generator = cms.PSet(
initialSeed = cms.untracked.uint32(123456789),
Expand All @@ -17,14 +14,9 @@
)

process.maxEvents = cms.untracked.PSet(
input = cms.untracked.int32(100)
)
'''
process.SimpleMemoryCheck = cms.Service('SimpleMemoryCheck',
ignoreTotal=cms.untracked.int32(0),
oncePerEventMode = cms.untracked.bool(False)
input = cms.untracked.int32(1000)
)
'''

process.ana = cms.EDAnalyzer('Hydjet2Analyzer')

process.TFileService = cms.Service('TFileService',
Expand Down

0 comments on commit 285e687

Please sign in to comment.