CMS 3D CMS Logo

Classes | Functions | Variables

relval_steps Namespace Reference

Classes

class  InputInfo

Functions

def addForAll
def changeRefRelease
def gen
def genS
def genvalid
def merge

Variables

dictionary dataReco
dictionary ecalHcal
dictionary hiDefaults
int InputInfoNDefault = 2000000
dictionary K100byK1 = {'--relval':'100000,1000'}
dictionary K110000by45000 = {'--relval': '11000000,45000'}
dictionary K250by100 = {'--relval': '25000,100'}
dictionary K250by250 = {'--relval': '25000,250'}
dictionary K25by250 = {'--relval':'25000,250'}
dictionary K3250000by1300000 = {'--relval': '325000000,1300000'}
dictionary K562by225 = {'--relval': '56250,225'}
dictionary K700by280 = {'--relval': '70000,280'}
 high stat step1
dictionary K9by100 = {'--relval':'9000,100'}
dictionary K9by25 = {'--relval':'9000,25'}
dictionary K9by250 = {'--relval':'9000,250'}
dictionary K9by50 = {'--relval':'9000,50'}
int Run2010B = 149011
 Production test section ####.
int Run2011A = 165121
int Run2011ASk = 172802
dictionary stCond = {'--conditions':'auto:startup'}
 Standard release validation samples ####.
dictionary step1 = {}
dictionary step1Defaults
tuple step1FastDefaults
 fastsim section #### no forseen to do things in two steps GEN-SIM then FASTIM->end: maybe later
tuple step1GenDefaults
 generator test section ####
dictionary step2 = {}
dictionary step2Defaults
tuple step2HImixDefaults
dictionary step3 = {}
dictionary step3Defaults
dictionary step4 = {}
dictionary step4Defaults
list stepList = [step1, step2, step3, step4]
 for special wfs ### step1['TTbar_REDIGI_RERECO']=merge([{'cfg':'TTbar_Tauola_7TeV_cfi', '-s':'GEN,SIM,DIGI,L1,DIGI2RAW,HLT:GRun,RAW2DIGI,L1Reco,RECO,ALCA:MuAlCalIsolatedMu+DtCalib,VALIDATION,DQM', '--datatier':'GEN-SIM-DIGI-RAW-HLTDEBUG-RECO,DQM', '--eventcontent':'FEVTDEBUGHLT,DQM'}, K9by50,stCond,step1Defaults]) step2['DIGI2RECO']=merge([{'-s':'DIGI,L1,DIGI2RAW,HLT:GRun,RAW2DIGI,L1Reco,RECO,VALIDATION,DQM', '--filtername':'DIGItoRECO', '--process':'RECO', '--eventcontent':'RECOSIM,DQM', '--datatier':'GEN-SIM-RECO,DQM', 'cfg':'step2'}, stCond,step3Defaults])
dictionary U500by5 = {'--relval': '500,5'}
 step1['MinBias2']=genS('MinBias_7TeV_cfi',K9by100)
dictionary U80by2 = {'--relval': '80,2'}

Function Documentation

def relval_steps::addForAll (   steps,
  d 
)

Definition at line 251 of file relval_steps.py.

00252                       :
00253     for s in steps:
00254         steps[s].update(d)
00255 
00256 
00257 #changeRefRelease(step1,[('CMSSW_4_3_0_pre3-START43_V1-v2','CMSSW_4_3_0_pre3-START43_V1-v2'),
00258 #                        ('CMSSW_4_3_0_pre3-MC_43_V1-v2','CMSSW_4_3_0_pre3-MC_43_V1-v2')
00259 #                        ])
00260                         

def relval_steps::changeRefRelease (   step1s,
  listOfPairs 
)

Definition at line 243 of file relval_steps.py.

00244                                         :
00245     for s in step1s:
00246         if ('INPUT' in step1s[s]):
00247             oldD=step1[s]['INPUT'].dataSet
00248             for ref,newRef in listOfPairs:
00249                 if  ref in oldD:
00250                     step1[s]['INPUT'].dataSet=oldD.replace(ref,newRef)
                                        
def relval_steps::gen (   fragment,
  howMuch 
)

