CMS 3D CMS Logo

Classes | Functions | Variables

relval_steps Namespace Reference

Classes

class  InputInfo
class  Matrix
class  Steps
class  WF

Functions

def addForAll
def changeRefRelease
def gen
def gen2015
def gen2017
def gen2023_BE
def gen2023_LB4
def gen2023_LB6
def genepi
def genS
def genvalid
def identityFS
def identitySim
def Kby
def merge

Variables

dictionary dataReco
dictionary ecalHcal
dictionary hiDefaults
string hltKey = 'relval'
dictionary K100by500 = {'--relval':'100000,500'}
dictionary K100byK2 = {'--relval':'100000,2000'}
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
list menu = autoHLT[hltKey]
list Run2010ASk = [138937,138934,138924,138923,139790,139789,139788,139787,144086,144085,144084,144083,144011]
 Production test section ####.
list Run2010B = [149011]
list Run2010BSk = [146644,147115,147929,148822,149011,149181,149182,149291,149294,149442]
list Run2011A = [165121]
list Run2011ASk = [165121,172802]
list Run2011B = [177719]
list Run2011BSk = [177719,177790,177096,175874]
list Run2012A = [191226]
list Run2012ASk = Run2012A+[]
list Run2012B = [194533]
list Run2012Bsk = Run2012B+[194912,195016]
list Run2012C = [199812]
list Run2012Csk = Run2012C+[194533]
list Run2012D = [208307]
list Run2012Dsk = Run2012D+[207454]
dictionary stCond = {'--conditions':'auto:startup'}
 Standard release validation samples ####.
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 step1PPbDefaults = {'--beamspot':'Realistic8TeVCollisionPPbBoost'}
 pPb tests
dictionary step1Up2015Defaults
 2015
dictionary step1Up2017Defaults
dictionary step1Up2023_BE_Defaults
dictionary step1Up2023_LB4_Defaults
dictionary step1Up2023_LB6_Defaults
dictionary step1UpepiDefaults
 upgrade dedicated wf extendedPhase1
dictionary step2Defaults
tuple step2HImixDefaults
dictionary step2Upg2015Defaults
dictionary step2Upg2017Defaults
dictionary step2Upgpixphase1Defaults
dictionary step3Defaults
dictionary step3Up2015Defaults
dictionary step3Up2017Defaults
dictionary step3Up2023_BE_Defaults
dictionary step3Up2023_LB4_Defaults
dictionary step3Up2023_LB6_Defaults
dictionary step3Upgpixphase1Defaults
dictionary step4Defaults
tuple steps = Steps()
dictionary U500by1 = {'--relval': '500,1'}
 heavy ions tests
dictionary U80by1 = {'--relval': '80,1'}
dictionary wmsplit = {}

Function Documentation

def relval_steps::addForAll (   steps,
  d 
)

Definition at line 734 of file relval_steps.py.

00735                       :
00736     for s in steps:
00737         steps[s].update(d)
00738 
00739 

def relval_steps::changeRefRelease (   steps,
  listOfPairs 
)

Definition at line 722 of file relval_steps.py.

00723                                        :
00724     for s in steps:
00725         if ('INPUT' in steps[s]):
00726             oldD=steps[s]['INPUT'].dataSet
00727             for (ref,newRef) in listOfPairs:
00728                 if  ref in oldD:
00729                     steps[s]['INPUT'].dataSet=oldD.replace(ref,newRef)
00730         if '--pileup_input' in steps[s]:
00731             for (ref,newRef) in listOfPairs:
00732                 if ref in steps[s]['--pileup_input']:
00733                     steps[s]['--pileup_input']=steps[s]['--pileup_input'].replace(ref,newRef)
        
def relval_steps::gen (   fragment,
  howMuch 
)

Definition at line 229 of file relval_steps.py.

00230                          :
00231     global step1Defaults
00232     return merge([{'cfg':fragment},howMuch,step1Defaults])
00233 
00234 steps['MinBias']=gen('MinBias_8TeV_cfi',Kby(9,300))
00235 steps['QCD_Pt_3000_3500']=gen('QCD_Pt_3000_3500_8TeV_cfi',Kby(9,25))
00236 steps['QCD_Pt_600_800']=gen('QCD_Pt_600_800_8TeV_cfi',Kby(9,50))
00237 steps['QCD_Pt_80_120']=gen('QCD_Pt_80_120_8TeV_cfi',Kby(9,100))
00238 steps['SingleElectronPt10']=gen('SingleElectronPt10_cfi',Kby(9,3000))
00239 steps['SingleElectronPt35']=gen('SingleElectronPt35_cfi',Kby(9,500))
00240 steps['SingleElectronPt1000']=gen('SingleElectronPt1000_cfi',Kby(9,50))
00241 steps['SingleGammaPt10']=gen('SingleGammaPt10_cfi',Kby(9,3000))
00242 steps['SingleGammaPt35']=gen('SingleGammaPt35_cfi',Kby(9,500))
00243 steps['SingleMuPt1']=gen('SingleMuPt1_cfi',Kby(25,1000))
00244 steps['SingleMuPt10']=gen('SingleMuPt10_cfi',Kby(25,500))
00245 steps['SingleMuPt100']=gen('SingleMuPt100_cfi',Kby(9,500))
00246 steps['SingleMuPt1000']=gen('SingleMuPt1000_cfi',Kby(9,500))
00247 steps['TTbar']=gen('TTbar_Tauola_8TeV_cfi',Kby(9,100))
00248 steps['TTbarLepton']=gen('TTbarLepton_Tauola_8TeV_cfi',Kby(9,100))
00249 steps['ZEE']=gen('ZEE_8TeV_cfi',Kby(9,100))
00250 steps['Wjet_Pt_80_120']=gen('Wjet_Pt_80_120_8TeV_cfi',Kby(9,100))
00251 steps['Wjet_Pt_3000_3500']=gen('Wjet_Pt_3000_3500_8TeV_cfi',Kby(9,50))
00252 steps['LM1_sfts']=gen('LM1_sfts_8TeV_cfi',Kby(9,100))
00253 steps['QCD_FlatPt_15_3000']=gen('QCDForPF_8TeV_cfi',Kby(9,100))
00254 steps['QCD_FlatPt_15_3000HS']=gen('QCDForPF_8TeV_cfi',Kby(50,100))

def relval_steps::gen2015 (   fragment,
  howMuch 
)

Definition at line 491 of file relval_steps.py.

