00001 INPUT_MINBIAS = '/build/RAWReference/MinBias_RAW_320_STARTUP.root'
00002 INPUT_TTBAR = '/build/RAWReference/TTbar_RAW_320_STARTUP.root'
00003
00004 puSTARTUP_TTBAR = '/build/RAWReference/TTbar_Tauola_PileUp_RAW_320_STARTUP.root'
00005
00006 relval = {
00007 'step1': { 'step': 'GEN-HLT',
00008 'timesize': (100, ['MinBias','TTbar']),
00009 'igprof': (50, ['TTbar']),
00010 'memcheck': (5, ['TTbar']),
00011 'pileup': ['TTbar'],
00012
00013 'cmsdriver': '--eventcontent RAWSIM --conditions auto:mc' },
00014
00015 'step2': { 'step': 'RAW2DIGI-RECO',
00016 'timesize': (8000, ['MinBias','TTbar']),
00017 'igprof': (200, ['TTbar']),
00018 'memcheck': (5, ['TTbar']),
00019 'pileup': ['TTbar'],
00020 'pileupInput': puSTARTUP_TTBAR,
00021 'fileInput': [INPUT_MINBIAS,INPUT_TTBAR],
00022 'cmsdriver': '--eventcontent RECOSIM --conditions auto:startup' },
00023
00024 'GENSIMDIGI': { 'step': 'GEN-SIM,DIGI',
00025 'timesize': (100, ['MinBias','SingleElectronE1000','SingleMuMinusPt10','SinglePiMinusE1000','TTbar']),
00026 'igprof': (5, ['TTbar']),
00027 'memcheck': (5, ['TTbar']),
00028 'pileup': ['TTbar'],
00029
00030 'fileInput': '',
00031 'cmsdriver': '--eventcontent FEVTDEBUG --conditions auto:mc' },
00032
00033 'HLT': { 'step': 'HLT',
00034 'timesize': (8000, ['MinBias','TTbar']),
00035 'igprof': (500, ['TTbar']),
00036 'memcheck': (5, ['TTbar']),
00037 'pileup': ['TTbar'],
00038 'pileupInput': puSTARTUP_TTBAR,
00039 'fileInput': [INPUT_MINBIAS,INPUT_TTBAR],
00040 'cmsdriver': '--eventcontent RAWSIM --conditions auto:startup --processName HLTFROMRAW' },
00041
00042 'FASTSIM': { 'step': 'GEN-FASTSIM',
00043 'timesize': (8000, ['MinBias','TTbar']),
00044 'igprof': (500, ['TTbar']),
00045 'memcheck': (5, ['TTbar']),
00046 'pileup': ['TTbar'],
00047 'cmsdriver': '--eventcontent RECOSIM --conditions auto:mc' }
00048 }