Definition at line 98 of file relval_steps.py.

00099                          :
00100     global step1Defaults
00101     return merge([{'cfg':fragment},howMuch,step1Defaults])
00102 
00103 step1['MinBias']=gen('MinBias_7TeV_cfi',K9by100)
00104 step1['QCD_Pt_3000_3500']=gen('QCD_Pt_3000_3500_7TeV_cfi',K9by25)
00105 step1['QCD_Pt_80_120']=gen('QCD_Pt_80_120_7TeV_cfi',K9by50)
00106 step1['SingleElectronPt10']=gen('SingleElectronPt10_cfi',K9by250)
00107 step1['SingleElectronPt35']=gen('SingleElectronPt35_cfi',K9by250)
00108 step1['SingleGammaPt10']=gen('SingleGammaPt10_cfi',K9by100)
00109 step1['SingleGammaPt35']=gen('SingleGammaPt35_cfi',K9by100)
00110 step1['SingleMuPt10']=gen('SingleMuPt10_cfi',K25by250)
00111 step1['SingleMuPt100']=gen('SingleMuPt100_cfi',K9by250)
00112 step1['SingleMuPt1000']=gen('SingleMuPt1000_cfi',K9by100)
00113 step1['TTbar']=gen('TTbar_Tauola_7TeV_cfi',K9by50)
00114 step1['ZEE']=gen('ZEE_7TeV_cfi',K9by100)
00115 step1['Wjet_Pt_80_120']=gen('Wjet_Pt_80_120_7TeV_cfi',K9by100)
00116 step1['Wjet_Pt_3000_3500']=gen('Wjet_Pt_3000_3500_7TeV_cfi',K9by100)
00117 step1['LM1_sfts']=gen('LM1_sfts_7TeV_cfi',K9by100)
00118 step1['QCD_FlatPt_15_3000']=gen('QCDForPF_7TeV_cfi',K9by100)
00119 
00120 step1['MinBiasINPUT']={'INPUT':InputInfo(dataSet='/RelValMinBias/CMSSW_4_4_2_patch10-START44_V7_special_120119-v1/GEN-SIM',location='STD')}
00121 step1['QCD_Pt_3000_3500INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_Pt_3000_3500/CMSSW_4_4_2_patch10-START44_V7_special_120119-v1/GEN-SIM',location='STD')}
00122 step1['QCD_Pt_80_120INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_Pt_80_120/CMSSW_4_4_2_patch10-START44_V7_special_120119-v1/GEN-SIM',location='STD')}
00123 step1['SingleElectronPt10INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleElectronPt10/CMSSW_4_4_2_patch10-START44_V7_special_120119-v1/GEN-SIM',location='STD')}
00124 step1['SingleElectronPt35INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleElectronPt35/CMSSW_4_4_2_patch10-START44_V7_special_120119-v1/GEN-SIM',location='STD')}
00125 step1['SingleGammaPt10INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleGammaPt10/CMSSW_4_4_2_patch10-START44_V7_special_120119-v1/GEN-SIM',location='STD')}
00126 step1['SingleGammaPt35INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleGammaPt35/CMSSW_4_4_2_patch10-START44_V7_special_120119-v1/GEN-SIM',location='STD')}
00127 step1['SingleMuPt10INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt10/CMSSW_4_4_2_patch10-START44_V7_special_120119-v1/GEN-SIM',location='STD')}
00128 step1['SingleMuPt100INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt100/CMSSW_4_4_2_patch10-START44_V7_special_120119-v1/GEN-SIM',location='STD')}
00129 step1['SingleMuPt1000INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt1000/CMSSW_4_4_2_patch10-START44_V7_special_120119-v1/GEN-SIM',location='STD')}
00130 step1['TTbarINPUT']={'INPUT':InputInfo(dataSet='/RelValTTbar/CMSSW_4_4_2_patch10-START44_V7_special_120119-v1/GEN-SIM',location='STD')}
00131 step1['OldTTbarINPUT']={'INPUT':InputInfo(dataSet='/RelValTTbar/CMSSW_4_2_6-START42_V12-v1/GEN-SIM-RECO',location='STD')}
00132 step1['ZEEINPUT']={'INPUT':InputInfo(dataSet='/RelValZEE/CMSSW_4_4_2_patch10-START44_V7_special_120119-v1/GEN-SIM',location='STD')}
00133 step1['Wjet_Pt_80_120INPUT']={'INPUT':InputInfo(dataSet='/RelValWjet_Pt_80_120/CMSSW_4_4_2_patch10-START44_V7_special_120119-v1/GEN-SIM',location='STD')}
00134 step1['Wjet_Pt_3000_3500INPUT']={'INPUT':InputInfo(dataSet='/RelValWjet_Pt_3000_3500/CMSSW_4_4_2_patch10-START44_V7_special_120119-v1/GEN-SIM',location='STD')}
00135 step1['LM1_sftsINPUT']={'INPUT':InputInfo(dataSet='/RelValLM1_sfts/CMSSW_4_4_2_patch10-START44_V7_special_120119-v1/GEN-SIM',location='STD')}
00136 step1['QCD_FlatPt_15_3000INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_FlatPt_15_3000/CMSSW_4_4_2_patch10-START44_V7_special_120119-v1/GEN-SIM',location='STD')}