00492                              :
00493     global step1Up2015Defaults
00494     return merge([{'cfg':fragment},howMuch,step1Up2015Defaults])
00495 
00496 steps['FourMuPt1_200_UPG2015']=gen2015('FourMuPt_1_200_cfi',Kby(10,100))
00497 steps['SingleElectronPt10_UPG2015']=gen2015('SingleElectronPt10_cfi',Kby(9,3000))
00498 steps['SingleElectronPt35_UPG2015']=gen2015('SingleElectronPt35_cfi',Kby(9,500))
00499 steps['SingleElectronPt1000_UPG2015']=gen2015('SingleElectronPt1000_cfi',Kby(9,50))
00500 steps['SingleGammaPt10_UPG2015']=gen2015('SingleGammaPt10_cfi',Kby(9,3000))
00501 steps['SingleGammaPt35_UPG2015']=gen2015('SingleGammaPt35_cfi',Kby(9,500))
00502 steps['SingleMuPt1_UPG2015']=gen2015('SingleMuPt1_cfi',Kby(25,1000))
00503 steps['SingleMuPt10_UPG2015']=gen2015('SingleMuPt10_cfi',Kby(25,500))
00504 steps['SingleMuPt100_UPG2015']=gen2015('SingleMuPt100_cfi',Kby(9,500))
00505 steps['SingleMuPt1000_UPG2015']=gen2015('SingleMuPt1000_cfi',Kby(9,500))
00506 
00507 steps['TTbarLepton_UPG2015_8']=gen2015('TTbarLepton_Tauola_8TeV_cfi',Kby(9,100))
00508 steps['Wjet_Pt_80_120_UPG2015_8']=gen2015('Wjet_Pt_80_120_8TeV_cfi',Kby(9,100))
00509 steps['Wjet_Pt_3000_3500_UPG2015_8']=gen2015('Wjet_Pt_3000_3500_8TeV_cfi',Kby(9,50))
00510 steps['LM1_sfts_UPG2015_8']=gen2015('LM1_sfts_8TeV_cfi',Kby(9,100))
00511 
00512 steps['QCD_Pt_3000_3500_UPG2015_8']=gen2015('QCD_Pt_3000_3500_8TeV_cfi',Kby(9,25))
00513 steps['QCD_Pt_600_800_UPG2015_8']=gen2015('QCD_Pt_600_800_8TeV_cfi',Kby(9,50))
00514 steps['QCD_Pt_80_120_UPG2015_8']=gen2015('QCD_Pt_80_120_8TeV_cfi',Kby(9,100))
00515 
00516 steps['Higgs200ChargedTaus_UPG2015_8']=gen2015('H200ChargedTaus_Tauola_8TeV_cfi',Kby(9,100))
00517 steps['JpsiMM_UPG2015_8']=gen2015('JpsiMM_8TeV_cfi',Kby(66,1000))
00518 steps['TTbar_UPG2015_8']=gen2015('TTbar_Tauola_8TeV_cfi',Kby(9,100))
00519 steps['WE_UPG2015_8']=gen2015('WE_8TeV_cfi',Kby(9,100))
00520 steps['ZEE_UPG2015_8']=gen2015('ZEE_8TeV_cfi',Kby(9,100))
00521 steps['ZTT_UPG2015_8']=gen2015('ZTT_Tauola_All_hadronic_8TeV_cfi',Kby(9,150))
00522 steps['H130GGgluonfusion_UPG2015_8']=gen2015('H130GGgluonfusion_8TeV_cfi',Kby(9,100))
00523 steps['PhotonJets_Pt_10_UPG2015_8']=gen2015('PhotonJet_Pt_10_8TeV_cfi',Kby(9,150))
00524 steps['QQH1352T_Tauola_UPG2015_8']=gen2015('QQH1352T_Tauola_8TeV_cfi',Kby(9,100))
00525 
00526 steps['MinBias_TuneZ2star_UPG2015_8']=gen2015('MinBias_TuneZ2star_8TeV_pythia6_cff',Kby(9,300))
00527 steps['WM_UPG2015_8']=gen2015('WM_8TeV_cfi',Kby(9,200))
00528 steps['ZMM_UPG2015_8']=gen2015('ZMM_8TeV_cfi',Kby(18,300))
00529 
00530 steps['ADDMonoJet_d3MD3_UPG2015_8']=gen2015('ADDMonoJet_8TeV_d3MD3_cfi',Kby(9,100))
00531 steps['ZpMM_UPG2015_8']=gen2015('ZpMM_8TeV_cfi',Kby(9,200))
00532 steps['WpM_UPG2015_8']=gen2015('WpM_8TeV_cfi',Kby(9,200))
00533 
00534 
00535 
00536 #14TeV
00537 #steps['TTbarLepton_UPG2015_14']=gen2015('TTbarLepton_Tauola_14TeV_cfi',Kby(9,100))
00538 steps['Wjet_Pt_80_120_UPG2015_14']=gen2015('Wjet_Pt_80_120_14TeV_cfi',Kby(9,100))
00539 steps['Wjet_Pt_3000_3500_UPG2015_14']=gen2015('Wjet_Pt_3000_3500_14TeV_cfi',Kby(9,50))
00540 steps['LM1_sfts_UPG2015_14']=gen2015('LM1_sfts_14TeV_cfi',Kby(9,100))
00541 
00542 steps['QCD_Pt_3000_3500_UPG2015_14']=gen2015('QCD_Pt_3000_3500_14TeV_cfi',Kby(9,25))
00543 #steps['QCD_Pt_600_800_UPG2015_14']=gen2015('QCD_Pt_600_800_14TeV_cfi',Kby(9,50))
00544 steps['QCD_Pt_80_120_UPG2015_14']=gen2015('QCD_Pt_80_120_14TeV_cfi',Kby(9,100))
00545 
00546 steps['Higgs200ChargedTaus_UPG2015_14']=gen2015('H200ChargedTaus_Tauola_14TeV_cfi',Kby(9,100))
00547 steps['JpsiMM_UPG2015_14']=gen2015('JpsiMM_14TeV_cfi',Kby(66,1000))
00548 steps['TTbar_UPG2015_14']=gen2015('TTbar_Tauola_14TeV_cfi',Kby(9,100))
00549 steps['WE_UPG2015_14']=gen2015('WE_14TeV_cfi',Kby(9,100))
00550 steps['ZEE_UPG2015_14']=gen2015('ZEE_14TeV_cfi',Kby(9,100))
00551 steps['ZTT_UPG2015_14']=gen2015('ZTT_Tauola_All_hadronic_14TeV_cfi',Kby(9,150))
00552 steps['H130GGgluonfusion_UPG2015_14']=gen2015('H130GGgluonfusion_14TeV_cfi',Kby(9,100))
00553 steps['PhotonJets_Pt_10_UPG2015_14']=gen2015('PhotonJet_Pt_10_14TeV_cfi',Kby(9,150))
00554 steps['QQH1352T_Tauola_UPG2015_14']=gen2015('QQH1352T_Tauola_14TeV_cfi',Kby(9,100))
00555 
00556 steps['MinBias_TuneZ2star_UPG2015_14']=gen2015('MinBias_TuneZ2star_14TeV_pythia6_cff',Kby(9,300))
00557 steps['WM_UPG2015_14']=gen2015('WM_14TeV_cfi',Kby(9,200))
00558 steps['ZMM_UPG2015_14']=gen2015('ZMM_14TeV_cfi',Kby(18,300))
00559 
00560 #steps['ADDMonoJet_d3MD3_UPG2015_14']=gen2015('ADDMonoJet_14TeV_d3MD3_cfi',Kby(9,100))
00561 #steps['ZpMM_UPG2015_14']=gen2015('ZpMM_14TeV_cfi',Kby(9,200))
00562 #steps['WpM_UPG2015_14']=gen2015('WpM_14TeV_cfi',Kby(9,200))
00563 
00564 

def relval_steps::gen2017 (   fragment,
  howMuch 
)

Definition at line 574 of file relval_steps.py.

