Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:12:57

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 process = cms.Process("TEST")
0004 
0005 process.source = cms.Source("EmptySource")
0006 process.maxEvents = cms.untracked.PSet(
0007     input = cms.untracked.int32(1),
0008     output = cms.optional.untracked.allowed(cms.int32,cms.PSet)
0009 )
0010 
0011 process.maxLuminosityBlocks = cms.untracked.PSet(
0012     input = cms.untracked.int32(-1)
0013 )
0014 
0015 process.options = cms.untracked.PSet(
0016     IgnoreCompletely = cms.untracked.vstring(),
0017     Rethrow = cms.untracked.vstring(),
0018     TryToContinue = cms.untracked.vstring(),
0019     accelerators = cms.untracked.vstring('*'),
0020     allowUnscheduled = cms.obsolete.untracked.bool,
0021     canDeleteEarly = cms.untracked.vstring(),
0022     deleteNonConsumedUnscheduledModules = cms.untracked.bool(True),
0023     dumpOptions = cms.untracked.bool(False),
0024     emptyRunLumiMode = cms.obsolete.untracked.string,
0025     eventSetup = cms.untracked.PSet(
0026         forceNumberOfConcurrentIOVs = cms.untracked.PSet(
0027             allowAnyLabel_=cms.required.untracked.uint32
0028         ),
0029         numberOfConcurrentIOVs = cms.untracked.uint32(0)
0030     ),
0031     fileMode = cms.untracked.string('FULLMERGE'),
0032     forceEventSetupCacheClearOnNewRun = cms.untracked.bool(False),
0033     holdsReferencesToDeleteEarly = cms.untracked.VPSet(),
0034     makeTriggerResults = cms.obsolete.untracked.bool,
0035     modulesToCallForTryToContinue = cms.untracked.vstring(),
0036     modulesToIgnoreForDeleteEarly = cms.untracked.vstring(),
0037     numberOfConcurrentLuminosityBlocks = cms.untracked.uint32(0),
0038     numberOfConcurrentRuns = cms.untracked.uint32(1),
0039     numberOfStreams = cms.untracked.uint32(0),
0040     numberOfThreads = cms.untracked.uint32(1),
0041     printDependencies = cms.untracked.bool(False),
0042     sizeOfStackForThreadsInKB = cms.optional.untracked.uint32,
0043     throwIfIllegalParameter = cms.untracked.bool(True),
0044     wantSummary = cms.untracked.bool(False)
0045 )
0046 
0047 process.m1a = cms.EDProducer("IntProducer",
0048     ivalue = cms.int32(2)
0049 )
0050 
0051 
0052 process.testout1 = cms.OutputModule("TestOutputModule",
0053     name = cms.string('foo')
0054 )
0055 
0056 
0057 process.MessageLogger = cms.Service("MessageLogger",
0058     cerr = cms.untracked.PSet(
0059         FwkReport = cms.untracked.PSet(
0060             limit = cms.untracked.int32(10000000),
0061             reportEvery = cms.untracked.int32(1)
0062         ),
0063         FwkSummary = cms.untracked.PSet(
0064             limit = cms.untracked.int32(10000000),
0065             reportEvery = cms.untracked.int32(1)
0066         ),
0067         INFO = cms.untracked.PSet(
0068             limit = cms.untracked.int32(0)
0069         ),
0070         Root_NoDictionary = cms.untracked.PSet(
0071             limit = cms.untracked.int32(0)
0072         ),
0073         default = cms.untracked.PSet(
0074             limit = cms.untracked.int32(10000000)
0075         ),
0076         enable = cms.untracked.bool(True),
0077         enableStatistics = cms.untracked.bool(False),
0078         lineLength = cms.optional.untracked.int32,
0079         noLineBreaks = cms.optional.untracked.bool,
0080         noTimeStamps = cms.untracked.bool(False),
0081         resetStatistics = cms.untracked.bool(False),
0082         statisticsThreshold = cms.untracked.string('WARNING'),
0083         threshold = cms.untracked.string('INFO'),
0084         allowAnyLabel_=cms.optional.untracked.PSetTemplate(
0085             limit = cms.optional.untracked.int32,
0086             reportEvery = cms.untracked.int32(1),
0087             timespan = cms.optional.untracked.int32
0088         )
0089     ),
0090     cout = cms.untracked.PSet(
0091         enable = cms.untracked.bool(False),
0092         enableStatistics = cms.untracked.bool(False),
0093         lineLength = cms.optional.untracked.int32,
0094         noLineBreaks = cms.optional.untracked.bool,
0095         noTimeStamps = cms.optional.untracked.bool,
0096         resetStatistics = cms.untracked.bool(False),
0097         statisticsThreshold = cms.optional.untracked.string,
0098         threshold = cms.optional.untracked.string,
0099         allowAnyLabel_=cms.optional.untracked.PSetTemplate(
0100             limit = cms.optional.untracked.int32,
0101             reportEvery = cms.untracked.int32(1),
0102             timespan = cms.optional.untracked.int32
0103         )
0104     ),
0105     debugModules = cms.untracked.vstring(),
0106     default = cms.untracked.PSet(
0107         limit = cms.optional.untracked.int32,
0108         lineLength = cms.untracked.int32(80),
0109         noLineBreaks = cms.untracked.bool(False),
0110         noTimeStamps = cms.untracked.bool(False),
0111         reportEvery = cms.untracked.int32(1),
0112         statisticsThreshold = cms.untracked.string('INFO'),
0113         threshold = cms.untracked.string('INFO'),
0114         timespan = cms.optional.untracked.int32,
0115         allowAnyLabel_=cms.optional.untracked.PSetTemplate(
0116             limit = cms.optional.untracked.int32,
0117             reportEvery = cms.untracked.int32(1),
0118             timespan = cms.optional.untracked.int32
0119         )
0120     ),
0121     files = cms.untracked.PSet(
0122         allowAnyLabel_=cms.optional.untracked.PSetTemplate(
0123             enableStatistics = cms.untracked.bool(False),
0124             extension = cms.optional.untracked.string,
0125             filename = cms.optional.untracked.string,
0126             lineLength = cms.optional.untracked.int32,
0127             noLineBreaks = cms.optional.untracked.bool,
0128             noTimeStamps = cms.optional.untracked.bool,
0129             output = cms.optional.untracked.string,
0130             resetStatistics = cms.untracked.bool(False),
0131             statisticsThreshold = cms.optional.untracked.string,
0132             threshold = cms.optional.untracked.string,
0133             allowAnyLabel_=cms.optional.untracked.PSetTemplate(
0134                 limit = cms.optional.untracked.int32,
0135                 reportEvery = cms.untracked.int32(1),
0136                 timespan = cms.optional.untracked.int32
0137             )
0138         )
0139     ),
0140     suppressDebug = cms.untracked.vstring(),
0141     suppressFwkInfo = cms.untracked.vstring(),
0142     suppressInfo = cms.untracked.vstring(),
0143     suppressWarning = cms.untracked.vstring(),
0144     allowAnyLabel_=cms.optional.untracked.PSetTemplate(
0145         limit = cms.optional.untracked.int32,
0146         reportEvery = cms.untracked.int32(1),
0147         timespan = cms.optional.untracked.int32
0148     )
0149 )
0150 
0151 
0152 process.p1 = cms.Path(process.m1a)
0153 
0154 
0155 process.e1 = cms.EndPath(process.testout1)
0156 
0157