def relval_steps::genS (   fragment,
  howMuch 
)

Definition at line 168 of file relval_steps.py.

00169                           :
00170     global step1Defaults,stCond
00171     return merge([{'cfg':fragment},stCond,howMuch,step1Defaults])

def relval_steps::genvalid (   fragment,
  d,
  suffix = '',
  fi = '' 
)

Definition at line 293 of file relval_steps.py.

00294                                         :
00295     import copy
00296     c=copy.copy(d)
00297     if suffix:
00298         c['-s']=c['-s'].replace('genvalid','genvalid_'+suffix)
00299     if fi:
00300         c['--filein']='lhe:%d'%(fi,)
00301     c['cfg']=fragment
00302     return c
00303     
00304 step1['QCD_Pt-30_7TeV_herwigpp']=genvalid('QCD_Pt_30_7TeV_herwigpp_cff',step1GenDefaults,'qcd')
00305 step1['DYToLL_M-50_TuneZ2_7TeV_pythia6-tauola']=genvalid('DYToLL_M_50_TuneZ2_7TeV_pythia6_tauola_cff',step1GenDefaults,'dy')
00306 step1['QCD_Pt-30_TuneZ2_7TeV_pythia6']=genvalid('QCD_Pt_30_TuneZ2_7TeV_pythia6_cff',step1GenDefaults,'qcd')
00307 step1['QCD_Pt-30_7TeV_pythia8']=genvalid('QCD_Pt_30_7TeV_pythia8_cff',step1GenDefaults,'qcd')
00308 step1['GluGluTo2Jets_M-100_7TeV_exhume']=genvalid('GluGluTo2Jets_M_100_7TeV_exhume_cff',step1GenDefaults,'qcd')
00309 step1['TT_TuneZ2_7TeV_pythia6-evtgen']=genvalid('TT_TuneZ2_7TeV_pythia6_evtgen_cff',step1GenDefaults)
00310 step1['MinBias_TuneZ2_7TeV_pythia6']=genvalid('MinBias_TuneZ2_7TeV_pythia6_cff',step1GenDefaults,'qcd')
00311 step1['WToLNu_TuneZ2_7TeV_pythia6-tauola']=genvalid('WToLNu_TuneZ2_7TeV_pythia6_tauola_cff',step1GenDefaults,'w')
00312 step1['QCD_Pt-30_7TeV_herwig6']=genvalid('QCD_Pt_30_7TeV_herwig6_cff',step1GenDefaults,'qcd')
00313 step1['MinBias_7TeV_pythia8']=genvalid('MinBias_7TeV_pythia8_cff',step1GenDefaults,'qcd')
00314 
00315 step1['DYToMuMu_M-20_7TeV_mcatnlo']=genvalid('DYToMuMu_M_20_7TeV_mcatnlo_cff',step1GenDefaults,'dy',664)
00316 step1['TT_7TeV_mcatnlo']=genvalid('TT_7TeV_mcatnlo_cff',step1GenDefaults,'',346)
00317 step1['WminusToENu_7TeV_mcatnlo']=genvalid('WminusToENu_7TeV_mcatnlo_cff',step1GenDefaults,'w',666)
00318 step1['WminusToMuNu_7TeV_mcatnlo']=genvalid('WminusToMuNu_7TeV_mcatnlo_cff',step1GenDefaults,'w',668)
00319 step1['WplusToENu_7TeV_mcatnlo']=genvalid('WplusToENu_7TeV_mcatnlo_cff',step1GenDefaults,'w',665)
00320 step1['WplusToMuNu_7TeV_mcatnlo']=genvalid('WplusToMuNu_7TeV_mcatnlo_cff',step1GenDefaults,'w',667)
00321 step1['QCD_Ht-100To250_TuneD6T_7TeV_madgraph-tauola']=genvalid('Hadronizer_MgmMatchTuneD6T_7TeV_madgraph_tauola_cff',step1GenDefaults,'qcd',546)
00322 step1['QCD_Ht-250To500_TuneD6T_7TeV_madgraph-tauola']=genvalid('Hadronizer_MgmMatchTuneD6T_7TeV_madgraph_tauola_cff',step1GenDefaults,'qcd',592)
00323 step1['QCD_Ht-500To1000_TuneD6T_7TeV_madgraph-tauola']=genvalid('Hadronizer_MgmMatchTuneD6T_7TeV_madgraph_tauola_cff',step1GenDefaults,'qcd',594)
00324 step1['TTJets_TuneD6T_7TeV_madgraph-tauola']=genvalid('Hadronizer_MgmMatchTuneD6T_7TeV_madgraph_tauola_cff',step1GenDefaults,'',846)
00325 step1['WJetsLNu_TuneD6T_7TeV_madgraph-tauola']=genvalid('Hadronizer_MgmMatchTuneD6T_7TeV_madgraph_tauola_cff',step1GenDefaults,'w',882)
00326 step1['ZJetsLNu_TuneD6T_7TeV_madgraph-tauola']=genvalid('Hadronizer_MgmMatchTuneD6T_7TeV_madgraph_tauola_cff',step1GenDefaults,'dy',851)
00327 step1['QCD2Jets_Pt-40To120_TuneZ2_7TeV_alpgen_tauola']=genvalid('Hadronizer_Et20ExclTuneZ2_7TeV_alpgen_tauola_cff',step1GenDefaults,'qcd',785)
00328 step1['QCD3Jets_Pt-40To120_TuneZ2_7TeV_alpgen_tauola']=genvalid('Hadronizer_Et20ExclTuneZ2_7TeV_alpgen_tauola_cff',step1GenDefaults,'qcd',786)
00329 step1['QCD4Jets_Pt-40To120_TuneZ2_7TeV_alpgen_tauola']=genvalid('Hadronizer_Et20ExclTuneZ2_7TeV_alpgen_tauola_cff',step1GenDefaults,'qcd',787)
00330 step1['QCD5Jets_Pt-40To120_TuneZ2_7TeV_alpgen_tauola']=genvalid('Hadronizer_Et20ExclTuneZ2_7TeV_alpgen_tauola_cff',step1GenDefaults,'qcd',832)
00331 step1['TT0Jets_Et-40_TuneZ2_7TeV_alpgen_tauola']=genvalid('Hadronizer_Et48ExclTuneZ2_7TeV_alpgen_tauola_cff',step1GenDefaults,'',472)
00332 step1['TT1Jets_Et-40_TuneZ2_7TeV_alpgen_tauola']=genvalid('Hadronizer_Et48ExclTuneZ2_7TeV_alpgen_tauola_cff',step1GenDefaults,'',475)
00333 step1['TT2Jets_Et-40_TuneZ2_7TeV_alpgen_tauola']=genvalid('Hadronizer_Et48ExclTuneZ2_7TeV_alpgen_tauola_cff',step1GenDefaults,'',478)
00334 step1['TT3Jets_Et-40_TuneZ2_7TeV_alpgen_tauola']=genvalid('Hadronizer_Et48ExclTuneZ2_7TeV_alpgen_tauola_cff',step1GenDefaults,'',481)
00335 step1['W0Jets_Pt-0To100_TuneZ2_7TeV_alpgen_tauola']=genvalid('Hadronizer_Et20ExclTuneZ2_7TeV_alpgen_tauola_cff',step1GenDefaults,'w',397)
00336 step1['W1Jets_Pt-0To100_TuneZ2_7TeV_alpgen_tauola']=genvalid('Hadronizer_Et20ExclTuneZ2_7TeV_alpgen_tauola_cff',step1GenDefaults,'w',398)
00337 step1['W2Jets_Pt-0To100_TuneZ2_7TeV_alpgen_tauola']=genvalid('Hadronizer_Et20ExclTuneZ2_7TeV_alpgen_tauola_cff',step1GenDefaults,'w',399)
00338 step1['W3Jets_Pt-0To100_TuneZ2_7TeV_alpgen_tauola']=genvalid('Hadronizer_Et20ExclTuneZ2_7TeV_alpgen_tauola_cff',step1GenDefaults,'w',400)
00339 step1['Z0Jets_Pt-0To100_TuneZ2_7TeV_alpgen_tauola']=genvalid('Hadronizer_Et20ExclTuneZ2_7TeV_alpgen_tauola_cff',step1GenDefaults,'dy',440)
00340 step1['Z1Jets_Pt-0To100_TuneZ2_7TeV_alpgen_tauola']=genvalid('Hadronizer_Et20ExclTuneZ2_7TeV_alpgen_tauola_cff',step1GenDefaults,'dy',441)
00341 step1['Z2Jets_Pt-0To100_TuneZ2_7TeV_alpgen_tauola']=genvalid('Hadronizer_Et20ExclTuneZ2_7TeV_alpgen_tauola_cff',step1GenDefaults,'dy',442)
00342 step1['Z3Jets-Pt_0To100_TuneZ2_7TeV_alpgen_tauola']=genvalid('Hadronizer_Et20ExclTuneZ2_7TeV_alpgen_tauola_cff',step1GenDefaults,'dy',443)
00343 
00344 #PU1={'--pileup':'E7TeV_FlatDist10_2011EarlyData_inTimeOnly'}
00345 PU1={'--pileup':'E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT','--pileup_input':'dbs:/RelValProdMinBias/CMSSW_4_4_2_patch10-START44_V7_special_120119-v1/GEN-SIM-RAW'}
00346 step1['ZmumuJets_Pt_20_300PU1']=merge([gen('ZmumuJets_Pt_20_300_GEN_7TeV_cfg',K250by100),PU1])
00347 step1['TTbarPU2']=merge([step1['TTbar'],PU1])
00348 
step1['TTbarFSPU']=merge([{'--pileup':'FlatDist10_2011EarlyData_50ns'},step1['TTbarFS']])
def relval_steps::merge (   dictlist,
  TELL = False 
)