00575                              :
00576     global step1Up2017Defaults
00577     return merge([{'cfg':fragment},howMuch,step1Up2017Defaults])
00578 
00579 steps['FourMuPt1_200_UPG2017']=gen2017('FourMuPt_1_200_cfi',Kby(10,100))
00580 steps['SingleElectronPt10_UPG2017']=gen2017('SingleElectronPt10_cfi',Kby(9,3000))
00581 steps['SingleElectronPt35_UPG2017']=gen2017('SingleElectronPt35_cfi',Kby(9,500))
00582 steps['SingleElectronPt1000_UPG2017']=gen2017('SingleElectronPt1000_cfi',Kby(9,50))
00583 steps['SingleGammaPt10_UPG2017']=gen2017('SingleGammaPt10_cfi',Kby(9,3000))
00584 steps['SingleGammaPt35_UPG2017']=gen2017('SingleGammaPt35_cfi',Kby(9,500))
00585 steps['SingleMuPt1_UPG2017']=gen2017('SingleMuPt1_cfi',Kby(25,1000))
00586 steps['SingleMuPt10_UPG2017']=gen2017('SingleMuPt10_cfi',Kby(25,500))
00587 steps['SingleMuPt100_UPG2017']=gen2017('SingleMuPt100_cfi',Kby(9,500))
00588 steps['SingleMuPt1000_UPG2017']=gen2017('SingleMuPt1000_cfi',Kby(9,500))
00589 
00590 steps['TTbarLepton_UPG2017_8']=gen2017('TTbarLepton_Tauola_8TeV_cfi',Kby(9,100))
00591 steps['Wjet_Pt_80_120_UPG2017_8']=gen2017('Wjet_Pt_80_120_8TeV_cfi',Kby(9,100))
00592 steps['Wjet_Pt_3000_3500_UPG2017_8']=gen2017('Wjet_Pt_3000_3500_8TeV_cfi',Kby(9,50))
00593 steps['LM1_sfts_UPG2017_8']=gen2017('LM1_sfts_8TeV_cfi',Kby(9,100))
00594 
00595 steps['QCD_Pt_3000_3500_UPG2017_8']=gen2017('QCD_Pt_3000_3500_8TeV_cfi',Kby(9,25))
00596 steps['QCD_Pt_600_800_UPG2017_8']=gen2017('QCD_Pt_600_800_8TeV_cfi',Kby(9,50))
00597 steps['QCD_Pt_80_120_UPG2017_8']=gen2017('QCD_Pt_80_120_8TeV_cfi',Kby(9,100))
00598 
00599 steps['Higgs200ChargedTaus_UPG2017_8']=gen2017('H200ChargedTaus_Tauola_8TeV_cfi',Kby(9,100))
00600 steps['JpsiMM_UPG2017_8']=gen2017('JpsiMM_8TeV_cfi',Kby(66,1000))
00601 steps['TTbar_UPG2017_8']=gen2017('TTbar_Tauola_8TeV_cfi',Kby(9,100))
00602 steps['WE_UPG2017_8']=gen2017('WE_8TeV_cfi',Kby(9,100))
00603 steps['ZEE_UPG2017_8']=gen2017('ZEE_8TeV_cfi',Kby(9,100))
00604 steps['ZTT_UPG2017_8']=gen2017('ZTT_Tauola_All_hadronic_8TeV_cfi',Kby(9,150))
00605 steps['H130GGgluonfusion_UPG2017_8']=gen2017('H130GGgluonfusion_8TeV_cfi',Kby(9,100))
00606 steps['PhotonJets_Pt_10_UPG2017_8']=gen2017('PhotonJet_Pt_10_8TeV_cfi',Kby(9,150))
00607 steps['QQH1352T_Tauola_UPG2017_8']=gen2017('QQH1352T_Tauola_8TeV_cfi',Kby(9,100))
00608 
00609 steps['MinBias_TuneZ2star_UPG2017_8']=gen2017('MinBias_TuneZ2star_8TeV_pythia6_cff',Kby(9,300))
00610 steps['WM_UPG2017_8']=gen2017('WM_8TeV_cfi',Kby(9,200))
00611 steps['ZMM_UPG2017_8']=gen2017('ZMM_8TeV_cfi',Kby(18,300))
00612 
00613 steps['ADDMonoJet_d3MD3_UPG2017_8']=gen2017('ADDMonoJet_8TeV_d3MD3_cfi',Kby(9,100))
00614 steps['ZpMM_UPG2017_8']=gen2017('ZpMM_8TeV_cfi',Kby(9,200))
00615 steps['WpM_UPG2017_8']=gen2017('WpM_8TeV_cfi',Kby(9,200))
00616 
00617 
00618 
00619 #14TeV
00620 #steps['TTbarLepton_UPG2017_14']=gen2017('TTbarLepton_Tauola_14TeV_cfi',Kby(9,100))
00621 steps['Wjet_Pt_80_120_UPG2017_14']=gen2017('Wjet_Pt_80_120_14TeV_cfi',Kby(9,100))
00622 steps['Wjet_Pt_3000_3500_UPG2017_14']=gen2017('Wjet_Pt_3000_3500_14TeV_cfi',Kby(9,50))
00623 steps['LM1_sfts_UPG2017_14']=gen2017('LM1_sfts_14TeV_cfi',Kby(9,100))
00624 
00625 steps['QCD_Pt_3000_3500_UPG2017_14']=gen2017('QCD_Pt_3000_3500_14TeV_cfi',Kby(9,25))
00626 #steps['QCD_Pt_600_800_UPG2017_14']=gen2017('QCD_Pt_600_800_14TeV_cfi',Kby(9,50))
00627 steps['QCD_Pt_80_120_UPG2017_14']=gen2017('QCD_Pt_80_120_14TeV_cfi',Kby(9,100))
00628 
00629 steps['Higgs200ChargedTaus_UPG2017_14']=gen2017('H200ChargedTaus_Tauola_14TeV_cfi',Kby(9,100))
00630 steps['JpsiMM_UPG2017_14']=gen2017('JpsiMM_14TeV_cfi',Kby(66,1000))
00631 steps['TTbar_UPG2017_14']=gen2017('TTbar_Tauola_14TeV_cfi',Kby(9,100))
00632 steps['WE_UPG2017_14']=gen2017('WE_14TeV_cfi',Kby(9,100))
00633 steps['ZEE_UPG2017_14']=gen2017('ZEE_14TeV_cfi',Kby(9,100))
00634 steps['ZTT_UPG2017_14']=gen2017('ZTT_Tauola_All_hadronic_14TeV_cfi',Kby(9,150))
00635 steps['H130GGgluonfusion_UPG2017_14']=gen2017('H130GGgluonfusion_14TeV_cfi',Kby(9,100))
00636 steps['PhotonJets_Pt_10_UPG2017_14']=gen2017('PhotonJet_Pt_10_14TeV_cfi',Kby(9,150))
00637 steps['QQH1352T_Tauola_UPG2017_14']=gen2017('QQH1352T_Tauola_14TeV_cfi',Kby(9,100))
00638 
00639 steps['MinBias_TuneZ2star_UPG2017_14']=gen2017('MinBias_TuneZ2star_14TeV_pythia6_cff',Kby(9,300))
00640 steps['WM_UPG2017_14']=gen2017('WM_14TeV_cfi',Kby(9,200))
00641 steps['ZMM_UPG2017_14']=gen2017('ZMM_14TeV_cfi',Kby(18,300))
00642 
00643 #steps['ADDMonoJet_d3MD3_UPG2017_14']=gen2017('ADDMonoJet_14TeV_d3MD3_cfi',Kby(9,100))
00644 #steps['ZpMM_UPG2017_14']=gen2017('ZpMM_14TeV_cfi',Kby(9,200))
00645 #steps['WpM_UPG2017_14']=gen2017('WpM_14TeV_cfi',Kby(9,200))
00646 

def relval_steps::gen2023_BE (   fragment,
  howMuch 
)

Definition at line 656 of file relval_steps.py.

00657                                 :
00658     global step1Up2023_BE_Defaults
00659     return merge([{'cfg':fragment},howMuch,step1Up2023_BE_Defaults])
00660     
00661 steps['FourMuPt1_200_UPG2023_BE']=gen2023_BE('FourMuPt_1_200_cfi',Kby(10,100))
00662 steps['MinBias_TuneZ2star_UPG2023_14_BE']=gen2023_BE('MinBias_TuneZ2star_14TeV_pythia6_cff',Kby(9,300))
00663 steps['TTbar_UPG2023_14_BE']=gen2023_BE('TTbar_Tauola_14TeV_cfi',Kby(9,100))
00664   
    
def relval_steps::gen2023_LB4 (   fragment,
  howMuch 
)

Definition at line 674 of file relval_steps.py.

00675                                  :
00676     global step1Up2023_LB4_Defaults
00677     return merge([{'cfg':fragment},howMuch,step1Up2023_LB4_Defaults])
00678     
00679 steps['FourMuPt1_200_UPG2023_LB4']=gen2023_LB4('FourMuPt_1_200_cfi',Kby(10,100))
00680 steps['MinBias_TuneZ2star_UPG2023_14_LB4']=gen2023_LB4('MinBias_TuneZ2star_14TeV_pythia6_cff',Kby(9,300))
00681 steps['TTbar_UPG2023_14_LB4']=gen2023_LB4('TTbar_Tauola_14TeV_cfi',Kby(9,100))
00682   
 