Definition at line 13 of file relval_steps.py.

Referenced by HLTScalersClient::endLuminosityBlock(), SiStripQualityChecker::fillTrackingStatus(), SiStripQualityChecker::fillTrackingStatusAtLumi(), DDI::LogicalPart::mergedSpecificsV(), and DDExpandedView::mergedSpecificsV().

00014                               :
00015     import copy
00016     last=len(dictlist)-1
00017     if TELL: print last,dictlist
00018     if last==0:
00019         # ONLY ONE ITEM LEFT
00020         return copy.copy(dictlist[0])
00021     else:
00022         reducedlist=dictlist[0:max(0,last-1)]
00023         if TELL: print reducedlist
00024         # make a copy of the last item
00025         d=copy.copy(dictlist[last])
00026         # update with the last but one item
00027         d.update(dictlist[last-1])
00028         # and recursively do the rest
00029         reducedlist.append(d)
00030         return merge(reducedlist,TELL)
00031 
00032 
# step1 gensim

Variable Documentation

Initial value:
00001 {'--conditions':'auto:com10',
00002           '-s':'RAW2DIGI,L1Reco,RECO,ALCA:SiStripCalZeroBias+SiStripCalMinBias+TkAlMinBias,DQM',
00003           '--datatier':'RECO,DQMROOT',
00004           '--eventcontent':'RECO,DQMROOT',
00005           '--data':'',
00006           '--magField':'AutoFromDBCurrent',
00007           '--customise':'Configuration/DataProcessing/RecoTLR.customisePPData',
00008           '--process':'reRECO',
00009           '--scenario':'pp',
00010           }

Definition at line 375 of file relval_steps.py.

Initial value:
00001 {
00002     '-s':'GEN,SIM,DIGI,DIGI2RAW,RAW2DIGI,L1Reco,RECO',
00003     '--datatier':'GEN-SIM-DIGI-RAW-RECO',
00004     #'--geometry':'ECALHCAL',
00005     '--eventcontent':'FEVTDEBUG',
00006     '--customise':'Validation/Configuration/ECALHCAL.customise',
00007     '--beamspot':'NoSmear'}

Definition at line 145 of file relval_steps.py.

Initial value:
00001 {'--conditions':'auto:starthi',
00002            '--scenario':'HeavyIons'}

Definition at line 229 of file relval_steps.py.

Definition at line 2 of file relval_steps.py.

dictionary relval_steps::K100byK1 = {'--relval':'100000,1000'}

Definition at line 268 of file relval_steps.py.

dictionary relval_steps::K110000by45000 = {'--relval': '11000000,45000'}

Definition at line 142 of file relval_steps.py.

dictionary relval_steps::K250by100 = {'--relval': '25000,100'}

Definition at line 139 of file relval_steps.py.

dictionary relval_steps::K250by250 = {'--relval': '25000,250'}

Definition at line 141 of file relval_steps.py.

dictionary relval_steps::K25by250 = {'--relval':'25000,250'}