def relval_steps::gen2023_LB6 (   fragment,
  howMuch 
)

Definition at line 692 of file relval_steps.py.

00693                                  :
00694     global step1Up2023_LB6_Defaults
00695     return merge([{'cfg':fragment},howMuch,step1Up2023_LB6_Defaults])
00696     
00697 steps['FourMuPt1_200_UPG2023_LB6']=gen2023_LB6('FourMuPt_1_200_cfi',Kby(10,100))
00698 steps['MinBias_TuneZ2star_UPG2023_14_LB6']=gen2023_LB6('MinBias_TuneZ2star_14TeV_pythia6_cff',Kby(9,300))
00699 steps['TTbar_UPG2023_14_LB6']=gen2023_LB6('TTbar_Tauola_14TeV_cfi',Kby(9,100))
00700    
 
def relval_steps::genepi (   fragment,
  howMuch 
)

Definition at line 407 of file relval_steps.py.

00408                             :
00409     global step1UpepiDefaults
00410     return merge([{'cfg':fragment},howMuch,step1UpepiDefaults])
00411 
00412 steps['FourMuPt1_200_UPGPhase1']=genepi('FourMuPt_1_200_cfi',Kby(10,100))
00413 steps['SingleElectronPt10_UPGPhase1']=genepi('SingleElectronPt10_cfi',Kby(9,3000))
00414 steps['SingleElectronPt35_UPGPhase1']=genepi('SingleElectronPt35_cfi',Kby(9,500))
00415 steps['SingleElectronPt1000_UPGPhase1']=genepi('SingleElectronPt1000_cfi',Kby(9,50))
00416 steps['SingleGammaPt10_UPGPhase1']=genepi('SingleGammaPt10_cfi',Kby(9,3000))
00417 steps['SingleGammaPt35_UPGPhase1']=genepi('SingleGammaPt35_cfi',Kby(9,500))
00418 steps['SingleMuPt1_UPGPhase1']=genepi('SingleMuPt1_cfi',Kby(25,1000))
00419 steps['SingleMuPt10_UPGPhase1']=genepi('SingleMuPt10_cfi',Kby(25,500))
00420 steps['SingleMuPt100_UPGPhase1']=genepi('SingleMuPt100_cfi',Kby(9,500))
00421 steps['SingleMuPt1000_UPGPhase1']=genepi('SingleMuPt1000_cfi',Kby(9,500))
00422 
00423 steps['TTbarLepton_UPGPhase1_8']=genepi('TTbarLepton_Tauola_8TeV_cfi',Kby(9,100))
00424 steps['Wjet_Pt_80_120_UPGPhase1_8']=genepi('Wjet_Pt_80_120_8TeV_cfi',Kby(9,100))
00425 steps['Wjet_Pt_3000_3500_UPGPhase1_8']=genepi('Wjet_Pt_3000_3500_8TeV_cfi',Kby(9,50))
00426 steps['LM1_sfts_UPGPhase1_8']=genepi('LM1_sfts_8TeV_cfi',Kby(9,100))
00427 
00428 steps['QCD_Pt_3000_3500_UPGPhase1_8']=genepi('QCD_Pt_3000_3500_8TeV_cfi',Kby(9,25))
00429 steps['QCD_Pt_600_800_UPGPhase1_8']=genepi('QCD_Pt_600_800_8TeV_cfi',Kby(9,50))
00430 steps['QCD_Pt_80_120_UPGPhase1_8']=genepi('QCD_Pt_80_120_8TeV_cfi',Kby(9,100))
00431 
00432 steps['Higgs200ChargedTaus_UPGPhase1_8']=genepi('H200ChargedTaus_Tauola_8TeV_cfi',Kby(9,100))
00433 steps['JpsiMM_UPGPhase1_8']=genepi('JpsiMM_8TeV_cfi',Kby(66,1000))
00434 steps['TTbar_UPGPhase1_8']=genepi('TTbar_Tauola_8TeV_cfi',Kby(9,100))
00435 steps['WE_UPGPhase1_8']=genepi('WE_8TeV_cfi',Kby(9,100))
00436 steps['ZEE_UPGPhase1_8']=genepi('ZEE_8TeV_cfi',Kby(9,100))
00437 steps['ZTT_UPGPhase1_8']=genepi('ZTT_Tauola_All_hadronic_8TeV_cfi',Kby(9,150))
00438 steps['H130GGgluonfusion_UPGPhase1_8']=genepi('H130GGgluonfusion_8TeV_cfi',Kby(9,100))
00439 steps['PhotonJets_Pt_10_UPGPhase1_8']=genepi('PhotonJet_Pt_10_8TeV_cfi',Kby(9,150))
00440 steps['QQH1352T_Tauola_UPGPhase1_8']=genepi('QQH1352T_Tauola_8TeV_cfi',Kby(9,100))
00441 
00442 steps['MinBias_TuneZ2star_UPGPhase1_8']=genepi('MinBias_TuneZ2star_8TeV_pythia6_cff',Kby(9,300))
00443 steps['WM_UPGPhase1_8']=genepi('WM_8TeV_cfi',Kby(9,200))
00444 steps['ZMM_UPGPhase1_8']=genepi('ZMM_8TeV_cfi',Kby(18,300))
00445 
00446 steps['ADDMonoJet_d3MD3_UPGPhase1_8']=genepi('ADDMonoJet_8TeV_d3MD3_cfi',Kby(9,100))
00447 steps['ZpMM_UPGPhase1_8']=genepi('ZpMM_8TeV_cfi',Kby(9,200))
00448 steps['WpM_UPGPhase1_8']=genepi('WpM_8TeV_cfi',Kby(9,200))
00449 
00450 
00451 
00452 #14TeV
00453 #steps['TTbarLepton_UPGPhase1_14']=genepi('TTbarLepton_Tauola_14TeV_cfi',Kby(9,100))
00454 steps['Wjet_Pt_80_120_UPGPhase1_14']=genepi('Wjet_Pt_80_120_14TeV_cfi',Kby(9,100))
00455 steps['Wjet_Pt_3000_3500_UPGPhase1_14']=genepi('Wjet_Pt_3000_3500_14TeV_cfi',Kby(9,50))
00456 steps['LM1_sfts_UPGPhase1_14']=genepi('LM1_sfts_14TeV_cfi',Kby(9,100))
00457 
00458 steps['QCD_Pt_3000_3500_UPGPhase1_14']=genepi('QCD_Pt_3000_3500_14TeV_cfi',Kby(9,25))
00459 #steps['QCD_Pt_600_800_UPGPhase1_14']=genepi('QCD_Pt_600_800_14TeV_cfi',Kby(9,50))
00460 steps['QCD_Pt_80_120_UPGPhase1_14']=genepi('QCD_Pt_80_120_14TeV_cfi',Kby(9,100))
00461 
00462 steps['Higgs200ChargedTaus_UPGPhase1_14']=genepi('H200ChargedTaus_Tauola_14TeV_cfi',Kby(9,100))
00463 steps['JpsiMM_UPGPhase1_14']=genepi('JpsiMM_14TeV_cfi',Kby(66,1000))
00464 steps['TTbar_UPGPhase1_14']=genepi('TTbar_Tauola_14TeV_cfi',Kby(9,100))
00465 steps['WE_UPGPhase1_14']=genepi('WE_14TeV_cfi',Kby(9,100))
00466 steps['ZEE_UPGPhase1_14']=genepi('ZEE_14TeV_cfi',Kby(9,100))
00467 steps['ZTT_UPGPhase1_14']=genepi('ZTT_Tauola_All_hadronic_14TeV_cfi',Kby(9,150))
00468 steps['H130GGgluonfusion_UPGPhase1_14']=genepi('H130GGgluonfusion_14TeV_cfi',Kby(9,100))
00469 steps['PhotonJets_Pt_10_UPGPhase1_14']=genepi('PhotonJet_Pt_10_14TeV_cfi',Kby(9,150))
00470 steps['QQH1352T_Tauola_UPGPhase1_14']=genepi('QQH1352T_Tauola_14TeV_cfi',Kby(9,100))
00471 
00472 steps['MinBias_TuneZ2star_UPGPhase1_14']=genepi('MinBias_TuneZ2star_14TeV_pythia6_cff',Kby(9,300))
00473 steps['WM_UPGPhase1_14']=genepi('WM_14TeV_cfi',Kby(9,200))
00474 steps['ZMM_UPGPhase1_14']=genepi('ZMM_14TeV_cfi',Kby(18,300))
00475 
00476 #steps['ADDMonoJet_d3MD3_UPGPhase1_14']=genepi('ADDMonoJet_14TeV_d3MD3_cfi',Kby(9,100))
00477 #steps['ZpMM_UPGPhase1_14']=genepi('ZpMM_14TeV_cfi',Kby(9,200))
00478 #steps['WpM_UPGPhase1_14']=genepi('WpM_14TeV_cfi',Kby(9,200))
00479 