Definition at line 96 of file relval_steps.py.

dictionary relval_steps::K3250000by1300000 = {'--relval': '325000000,1300000'}

Definition at line 140 of file relval_steps.py.

dictionary relval_steps::K562by225 = {'--relval': '56250,225'}

Definition at line 143 of file relval_steps.py.

dictionary relval_steps::K700by280 = {'--relval': '70000,280'}

high stat step1

Definition at line 138 of file relval_steps.py.

dictionary relval_steps::K9by100 = {'--relval':'9000,100'}

Definition at line 94 of file relval_steps.py.

dictionary relval_steps::K9by25 = {'--relval':'9000,25'}

Definition at line 92 of file relval_steps.py.

dictionary relval_steps::K9by250 = {'--relval':'9000,250'}

Definition at line 95 of file relval_steps.py.

dictionary relval_steps::K9by50 = {'--relval':'9000,50'}

Definition at line 93 of file relval_steps.py.

int relval_steps::Run2010B = 149011

Production test section ####.

data ####

Definition at line 63 of file relval_steps.py.

int relval_steps::Run2011A = 165121

Definition at line 79 of file relval_steps.py.

Definition at line 70 of file relval_steps.py.

dictionary relval_steps::stCond = {'--conditions':'auto:startup'}

Standard release validation samples ####.

Definition at line 91 of file relval_steps.py.

dictionary relval_steps::step1 = {}
Initial value:
00001 {'--relval'      : None, # need to be explicitly set
00002                  '-s'            : 'GEN,SIM',
00003                  '-n'            : 10,
00004                  '--conditions'  : 'auto:startup',
00005                  '--datatier'    : 'GEN-SIM',
00006                  '--eventcontent': 'RAWSIM',
00007                  }

Definition at line 33 of file relval_steps.py.

Initial value:
00001 merge([{'-s':'GEN,FASTSIM,HLT:GRun,VALIDATION',
00002                            '--eventcontent':'FEVTDEBUGHLT',
00003                            '--datatier':'GEN-SIM-DIGI-RECO',
00004                            '--relval':'27000,1000'},
00005                           step1Defaults])

fastsim section #### no forseen to do things in two steps GEN-SIM then FASTIM->end: maybe later

Definition at line 263 of file relval_steps.py.

Initial value:
00001 merge([{'-s':'GEN,VALIDATION:genvalid',
00002                          '--relval':'1000000,20000',
00003                          '--eventcontent':'RAWSIM',
00004                          '--datatier':'GEN'},
00005                         step1Defaults])

generator test section ####

Definition at line 288 of file relval_steps.py.

dictionary relval_steps::step2 = {}
Initial value:
00001 { 'cfg'           : 'step2',
00002                   '-s'            : 'DIGI,L1,DIGI2RAW,HLT,RAW2DIGI,L1Reco',
00003                   '--datatier'    : 'GEN-SIM-DIGI-RAW-HLTDEBUG',
00004                   '--eventcontent': 'FEVTDEBUGHLT',
00005                   '--conditions'  : 'auto:startup',
00006                   }

Definition at line 354 of file relval_steps.py.

Initial value:
00001 merge([{'-n':'10',
00002                            '--himix':'',
00003                            '--filein':'file.root',
00004                            '--process':'HISIGNAL'
00005                            },hiDefaults,step1Defaults])

Definition at line 427 of file relval_steps.py.

dictionary relval_steps::step3 = {}
Initial value:
00001 { 'cfg'           : 'step3',
00002                   '-s'            : 'RAW2DIGI,L1Reco,RECO,VALIDATION,DQM',
00003                   #'--filein'      : 'file:reco.root',
00004                   '--conditions'  : 'auto:startup',
00005                   '--no_exec'     : '',
00006                   '--datatier'    : 'GEN-SIM-RECO,DQM',
00007                   '--eventcontent': 'RECOSIM,DQM'
00008                   }

Definition at line 437 of file relval_steps.py.

dictionary relval_steps::step4 = {}

Definition at line 499 of file relval_steps.py.

Initial value:
00001 { 'cfg'           : 'step4',
00002                   '-s'            : 'ALCA:TkAlMuonIsolated+TkAlMinBias+EcalCalElectron+HcalCalIsoTrk+MuAlOverlaps',
00003                   '-n'            : 1000,
00004                   #'--filein'      : 'file:reco.root',
00005                   '--conditions'  : 'auto:startup',
00006                   '--datatier'    : 'ALCARECO',
00007                   '--eventcontent': 'ALCARECO',
00008                   }

Definition at line 491 of file relval_steps.py.

for special wfs ### step1['TTbar_REDIGI_RERECO']=merge([{'cfg':'TTbar_Tauola_7TeV_cfi', '-s':'GEN,SIM,DIGI,L1,DIGI2RAW,HLT:GRun,RAW2DIGI,L1Reco,RECO,ALCA:MuAlCalIsolatedMu+DtCalib,VALIDATION,DQM', '--datatier':'GEN-SIM-DIGI-RAW-HLTDEBUG-RECO,DQM', '--eventcontent':'FEVTDEBUGHLT,DQM'}, K9by50,stCond,step1Defaults]) step2['DIGI2RECO']=merge([{'-s':'DIGI,L1,DIGI2RAW,HLT:GRun,RAW2DIGI,L1Reco,RECO,VALIDATION,DQM', '--filtername':'DIGItoRECO', '--process':'RECO', '--eventcontent':'RECOSIM,DQM', '--datatier':'GEN-SIM-RECO,DQM', 'cfg':'step2'}, stCond,step3Defaults])

Definition at line 585 of file relval_steps.py.

dictionary relval_steps::U500by5 = {'--relval': '500,5'}

step1['MinBias2']=genS('MinBias_7TeV_cfi',K9by100)

step1['QCD_Pt_3000_3500_2']=genS('QCD_Pt_3000_3500_7TeV_cfi',K9by25) step1['QCD_Pt_80_120_2']=genS('QCD_Pt_80_120_7TeV_cfi',K9by50) step1['TTbar2']=genS('TTbar_Tauola_7TeV_cfi',K9by50) step1['ZEE2']=genS('ZEE_7TeV_cfi',K9by100) heavy ions tests

Definition at line 227 of file relval_steps.py.

dictionary relval_steps::U80by2 = {'--relval': '80,2'}

Definition at line 228 of file relval_steps.py.