def relval_steps::genS (   fragment,
  howMuch 
)

Definition at line 331 of file relval_steps.py.

00332                           :
00333     global step1Defaults,stCond
00334     return merge([{'cfg':fragment},stCond,howMuch,step1Defaults])
00335 
00336 steps['Higgs200ChargedTaus']=genS('H200ChargedTaus_Tauola_8TeV_cfi',Kby(9,100))
00337 steps['JpsiMM']=genS('JpsiMM_8TeV_cfi',Kby(66,1000))
00338 steps['WE']=genS('WE_8TeV_cfi',Kby(9,100))
00339 steps['WM']=genS('WM_8TeV_cfi',Kby(9,200))
00340 steps['WpM']=genS('WpM_8TeV_cfi',Kby(9,200))
00341 steps['ZMM']=genS('ZMM_8TeV_cfi',Kby(18,300))
00342 steps['ZpMM']=genS('ZpMM_8TeV_cfi',Kby(9,200))
00343 
00344 steps['ZTT']=genS('ZTT_Tauola_All_hadronic_8TeV_cfi',Kby(9,150))
00345 steps['H130GGgluonfusion']=genS('H130GGgluonfusion_8TeV_cfi',Kby(9,100))
00346 steps['PhotonJets_Pt_10']=genS('PhotonJet_Pt_10_8TeV_cfi',Kby(9,150))
00347 steps['QQH1352T_Tauola']=genS('QQH1352T_Tauola_8TeV_cfi',Kby(9,100))
00348 steps['ZmumuJets_Pt_20_300']=gen('ZmumuJets_Pt_20_300_GEN_8TeV_cfg',Kby(250,100))
00349 steps['ADDMonoJet_d3MD3']=genS('ADDMonoJet_8TeV_d3MD3_cfi',Kby(9,100))
00350 
00351 steps['MinBias2INPUT']={'INPUT':InputInfo(dataSet='/RelValMinBias/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00352 steps['Higgs200ChargedTausINPUT']={'INPUT':InputInfo(dataSet='/RelValHiggs200ChargedTaus/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00353 steps['QCD_Pt_3000_3500_2INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_Pt_3000_3500/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00354 steps['QCD_Pt_80_120_2INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_Pt_80_120/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00355 steps['JpsiMMINPUT']={'INPUT':InputInfo(dataSet='/RelValJpsiMM/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00356 steps['TTbar2INPUT']={'INPUT':InputInfo(dataSet='/RelValTTbar/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00357 steps['WEINPUT']={'INPUT':InputInfo(dataSet='/RelValWE/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00358 steps['WMINPUT']={'INPUT':InputInfo(dataSet='/RelValWM/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00359 steps['ZEEINPUT']={'INPUT':InputInfo(dataSet='/RelValZEE/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00360 steps['ZMMINPUT']={'INPUT':InputInfo(dataSet='/RelValZMM/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00361 steps['ZTTINPUT']={'INPUT':InputInfo(dataSet='/RelValZTT/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00362 steps['H130GGgluonfusionINPUT']={'INPUT':InputInfo(dataSet='/RelValH130GGgluonfusion/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00363 steps['PhotonJets_Pt_10INPUT']={'INPUT':InputInfo(dataSet='/RelValPhotonJets_Pt_10/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00364 steps['QQH1352T_TauolaINPUT']={'INPUT':InputInfo(dataSet='/RelValQQH1352T_Tauola/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00365 steps['ADDMonoJet_d3MD3INPUT']={'INPUT':InputInfo(dataSet='/RelValADDMonoJet_d3MD3/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00366 steps['WpMINPUT']={'INPUT':InputInfo(dataSet='/RelValZpMM/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00367 steps['ZpMMINPUT']={'INPUT':InputInfo(dataSet='/RelValWpM/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00368 
00369 steps['ZmumuJets_Pt_20_300INPUT']={'INPUT':InputInfo(dataSet='/RelValZmumuJets_Pt_20_300/%s/GEN-SIM'%(baseDataSetRelease[2],),location='STD')}
00370                                 
00371 
00372 steps['Cosmics']=merge([{'cfg':'UndergroundCosmicMu_cfi.py','--scenario':'cosmics'},Kby(666,100000),step1Defaults])
00373 steps['BeamHalo']=merge([{'cfg':'BeamHalo_cfi.py','--scenario':'cosmics'},Kby(9,100),step1Defaults])
00374 
00375 steps['CosmicsINPUT']={'INPUT':InputInfo(dataSet='/RelValCosmics/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00376 steps['BeamHaloINPUT']={'INPUT':InputInfo(dataSet='/RelValBeamHalo/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00377 
00378 steps['QCD_Pt_50_80']=genS('QCD_Pt_50_80_8TeV_cfi',K250by100)
00379 steps['QCD_Pt_15_20']=genS('QCD_Pt_15_20_8TeV_cfi',K250by100)
00380 steps['ZTTHS']=merge([K250by100,steps['ZTT']])
00381 steps['QQH120Inv']=genS('QQH120Inv_8TeV_cfi',K250by100)
00382 steps['TTbar2HS']=merge([K250by100,steps['TTbar']])
00383 steps['JpsiMM_Pt_20_inf']=genS('JpsiMM_Pt_20_inf_8TeV_cfi',K700by280)
00384 steps['QCD_Pt_120_170']=genS('QCD_Pt_120_170_8TeV_cfi',K250by100)
00385 steps['H165WW2L']=genS('H165WW2L_Tauola_8TeV_cfi',K250by100)
00386 steps['UpsMM']=genS('UpsMM_8TeV_cfi',K562by225)
00387 steps['RSGrav']=genS('RS750_quarks_and_leptons_8TeV_cff',K250by100)
00388 steps['QCD_Pt_80_120_2HS']=merge([K250by100,steps['QCD_Pt_80_120']])
00389 steps['bJpsiX']=genS('bJpsiX_8TeV_cfi',K3250000by1300000)
00390 steps['QCD_Pt_30_50']=genS('QCD_Pt_30_50_8TeV_cfi',K250by100)
00391 steps['H200ZZ4L']=genS('H200ZZ4L_Tauola_8TeV_cfi',K250by100)
00392 steps['LM9p']=genS('LM9p_8TeV_cff',K250by100)
00393 steps['QCD_Pt_20_30']=genS('QCD_Pt_20_30_8TeV_cfi',K250by100)
00394 steps['QCD_Pt_170_230']=genS('QCD_Pt_170_230_8TeV_cfi',K250by100)
00395 

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

Definition at line 787 of file relval_steps.py.

00788                                            :
00789     import copy
00790     c=copy.copy(d)
00791     if suffix:
00792         c['-s']=c['-s'].replace('genvalid','genvalid_'+suffix)
00793     if fi:
00794         c['--filein']='lhe:%d'%(fi,)
00795     c['cfg']=fragment
00796     return c
00797     
00798 steps['QCD_Pt-30_8TeV_herwigpp']=genvalid('QCD_Pt_30_8TeV_herwigpp_cff',step1GenDefaults)
00799 steps['DYToLL_M-50_TuneZ2star_8TeV_pythia6-tauola']=genvalid('DYToLL_M_50_TuneZ2star_8TeV_pythia6_tauola_cff',step1GenDefaults)
00800 steps['QCD_Pt-30_TuneZ2star_8TeV_pythia6']=genvalid('QCD_Pt_30_TuneZ2star_8TeV_pythia6_cff',step1GenDefaults)
00801 steps['QCD_Pt-30_8TeV_pythia8']=genvalid('QCD_Pt_30_8TeV_pythia8_cff',step1GenDefaults)
00802 steps['GluGluTo2Jets_M-100_8TeV_exhume']=genvalid('GluGluTo2Jets_M_100_8TeV_exhume_cff',step1GenDefaults)
00803 steps['TT_TuneZ2star_8TeV_pythia6-evtgen']=genvalid('TT_TuneZ2star_8TeV_pythia6_evtgen_cff',step1GenDefaults)
00804 steps['MinBias_TuneZ2star_8TeV_pythia6']=genvalid('MinBias_TuneZ2star_8TeV_pythia6_cff',step1GenDefaults)
00805 steps['WToLNu_TuneZ2star_8TeV_pythia6-tauola']=genvalid('WToLNu_TuneZ2star_8TeV_pythia6_tauola_cff',step1GenDefaults)
00806 steps['QCD_Pt-30_8TeV_herwig6']=genvalid('QCD_Pt_30_8TeV_herwig6_cff',step1GenDefaults)
00807 steps['MinBias_8TeV_pythia8']=genvalid('MinBias_8TeV_pythia8_cff',step1GenDefaults)
00808 
00809 
00810 steps['QCD_Ht-100To250_TuneZ2star_8TeV_madgraph-tauola']=genvalid('Hadronizer_MgmMatchTuneZ2star_8TeV_madgraph_tauola_cff',step1GenDefaults,fi=5475)
00811 steps['QCD_Ht-250To500_TuneZ2star_8TeV_madgraph-tauola']=genvalid('Hadronizer_MgmMatchTuneZ2star_8TeV_madgraph_tauola_cff',step1GenDefaults,fi=5476)
00812 steps['QCD_Ht-500To1000_TuneZ2star_8TeV_madgraph-tauola']=genvalid('Hadronizer_MgmMatchTuneZ2star_8TeV_madgraph_tauola_cff',step1GenDefaults,fi=5481)
00813 steps['TTJets_TuneZ2star_8TeV_madgraph-tauola']=genvalid('Hadronizer_MgmMatchTuneZ2star_8TeV_madgraph_tauola_cff',step1GenDefaults,fi=5502)
00814 steps['WJetsLNu_TuneZ2star_8TeV_madgraph-tauola']=genvalid('Hadronizer_MgmMatchTuneZ2star_8TeV_madgraph_tauola_cff',step1GenDefaults,fi=5607)
00815 steps['ZJetsLNu_TuneZ2star_8TeV_madgraph-tauola']=genvalid('Hadronizer_MgmMatchTuneZ2star_8TeV_madgraph_tauola_cff',step1GenDefaults,fi=5591)
00816 steps['ZJetsLNu_Tune4C_8TeV_madgraph-pythia8']=genvalid('Hadronizer_MgmMatchTune4C_8TeV_madgraph_pythia8_cff',step1GenDefaults,fi=5591)
00817 
00818 PU={'-n':10,'--pileup':'default','--pileup_input':'dbs:/RelValMinBias/%s/GEN-SIM'%(baseDataSetRelease[0],)}
00819 PUFS={'--pileup':'default'}
00820 PUFS2={'--pileup':'mix_2012_Startup_inTimeOnly'}
00821 steps['TTbarFSPU']=merge([PUFS,steps['TTbarFS']])
steps['TTbarFSPU2']=merge([PUFS2,steps['TTbarFS']])
def relval_steps::identityFS (   wf)

Definition at line 775 of file relval_steps.py.

00776                   :
00777     return merge([{'--restoreRND':'HLT','--process':'HLT2','--hltProcess':'HLT2'},wf])
00778 
00779 steps['SingleMuPt10FS_ID']=identityFS(steps['SingleMuPt10FS'])
00780 steps['TTbarFS_ID']=identityFS(steps['TTbarFS'])

def relval_steps::identitySim (   wf)

Definition at line 255 of file relval_steps.py.

00256                    :
00257     return merge([{'--restoreRND':'SIM','--process':'SIM2'},wf])
00258 
00259 steps['SingleMuPt10_ID']=identitySim(steps['SingleMuPt10'])
00260 steps['TTbar_ID']=identitySim(steps['TTbar'])
00261 
00262 baseDataSetRelease=[
00263     'CMSSW_6_1_0_pre6-START61_V5-v1',#'CMSSW_6_0_0-START60_V4-v1',
00264     'CMSSW_6_1_0_pre6-STARTHI61_V6-v1',#'CMSSW_6_0_0-STARTHI60_V4-v1',
00265     'CMSSW_6_1_0_pre6-START61_V5-v2',#'CMSSW_6_0_0-PU_START60_V4-v1',
00266     'CMSSW_6_1_0_pre6-START61_V5_FastSim-v1'#'CMSSW_6_0_0-START60_V4_FastSim-v1'
00267     ]
00268 
00269 steps['MinBiasINPUT']={'INPUT':InputInfo(dataSet='/RelValMinBias/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00270 steps['QCD_Pt_3000_3500INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_Pt_3000_3500/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00271 steps['QCD_Pt_600_800INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_Pt_600_800/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00272 steps['QCD_Pt_80_120INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_Pt_80_120/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00273 steps['SingleElectronPt10INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleElectronPt10/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00274 steps['SingleElectronPt1000INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleElectronPt1000/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00275 steps['SingleElectronPt35INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleElectronPt35/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00276 steps['SingleGammaPt10INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleGammaPt10/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00277 steps['SingleGammaPt35INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleGammaPt35/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00278 steps['SingleMuPt1INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt1/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00279 steps['SingleMuPt10INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt10/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00280 steps['SingleMuPt10IdINPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt10/%s/GEN-SIM-DIGI-RAW-HLTDEBUG'%(baseDataSetRelease[0],),location='STD')}
00281 steps['SingleMuPt10FSIdINPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt10/%s/GEN-SIM-DIGI-RECO'%(baseDataSetRelease[3],),location='STD')}
00282 steps['SingleMuPt100INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt100/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00283 steps['SingleMuPt1000INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt1000/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00284 steps['TTbarINPUT']={'INPUT':InputInfo(dataSet='/RelValTTbar/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00285 steps['TTbarIdINPUT']={'INPUT':InputInfo(dataSet='/RelValTTbar/%s/GEN-SIM-DIGI-RAW-HLTDEBUG'%(baseDataSetRelease[0],),location='STD')}
00286 steps['TTbarFSIdINPUT']={'INPUT':InputInfo(dataSet='/RelValTTbar/%s/GEN-SIM-DIGI-RECO'%(baseDataSetRelease[3],),location='STD')}
00287 steps['TTbarLeptonINPUT']={'INPUT':InputInfo(dataSet='/RelValTTbarLepton/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00288 steps['OldTTbarINPUT']={'INPUT':InputInfo(dataSet='/RelValProdTTbar/CMSSW_5_0_0_pre6-START50_V5-v1/GEN-SIM-RECO',location='STD')}
00289 steps['OldGenSimINPUT']={'INPUT':InputInfo(dataSet='/RelValTTbar/CMSSW_4_4_2-START44_V7-v1/GEN-SIM-DIGI-RAW-HLTDEBUG',location='STD')}
00290 steps['Wjet_Pt_80_120INPUT']={'INPUT':InputInfo(dataSet='/RelValWjet_Pt_80_120/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00291 steps['Wjet_Pt_3000_3500INPUT']={'INPUT':InputInfo(dataSet='/RelValWjet_Pt_3000_3500/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00292 steps['LM1_sftsINPUT']={'INPUT':InputInfo(dataSet='/RelValLM1_sfts/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00293 steps['QCD_FlatPt_15_3000INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_FlatPt_15_3000/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
00294 
00295 steps['QCD_FlatPt_15_3000HSINPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_FlatPt_15_3000/CMSSW_5_2_2-PU_START52_V4_special_120326-v1/GEN-SIM',location='STD')}
00296 steps['QCD_FlatPt_15_3000HS__DIGIPU1INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_FlatPt_15_3000/CMSSW_5_2_2-PU_START52_V4_special_120326-v1/GEN-SIM-DIGI-RAW-HLTDEBUG',location='STD')}
00297 steps['TTbar__DIGIPU1INPUT']={'INPUT':InputInfo(dataSet='/RelValTTbar/CMSSW_5_2_2-PU_START52_V4_special_120326-v1/GEN-SIM-DIGI-RAW-HLTDEBUG',location='STD')}

def relval_steps::Kby (   N,
  s 
)

Definition at line 225 of file relval_steps.py.

00226             :
00227     return {'--relval':'%s000,%s'%(N,s)}
00228 

def relval_steps::merge (   dictlist,
  TELL = False 
)

Definition at line 82 of file relval_steps.py.

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

00083                               :
00084     import copy
00085     last=len(dictlist)-1
00086     if TELL: print last,dictlist
00087     if last==0:
00088         # ONLY ONE ITEM LEFT
00089         return copy.copy(dictlist[0])
00090     else:
00091         reducedlist=dictlist[0:max(0,last-1)]
00092         if TELL: print reducedlist
00093         # make a copy of the last item
00094         d=copy.copy(dictlist[last])
00095         # update with the last but one item
00096         d.update(dictlist[last-1])
00097         # and recursively do the rest
00098         reducedlist.append(d)
00099         return merge(reducedlist,TELL)
00100 
00101 
# 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           '--process':'reRECO',
00007           '--scenario':'pp',
00008           }

Definition at line 886 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 306 of file relval_steps.py.

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

Definition at line 710 of file relval_steps.py.

string relval_steps::hltKey = 'relval'

Definition at line 895 of file relval_steps.py.

Referenced by DQMProvInfo::makeHLTKeyInfo().

dictionary relval_steps::K100by500 = {'--relval':'100000,500'}

Definition at line 747 of file relval_steps.py.

dictionary relval_steps::K100byK2 = {'--relval':'100000,2000'}

Definition at line 748 of file relval_steps.py.

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

Definition at line 303 of file relval_steps.py.

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

Definition at line 300 of file relval_steps.py.

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

Definition at line 302 of file relval_steps.py.

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

Definition at line 314 of file relval_steps.py.

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

Definition at line 301 of file relval_steps.py.

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

Definition at line 304 of file relval_steps.py.

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

high stat step1

Definition at line 299 of file relval_steps.py.

list relval_steps::menu = autoHLT[hltKey]
list relval_steps::Run2010ASk = [138937,138934,138924,138923,139790,139789,139788,139787,144086,144085,144084,144083,144011]

Production test section ####.

data #### list of run to harvest for 2010A: 144086,144085,144084,144083,144011,139790,139789,139788,139787,138937,138934,138924,138923 list of run to harvest for 2010B: 149442,149291,149181,149011,148822,147929,147115,146644

Definition at line 121 of file relval_steps.py.

list relval_steps::Run2010B = [149011]

Definition at line 131 of file relval_steps.py.

list relval_steps::Run2010BSk = [146644,147115,147929,148822,149011,149181,149182,149291,149294,149442]

Definition at line 122 of file relval_steps.py.

list relval_steps::Run2011A = [165121]

Definition at line 148 of file relval_steps.py.

list relval_steps::Run2011ASk = [165121,172802]

Definition at line 139 of file relval_steps.py.

list relval_steps::Run2011B = [177719]

Definition at line 155 of file relval_steps.py.

list relval_steps::Run2011BSk = [177719,177790,177096,175874]

Definition at line 156 of file relval_steps.py.

list relval_steps::Run2012A = [191226]

Definition at line 174 of file relval_steps.py.

Definition at line 175 of file relval_steps.py.

list relval_steps::Run2012B = [194533]

Definition at line 189 of file relval_steps.py.

list relval_steps::Run2012Bsk = Run2012B+[194912,195016]

Definition at line 190 of file relval_steps.py.

list relval_steps::Run2012C = [199812]

Definition at line 200 of file relval_steps.py.

Definition at line 201 of file relval_steps.py.

list relval_steps::Run2012D = [208307]

Definition at line 211 of file relval_steps.py.

Definition at line 212 of file relval_steps.py.

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

Standard release validation samples ####.

Definition at line 224 of file relval_steps.py.

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 102 of file relval_steps.py.

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

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

Definition at line 742 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 782 of file relval_steps.py.

dictionary relval_steps::step1PPbDefaults = {'--beamspot':'Realistic8TeVCollisionPPbBoost'}

pPb tests

Definition at line 702 of file relval_steps.py.

Initial value:
00001 {'-s' : 'GEN,SIM',
00002                              '-n' : 10,
00003                              '--conditions' : 'auto:upgradePLS1', 
00004                              '--datatier' : 'GEN-SIM',
00005                              '--eventcontent': 'FEVTDEBUG',
00006                              '--geometry' : 'Extended2015',
00007                              '--customise' : 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1'
00008                              }

2015

Definition at line 483 of file relval_steps.py.

Initial value:
00001 {'-s' : 'GEN,SIM',
00002                              '-n' : 10,
00003                              '--conditions' : 'auto:upgradePLS1', 
00004                              '--beamspot' : 'Gauss',
00005                              '--datatier' : 'GEN-SIM',
00006                              '--eventcontent': 'FEVTDEBUG',
00007                              '--geometry' : 'Extended2017',
00008                              '--customise' : 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1,SLHCUpgradeSimulations/Configuration/phase1TkCustoms.customise'
00009                              }

Definition at line 565 of file relval_steps.py.

Initial value:
00001 {'-s' : 'GEN,SIM',
00002                              '-n' : 10,
00003                              '--conditions' : 'auto:upgradePLS1', 
00004                              '--beamspot' : 'Gauss',
00005                              '--datatier' : 'GEN-SIM',
00006                              '--eventcontent': 'FEVTDEBUG',
00007                              '--geometry' : 'ExtendedPhase2TkBE',
00008                              '--customise' : 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1,SLHCUpgradeSimulations/Configuration/phase2TkCustomsBE.customise'
00009                              }

Definition at line 647 of file relval_steps.py.

Initial value:
00001 {'-s' : 'GEN,SIM',
00002                              '-n' : 10,
00003                              '--conditions' : 'auto:upgradePLS1', 
00004                              '--beamspot' : 'Gauss',
00005                              '--datatier' : 'GEN-SIM',
00006                              '--eventcontent': 'FEVTDEBUG',
00007                              '--geometry' : 'ExtendedPhase2TkLB_4LPS_2L2S',
00008                              '--customise' : 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1,SLHCUpgradeSimulations/Configuration/phase2TkCustoms_LB_4LPS_2L2S.customise'
00009                              }

Definition at line 665 of file relval_steps.py.

Initial value:
00001 {'-s' : 'GEN,SIM',
00002                              '-n' : 10,
00003                              '--conditions' : 'auto:upgradePLS1', 
00004                              '--beamspot' : 'Gauss',
00005                              '--datatier' : 'GEN-SIM',
00006                              '--eventcontent': 'FEVTDEBUG',
00007                              '--geometry' : 'ExtendedPhase2TkLB_6PS',
00008                              '--customise' : 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1,SLHCUpgradeSimulations/Configuration/phase2TkCustoms_LB_6PS.customise'
00009                              }

Definition at line 683 of file relval_steps.py.

Initial value:
00001 {'-s' : 'GEN,SIM',
00002                              '-n' : 10,
00003                              '--conditions' : 'DESIGN61_V10::All', #should be updated with autocond
00004                              '--beamspot' : 'Gauss',
00005                              '--datatier' : 'GEN-SIM',
00006                              '--eventcontent': 'FEVTDEBUG',
00007                              '--geometry' : 'ExtendedPhaseIPixel',
00008                              '--customise' : 'SLHCUpgradeSimulations/Configuration/phase1TkCustoms.customise'
00009                              }

upgrade dedicated wf extendedPhase1

Definition at line 398 of file relval_steps.py.

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

Definition at line 827 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 945 of file relval_steps.py.

Initial value:
00001 {'-s':'DIGI,L1,DIGI2RAW',
00002                  '--conditions':'auto:upgradePLS1', 
00003                  '--datatier':'GEN-SIM-DIGI-RAW',
00004                  '-n':'10',
00005                  '--eventcontent':'FEVTDEBUGHLT',
00006                  '--customise': 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1',
00007                  '--geometry' : 'Extended2015'
00008                   }

Definition at line 863 of file relval_steps.py.

Initial value:
00001 {'-s':'DIGI,L1,DIGI2RAW',
00002                  '--conditions':'auto:upgradePLS1', 
00003                  '--datatier':'GEN-SIM-DIGI-RAW',
00004                  '-n':'10',
00005                  '--eventcontent':'FEVTDEBUGHLT',
00006                  '--customise': 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1,SLHCUpgradeSimulations/Configuration/phase1TkCustoms.customise',
00007                  '--geometry' : 'Extended2017'
00008                   }

Definition at line 874 of file relval_steps.py.

Initial value:
00001 {'-s':'DIGI,L1,DIGI2RAW',
00002                  '--conditions':'DESIGN61_V10::All', #to be updtaed with autocond
00003                  '--datatier':'GEN-SIM-DIGI-RAW',
00004                  '-n':'10',
00005                  '--eventcontent':'FEVTDEBUGHLT',
00006                  '--customise': 'SLHCUpgradeSimulations/Configuration/phase1TkCustoms.customise',
00007                  '--geometry' : 'ExtendedPhaseIPixel'
00008                   }

Definition at line 852 of file relval_steps.py.

Initial value:
00001 {
00002                   '-s'            : 'RAW2DIGI,L1Reco,RECO,VALIDATION,DQM',
00003                   '--conditions'  : 'auto:startup',
00004                   '--no_exec'     : '',
00005                   '--datatier'    : 'GEN-SIM-RECO,DQM',
00006                   '--eventcontent': 'RECOSIM,DQM'
00007                   }

Definition at line 955 of file relval_steps.py.

Initial value:
00001 {'-s':'RAW2DIGI,L1Reco,RECO,VALIDATION,DQM',
00002                  '--conditions':'auto:upgradePLS1', 
00003                  '--datatier':'GEN-SIM-RECO,DQM',
00004                  '-n':'10',
00005                  '--eventcontent':'FEVTDEBUGHLT,DQM',
00006                  '--customise' : 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1',
00007                  '--geometry' : 'Extended2015'
00008                  }

Definition at line 1012 of file relval_steps.py.

Initial value:
00001 {'-s':'RAW2DIGI,L1Reco,RECO,VALIDATION,DQM',
00002                  '--conditions':'auto:upgradePLS1', 
00003                  '--datatier':'GEN-SIM-RECO,DQM',
00004                  '-n':'10',
00005                  '--eventcontent':'FEVTDEBUGHLT,DQM',
00006                  '--customise' : 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1,SLHCUpgradeSimulations/Configuration/phase1TkCustoms.customise',
00007                  '--geometry' : 'Extended2017'
00008                  }

Definition at line 1024 of file relval_steps.py.

Initial value:
00001 {'-s':'DIGI,L1,DIGI2RAW,L1TrackTrigger,RECO:pixeltrackerlocalreco',
00002                  '--conditions':'auto:upgradePLS1', 
00003                  '--datatier':'GEN-SIM-DIGI-RAW',
00004                  '-n':'10',
00005                  '--eventcontent':'FEVTDEBUG',
00006                  '--customise' : 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1,SLHCUpgradeSimulations/Configuration/phase2TkCustomsBE.customise,SLHCUpgradeSimulations/Configuration/phase2TkCustomsBE.l1EventContent',
00007                  '--geometry' : 'ExtendedPhase2TkBE'
00008                  }

Definition at line 1038 of file relval_steps.py.

Initial value:
00001 {'-s':'DIGI,L1,DIGI2RAW,L1TrackTrigger,RECO:pixeltrackerlocalreco',
00002                  '--conditions':'auto:upgradePLS1', 
00003                  '--datatier':'GEN-SIM-DIGI-RAW',
00004                  '-n':'10',
00005                  '--eventcontent':'FEVTDEBUG',
00006                  '--customise' : 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1,SLHCUpgradeSimulations/Configuration/phase2TkCustoms_LB_4LPS_2L2S.customise,SLHCUpgradeSimulations/Configuration/phase2TkCustoms_LB_4LPS_2L2S.l1EventContent',
00007                  '--geometry' : 'ExtendedPhase2TkLB_4LPS_2L2S'
00008                  }

Definition at line 1050 of file relval_steps.py.

Initial value:
00001 {'-s':'DIGI,L1,DIGI2RAW,L1TrackTrigger,RECO:pixeltrackerlocalreco',
00002                  '--conditions':'auto:upgradePLS1', 
00003                  '--datatier':'GEN-SIM-DIGI-RAW',
00004                  '-n':'10',
00005                  '--eventcontent':'FEVTDEBUG',
00006                  '--customise' : 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1,SLHCUpgradeSimulations/Configuration/phase2TkCustoms_LB_6PS.customise,SLHCUpgradeSimulations/Configuration/phase2TkCustoms_LB_6PS.l1EventContent',
00007                  '--geometry' : 'ExtendedPhase2TkLB_6PS'
00008                  }

Definition at line 1061 of file relval_steps.py.

Initial value:
00001 {'-s':'RAW2DIGI,L1Reco,RECO,VALIDATION,DQM',
00002                  '--conditions':'DESIGN61_V10::All', #to be updtaed with autocond
00003                  '--datatier':'GEN-SIM-RECO,DQM',
00004                  '-n':'10',
00005                  '--eventcontent':'FEVTDEBUGHLT,DQM',
00006                  '--customise' : 'SLHCUpgradeSimulations/Configuration/phase1TkCustoms.customise',
00007                  '--geometry' : 'ExtendedPhaseIPixel'
00008                  }

Definition at line 998 of file relval_steps.py.

Initial value:
00001 { 
00002                   '-s'            : 'ALCA:TkAlMuonIsolated+TkAlMinBias+EcalCalElectron+HcalCalIsoTrk+MuAlOverlaps',
00003                   '-n'            : 1000,
00004                   '--conditions'  : 'auto:startup',
00005                   '--datatier'    : 'ALCARECO',
00006                   '--eventcontent': 'ALCARECO',
00007                   }

Definition at line 1094 of file relval_steps.py.

dictionary relval_steps::U500by1 = {'--relval': '500,1'}

heavy ions tests

Definition at line 707 of file relval_steps.py.

dictionary relval_steps::U80by1 = {'--relval': '80,1'}

Definition at line 708 of file relval_steps.py.

dictionary relval_steps::wmsplit = {}

Definition at line 111 of file relval_steps.py.