CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 genS
 
def genvalid
 
def identityFS
 
def identitySim
 Production test: 13 TeV equivalents. More...
 
def Kby
 
def Mby
 
def merge
 
def remove
 

Variables

dictionary baseDataSetReleaseBetter = {}
 
list cust = upgradeCustoms[k2]
 
dictionary dataReco
 
dictionary defaultDataSets = {}
 
dictionary digiPremixUp2015Defaults25ns
 
tuple digiPremixUp2015Defaults50ns
 
dictionary ecalHcal
 high stat step1 More...
 
list geom = upgradeGeoms[k2]
 
list gt = upgradeGTs[k2]
 
dictionary hiAlca = {'--conditions':'auto:run2_mc_HIon', '--customise':'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1_HI'}
 
tuple hiDefaults = merge([hiAlca,{'--scenario':'HeavyIons','-n':2,'--beamspot':'RealisticHI2011Collision'}])
 
string hltKey = 'fake'
 
list howMuch = howMuches[frag]
 
list k = frag[:-4]
 
 k2 = k
 
list key = gen[:-4]
 
tuple keys = defaultDataSets.keys()
 
list menu = autoHLT[hltKey]
 
list name = baseDataSetReleaseBetter[key]
 
dictionary premixProd25ns
 
tuple premixProd50ns = merge([{'-s':'DIGIPREMIX_S2,DATAMIX,L1,DIGI2RAW,HLT:@frozen50ns,RAW2DIGI,L1Reco'},premixProd25ns])
 
dictionary premixUp2015Defaults
 
tuple premixUp2015Defaults50ns
 
dictionary PUDataSets = {}
 
tuple recoPremixUp15prod
 
list Run2010ASk = [138937,138934,138924,138923,139790,139789,139788,139787,144086,144085,144084,144083,144011]
 Production test section ####. More...
 
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+[203002]
 
list Run2012D = [208307]
 
list Run2012Dsk = Run2012D+[207454]
 
list s = frag[:-4]
 
dictionary stCond = {'--conditions':'auto:run1_mc'}
 Standard release validation samples ####. More...
 
dictionary step1Defaults
 
tuple step1FastDefaults
 fastsim section #### no forseen to do things in two steps GEN-SIM then FASTIM->end: maybe later More...
 
tuple step1FastPUNewMixing
 
tuple step1FastUpg2015Defaults
 
dictionary step1PPbDefaults = {'--beamspot':'Realistic8TeVCollision'}
 pPb tests More...
 
dictionary step1Up2015Defaults
 
dictionary step2Defaults
 
tuple step2HImixDefaults
 
dictionary step2Upg2015Defaults
 
tuple step2Upg2015Defaults50ns = merge([{'-s':'DIGI:pdigi_valid,L1,DIGI2RAW,HLT:@frozen50ns,RAW2DIGI,L1Reco','--conditions':'auto:run2_mc_50ns','--customise':'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1_50ns'},step2Upg2015Defaults])
 
dictionary step3Defaults
 
tuple step3DefaultsUnsch = merge([unSchOverrides,step3Defaults])
 
dictionary step3Up2015Defaults
 
tuple step3Up2015Defaults50ns = merge([{'--conditions':'auto:run2_mc_50ns','--customise':'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1_50ns'},step3Up2015Defaults])
 
tuple step3Up2015DefaultsUnsch = merge([unSchOverrides,step3Up2015Defaults])
 
dictionary step3Up2015Hal
 
dictionary step4Defaults
 
dictionary step4Up2015Defaults
 
tuple stepMiniAODData = remove(stepMiniAODDataUP15,'--customise')
 
tuple stepMiniAODDataUP15
 
dictionary stepMiniAODDefaults
 
tuple stepMiniAODMC
 
tuple steps = Steps()
 
dictionary U2000by1 = {'--relval': '2000,1'}
 heavy ions tests More...
 
dictionary U80by1 = {'--relval': '80,1'}
 
dictionary unSchHarvestOverrides = {'-s':'HARVESTING:@standardValidation+@standardDQM+@miniAODValidation+@miniAODDQM'}
 
dictionary unSchOverrides = {'--runUnscheduled':'','-s':'RAW2DIGI,L1Reco,RECO,EI,PAT,VALIDATION:@standardValidation+@miniAODValidation,DQM:@standardDQM+@miniAODDQM','--eventcontent':'RECOSIM,MINIAODSIM,DQM','--datatier':'GEN-SIM-RECO,MINIAODSIM,DQMIO'}
 
dictionary upgradeStepDict = {}
 
string version = '1'
 
dictionary versionOverrides = {}
 

Function Documentation

def relval_steps.addForAll (   steps,
  d 
)

Definition at line 593 of file relval_steps.py.

References update.

594 def addForAll(steps,d):
595  for s in steps:
596  steps[s].update(d)
597 
598 
#define update(a, b)
def relval_steps.changeRefRelease (   steps,
  listOfPairs 
)

Definition at line 581 of file relval_steps.py.

References python.rootplot.root2matplotlib.replace().

582 def changeRefRelease(steps,listOfPairs):
583  for s in steps:
584  if ('INPUT' in steps[s]):
585  oldD=steps[s]['INPUT'].dataSet
586  for (ref,newRef) in listOfPairs:
587  if ref in oldD:
588  steps[s]['INPUT'].dataSet=oldD.replace(ref,newRef)
589  if '--pileup_input' in steps[s]:
590  for (ref,newRef) in listOfPairs:
591  if ref in steps[s]['--pileup_input']:
592  steps[s]['--pileup_input']=steps[s]['--pileup_input'].replace(ref,newRef)
def changeRefRelease
def relval_steps.gen (   fragment,
  howMuch 
)

Definition at line 257 of file relval_steps.py.

Referenced by __attribute__(), GaussNoiseFP420.addNoise(), EWKSystUnc.analyze(), zPdfUnc.analyze(), ZLONLOHistogrammer.analyze(), ZMassHistogrammer.analyze(), ZHistogrammer.analyze(), ZMuPtScaleAnalyzer.analyze(), ZMCHistogrammer.analyze(), myFastSimVal.analyze(), AnaL1CaloCleaner.analyze(), ZdcSimHitStudy.analyze(), HLTJetMETValidation.analyze(), ValidIsoTrkCalib.analyze(), ValidIsoTrkCalib.beginJob(), cond::DecodingKey.createFromInputFile(), SherpaHadronizer.generatePartonsAndHadronize(), HcalBaseDQMonitor.getLogicalMap(), HcalBaseDQClient.getLogicalMap(), cond::CredentialStore.installAdmin(), hitfit::Resolution.pick(), TtGenEventReco.produce(), StGenEventReco.produce(), DistortedPFCandProducer.produce(), DistortedMuonProducer.produce(), GenParticlePruner.produce(), cms::GenMETProducer.produce(), HBHEStatusBitSetter.SetFlagsFromDigi(), HBHEStatusBitSetter.SetFlagsFromRecHits(), HcaluLUTTPGCoder.setLUTGenerationMode(), cond::CredentialStore.updateConnection(), and cond::CredentialStore.updatePrincipal().

258 def gen(fragment,howMuch):
259  global step1Defaults
260  return merge([{'cfg':fragment},howMuch,step1Defaults])
Definition: merge.py:1
def relval_steps.gen2015 (   fragment,
  howMuch 
)

Definition at line 261 of file relval_steps.py.

References Kby(), and Mby().

Referenced by genS().

262 def gen2015(fragment,howMuch):
263  global step1Up2015Defaults
264  return merge([{'cfg':fragment},howMuch,step1Up2015Defaults])
Definition: merge.py:1
def relval_steps.genS (   fragment,
  howMuch 
)

Definition at line 466 of file relval_steps.py.

References gen2015(), Kby(), and Mby().

467 def genS(fragment,howMuch):
468  global step1Defaults,stCond
469  return merge([{'cfg':fragment},stCond,howMuch,step1Defaults])
470 
471 steps['Higgs200ChargedTaus']=genS('H200ChargedTaus_Tauola_8TeV_cfi',Kby(9,100))
472 steps['JpsiMM']=genS('JpsiMM_8TeV_TuneCUETP8M1_cfi',Kby(66,1000))
473 steps['WE']=genS('WE_8TeV_TuneCUETP8M1_cfi',Kby(9,100))
474 steps['WM']=genS('WM_8TeV_TuneCUETP8M1_cfi',Kby(9,200))
475 steps['WpM']=genS('WpM_8TeV_TuneCUETP8M1_cfi',Kby(9,200))
476 steps['ZMM']=genS('ZMM_8TeV_TuneCUETP8M1_cfi',Kby(18,300))
477 steps['ZpMM']=genS('ZpMM_8TeV_TuneCUETP8M1_cfi',Kby(9,200))
478 steps['Higgs200ChargedTaus_13']=gen2015('H200ChargedTaus_Tauola_13TeV_cfi',Kby(9,100))
479 steps['Upsilon1SToMuMu_13']=gen2015('Upsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi',Kby(17,190))
480 steps['BuToKstarMuMu_13']=gen2015('BuToKstarMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi',Kby(2250,25000))
481 steps['BsToMuMu_13']=gen2015('BsToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi',Kby(30000,333333))
482 steps['JpsiMuMu_Pt-15']=gen2015('JpsiMuMu_Pt-15_forSTEAM_13TeV_cfi',Kby(11000,122000))
483 steps['BuToKstarPsi2S_13']=gen2015('BuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi',Kby(16000,176000))
484 steps['WE_13']=gen2015('WE_13TeV_TuneCUETP8M1_cfi',Kby(9,100))
485 steps['WM_13']=gen2015('WM_13TeV_TuneCUETP8M1_cfi',Kby(9,200))
486 steps['WpM_13']=gen2015('WpM_13TeV_TuneCUETP8M1_cfi',Kby(9,200))
487 steps['ZMM_13']=gen2015('ZMM_13TeV_TuneCUETP8M1_cfi',Kby(18,300))
488 steps['ZEEMM_13']=gen2015('ZEEMM_13TeV_TuneCUETP8M1_cfi',Kby(18,300))
489 steps['ZpMM_13']=gen2015('ZpMM_13TeV_TuneCUETP8M1_cfi',Kby(9,200))
490 
491 steps['ZTT']=genS('ZTT_All_hadronic_8TeV_TuneCUETP8M1_cfi',Kby(9,150))
492 steps['H130GGgluonfusion']=genS('H130GGgluonfusion_8TeV_TuneCUETP8M1_cfi',Kby(9,100))
493 steps['PhotonJets_Pt_10']=genS('PhotonJet_Pt_10_8TeV_TuneCUETP8M1_cfi',Kby(9,150))
494 steps['QQH1352T']=genS('QQH1352T_8TeV_TuneCUETP8M1_cfi',Kby(9,100))
495 steps['ZTT_13']=gen2015('ZTT_All_hadronic_13TeV_TuneCUETP8M1_cfi',Kby(9,150))
496 steps['H130GGgluonfusion_13']=gen2015('H130GGgluonfusion_13TeV_TuneCUETP8M1_cfi',Kby(9,100))
497 steps['PhotonJets_Pt_10_13']=gen2015('PhotonJet_Pt_10_13TeV_TuneCUETP8M1_cfi',Kby(9,150))
498 steps['QQH1352T_13']=gen2015('QQH1352T_13TeV_TuneCUETP8M1_cfi',Kby(9,100))
499 #steps['ZmumuJets_Pt_20_300']=gen('ZmumuJets_Pt_20_300_GEN_8TeV_TuneCUETP8M1_cfg',Kby(25,100))
500 steps['ADDMonoJet_d3MD3']=genS('ADDMonoJet_8TeV_d3MD3_TuneCUETP8M1_cfi',Kby(9,100))
501 steps['ADDMonoJet_d3MD3_13']=gen2015('ADDMonoJet_13TeV_d3MD3_TuneCUETP8M1_cfi',Kby(9,100))
502 steps['RSKKGluon_m3000GeV_13']=gen2015('RSKKGluon_m3000GeV_13TeV_TuneCUETP8M1_cff',Kby(9,100))
503 steps['BuJpsiK_13']=gen2015('Pythia8_BuJpsiK_13TeV_TuneCUETP8M1_cfi',Kby(36000,400000))
504 
505 steps['MinBias2INPUT']={'INPUT':InputInfo(dataSet='/RelValMinBias/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
506 steps['Higgs200ChargedTausINPUT']={'INPUT':InputInfo(dataSet='/RelValHiggs200ChargedTaus/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
507 steps['QCD_Pt_3000_3500_2INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_Pt_3000_3500/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
508 steps['QCD_Pt_80_120_2INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_Pt_80_120/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
509 steps['JpsiMMINPUT']={'INPUT':InputInfo(dataSet='/RelValJpsiMM/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
510 steps['TTbar2INPUT']={'INPUT':InputInfo(dataSet='/RelValTTbar/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
511 steps['WEINPUT']={'INPUT':InputInfo(dataSet='/RelValWE/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
512 steps['WMINPUT']={'INPUT':InputInfo(dataSet='/RelValWM/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
513 steps['ZEEINPUT']={'INPUT':InputInfo(dataSet='/RelValZEE/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
514 steps['ZMMINPUT']={'INPUT':InputInfo(dataSet='/RelValZMM/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
515 steps['ZTTINPUT']={'INPUT':InputInfo(dataSet='/RelValZTT/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
516 steps['H130GGgluonfusionINPUT']={'INPUT':InputInfo(dataSet='/RelValH130GGgluonfusion/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
517 steps['PhotonJets_Pt_10INPUT']={'INPUT':InputInfo(dataSet='/RelValPhotonJets_Pt_10/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
518 steps['QQH1352TINPUT']={'INPUT':InputInfo(dataSet='/RelValQQH1352T_Tauola/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
519 steps['ADDMonoJet_d3MD3INPUT']={'INPUT':InputInfo(dataSet='/RelValADDMonoJet_d3MD3/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
520 steps['WpMINPUT']={'INPUT':InputInfo(dataSet='/RelValWpM/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
521 steps['ZpMMINPUT']={'INPUT':InputInfo(dataSet='/RelValZpMM/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
522 steps['ZpMM_2250_8TeVINPUT']={'INPUT':InputInfo(dataSet='/RelValZpMM_2250_8TeV_Tauola/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
523 steps['ZpEE_2250_8TeVINPUT']={'INPUT':InputInfo(dataSet='/RelValZpEE_2250_8TeV_Tauola/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
524 steps['ZpTT_1500_8TeVINPUT']={'INPUT':InputInfo(dataSet='/RelValZpTT_1500_8TeV_Tauola/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
525 
526 
527 steps['Cosmics']=merge([{'cfg':'UndergroundCosmicMu_cfi.py','--scenario':'cosmics'},Kby(666,100000),step1Defaults])
528 steps['Cosmics_UP15']=merge([{'cfg':'UndergroundCosmicMu_cfi.py','--scenario':'cosmics'},Kby(666,100000),step1Up2015Defaults])
529 steps['BeamHalo']=merge([{'cfg':'BeamHalo_cfi.py','--scenario':'cosmics'},Kby(9,100),step1Defaults])
530 steps['BeamHalo_13']=merge([{'cfg':'BeamHalo_13TeV_cfi.py','--scenario':'cosmics'},Kby(9,100),step1Up2015Defaults])
531 
532 # GF re-introduce INPUT command once GEN-SIM will be available
533 # steps['CosmicsINPUT']={'INPUT':InputInfo(dataSet='/RelValCosmics/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
534 steps['BeamHaloINPUT']={'INPUT':InputInfo(dataSet='/RelValBeamHalo/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
535 
536 steps['QCD_Pt_50_80']=genS('QCD_Pt_50_80_8TeV_TuneCUETP8M1_cfi',Kby(25,100))
537 steps['QCD_Pt_15_20']=genS('QCD_Pt_15_20_8TeV_TuneCUETP8M1_cfi',Kby(25,100))
538 steps['ZTTHS']=merge([Kby(25,100),steps['ZTT']])
539 steps['QQH120Inv']=genS('QQH120Inv_8TeV_TuneCUETP8M1_cfi',Kby(25,100))
540 steps['TTbar2HS']=merge([Kby(25,100),steps['TTbar']])
541 steps['JpsiMM_Pt_20_inf']=genS('JpsiMM_Pt_20_inf_8TeV_TuneCUETP8M1_cfi',Kby(70,280))
542 steps['QCD_Pt_120_170']=genS('QCD_Pt_120_170_8TeV_TuneCUETP8M1_cfi',Kby(25,100))
543 steps['H165WW2L']=genS('H165WW2L_8TeV_TuneCUETP8M1_cfi',Kby(25,100))
544 steps['UpsMM']=genS('UpsMM_8TeV_TuneCUETP8M1_cfi',Kby(56250,225))
545 steps['RSGrav']=genS('RS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff',Kby(25,100))
546 steps['QCD_Pt_80_120_2HS']=merge([Kby(25,100),steps['QCD_Pt_80_120']])
547 steps['bJpsiX']=genS('bJpsiX_8TeV_TuneCUETP8M1_cfi',Mby(325,1300000))
548 steps['QCD_Pt_30_50']=genS('QCD_Pt_30_50_8TeV_TuneCUETP8M1_cfi',Kby(25,100))
549 steps['H200ZZ4L']=genS('H200ZZ4L_8TeV_TuneCUETP8M1_cfi',Kby(25,100))
550 steps['LM9p']=genS('LM9p_8TeV_cff',Kby(25,100))
551 steps['QCD_Pt_20_30']=genS('QCD_Pt_20_30_8TeV_TuneCUETP8M1_cfi',Kby(25,100))
552 steps['QCD_Pt_170_230']=genS('QCD_Pt_170_230_8TeV_TuneCUETP8M1_cfi',Kby(25,100))
553 
554 
555 
Definition: merge.py:1
def relval_steps.genvalid (   fragment,
  d,
  suffix = 'all',
  fi = '',
  dataSet = '' 
)

Definition at line 693 of file relval_steps.py.

References Kby(), and python.rootplot.root2matplotlib.replace().

694 def genvalid(fragment,d,suffix='all',fi='',dataSet=''):
695  import copy
696  c=copy.copy(d)
697  if suffix:
698  c['-s']=c['-s'].replace('genvalid','genvalid_'+suffix)
699  if fi:
700  c['--filein']='lhe:%d'%(fi,)
701  if dataSet:
702  c['--filein']='das:%s'%(dataSet,)
703  c['cfg']=fragment
704  return c
705 
706 
707 
708 steps['DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV']=genvalid('Configuration/Generator/python/DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py',step1LHEDefaults)
709 # all 6 workflows with root step 'DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV' will recycle the same dataset, from wf [512] of generator set
710 # steps['DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeVINPUT']={'INPUT':InputInfo(dataSet='/DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_py8/CMSSW_7_4_0_pre0-MCRUN2_73_V5-v1/GEN',location='STD')}
711 
712 steps['MinBias_TuneZ2star_13TeV_pythia6']=genvalid('MinBias_TuneZ2star_13TeV_pythia6_cff',step1GenDefaults)
713 steps['QCD_Pt-30_TuneZ2star_13TeV_pythia6']=genvalid('QCD_Pt_30_TuneZ2star_13TeV_pythia6_cff',step1GenDefaults)
714 steps['MinBias_13TeV_pythia8']=genvalid('MinBias_13TeV_pythia8_cff',step1GenDefaults)
715 steps['QCD_Pt-30_13TeV_pythia8']=genvalid('QCD_Pt_30_13TeV_pythia8_cff',step1GenDefaults)
716 
717 steps['DYToLL_M-50_13TeV_pythia8']=genvalid('DYToLL_M-50_13TeV_pythia8_cff',step1GenDefaults)
718 steps['WToLNu_13TeV_pythia8']=genvalid('WToLNu_13TeV_pythia8_cff',step1GenDefaults)
719 
720 steps['SoftQCDDiffractive_13TeV_pythia8']=genvalid('SoftQCDDiffractive_13TeV_pythia8_cff',step1GenDefaults)
721 steps['SoftQCDnonDiffractive_13TeV_pythia8']=genvalid('SoftQCDnonDiffractive_13TeV_pythia8_cff',step1GenDefaults)
722 steps['SoftQCDelastic_13TeV_pythia8']=genvalid('SoftQCDelastic_13TeV_pythia8_cff',step1GenDefaults)
723 steps['SoftQCDinelastic_13TeV_pythia8']=genvalid('SoftQCDinelastic_13TeV_pythia8_cff',step1GenDefaults)
724 
725 steps['QCD_Pt-30_8TeV_herwigpp']=genvalid('QCD_Pt_30_8TeV_herwigpp_cff',step1GenDefaults)
726 
727 # Generator Hadronization (Hadronization of LHE)
728 steps['WJetsLNu_13TeV_madgraph-pythia8']=genvalid('Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff',step1GenDefaults,dataSet='/WJetsToLNu_13TeV-madgraph/Fall13wmLHE-START62_V1-v1/GEN')
729 steps['Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8']=genvalid('Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff',step1HadronizerDefaults)
730 steps['GGToH_13TeV_pythia8']=genvalid('GGToHtautau_13TeV_pythia8_cff',step1GenDefaults)
731 
732 steps['WJetsLNutaupinu_13TeV_madgraph-pythia8']=genvalid('Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff',step1GenDefaults,dataSet='/WJetsToLNu_13TeV-madgraph/Fall13wmLHE-START62_V1-v1/GEN')
733 steps['Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu']=genvalid('Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff',step1HadronizerDefaults)
734 steps['GGToHtaupinu_13TeV_pythia8']=genvalid('GGToHtautau_13TeV_pythia8_taupinu_cff',step1GenDefaults)
735 
736 steps['WJetsLNutaurhonu_13TeV_madgraph-pythia8']=genvalid('Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py',step1GenDefaults,dataSet='/WJetsToLNu_13TeV-madgraph/Fall13wmLHE-START62_V1-v1/GEN')
737 steps['Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu']=genvalid('Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py',step1HadronizerDefaults)
738 steps['GGToHtaurhonu_13TeV_pythia8']=genvalid('GGToHtautau_13TeV_pythia8_taurhonu_cff',step1GenDefaults)
739 
740 # Generator External Decays
741 steps['TT_13TeV_pythia8-evtgen']=genvalid('Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff',step1GenDefaults,dataSet='/TTJets_MSDecaysCKM_central_13TeV-madgraph/Fall13wmLHE-START62_V1-v1/GEN')
742 
743 steps['Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola']=genvalid('Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff',step1HadronizerDefaults)
744 steps['WToLNu_13TeV_pythia8-tauola']=genvalid('Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff',step1GenDefaults,dataSet='/WJetsToLNu_13TeV-madgraph/Fall13wmLHE-START62_V1-v1/GEN')
745 steps['GGToH_13TeV_pythia8-tauola']=genvalid('GGToHtautau_13TeV_pythia8_Tauola_cff',step1GenDefaults)
746 
747 steps['WToLNutaupinu_13TeV_pythia8-tauola']=genvalid('Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff',step1GenDefaults,dataSet='/WJetsToLNu_13TeV-madgraph/Fall13wmLHE-START62_V1-v1/GEN')
748 steps['Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu']=genvalid('Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff',step1HadronizerDefaults)
749 steps['GGToHtaupinu_13TeV_pythia8-tauola']=genvalid('GGToHtautau_13TeV_pythia8_Tauola_taupinu_cff',step1GenDefaults)
750 
751 steps['WToLNutaurhonu_13TeV_pythia8-tauola']=genvalid('Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff',step1GenDefaults,dataSet='/WJetsToLNu_13TeV-madgraph/Fall13wmLHE-START62_V1-v1/GEN')
752 steps['Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu']=genvalid('Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff',step1HadronizerDefaults)
753 steps['GGToHtaurhonu_13TeV_pythia8-tauola']=genvalid('GGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff',step1GenDefaults)
754 
755 # Heavy Ion
756 steps['ReggeGribovPartonMC_EposLHC_5TeV_pPb']=genvalid('GeneratorInterface/ReggeGribovPartonMCInterface/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi',step1GenDefaults)
757 
758 
759 
760 
761 #PU for FullSim
762 PU={'-n':10,'--pileup':'default','--pileup_input':'das:/RelValMinBias/%s/GEN-SIM'%(baseDataSetRelease[0],)}
763 # pu2 can be removed
764 PU2={'-n':10,'--pileup':'default','--pileup_input':'das:/RelValMinBias/%s/GEN-SIM'%(baseDataSetRelease[0],)}
765 PU25={'-n':10,'--pileup':'AVE_35_BX_25ns','--pileup_input':'das:/RelValMinBias_13/%s/GEN-SIM'%(baseDataSetRelease[3],)}
766 PU50={'-n':10,'--pileup':'AVE_35_BX_50ns','--pileup_input':'das:/RelValMinBias_13/%s/GEN-SIM'%(baseDataSetRelease[3],)}
767 
768 
769 
770 #PU for FastSim
771 # FS_PU_INPUT_13TEV = "file:/afs/cern.ch/work/l/lveldere/minbias.root" # placeholder for relval to be produced with wf 135.8
772 PUFS={'--pileup':'GEN_2012_Summer_50ns_PoissonOOTPU'}
773 # PUFS2={'--pileup':'2012_Startup_50ns_PoissonOOTPU'} # not used anywhere
774 PUFSAVE10={'--pileup':'GEN_AVE_10_BX_25ns'} # temporary: one or a few releases as back-up
775 PUFSAVE20={'--pileup':'GEN_AVE_20_BX_25ns'} # temporary: one or a few releases as back-up
776 PUFSAVE35={'--pileup':'GEN_AVE_35_BX_25ns'}
777 PUFSAVE10_DRMIX_ITO={'--pileup':'AVE_10_BX_25ns','--pileup_input':'das:/RelValMinBiasFS_13_ForMixing/CMSSW_7_4_0_pre9_ROOT6-MCRUN2_74_V7_FastSim-v1/GEN-SIM-RECO','--customise':'FastSimulation/Configuration/Customs.disableOOTPU,SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1'}
778 PUFSAVE35_DRMIX_ITO={'--pileup':'AVE_35_BX_25ns','--pileup_input':'das:/RelValMinBiasFS_13_ForMixing/CMSSW_7_4_0_pre9_ROOT6-MCRUN2_74_V7_FastSim-v1/GEN-SIM-RECO','--customise':'FastSimulation/Configuration/Customs.disableOOTPU,SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1'}
779 PUFS25={'--pileup':'AVE_35_BX_25ns','--pileup_input':'das:/RelValMinBiasFS_13_ForMixing/CMSSW_7_4_0_pre9_ROOT6-MCRUN2_74_V7_FastSim-v1/GEN-SIM-RECO'}
780 
781 #
782 steps['TTbarFSPU']=merge([PUFS,Kby(100,500),steps['TTbarFS']] )
783 
784 steps['FS_TTbar_13_PUAVE10']=merge([PUFSAVE10,Kby(100,500),steps['TTbarFS_13']] ) # temporary: one or a few releases as back-up
785 steps['FS_TTbar_13_PUAVE20']=merge([PUFSAVE20,Kby(100,500),steps['TTbarFS_13']] ) # temporary: one or a few releases as back-up
786 steps['FS_TTbar_13_PUAVE35']=merge([PUFSAVE35,Kby(100,500),steps['TTbarFS_13']] )
787 steps['FS_TTbar_13_PU25']=merge([PUFS25,Kby(100,500),steps['TTbarFS_13']] ) # needs the placeholder
788 steps['FS_NuGun_UP15_PU25']=merge([PUFS25,Kby(100,500),steps['NuGunFS_UP15']] ) # needs the placeholder
789 steps['FS_TTbar_13_PUAVE10_DRMIX_ITO']=merge([PUFSAVE10_DRMIX_ITO,Kby(100,500),steps['TTbarFS_13']] ) # needs the placeholder
790 steps['FS_TTbar_13_PUAVE35_DRMIX_ITO']=merge([PUFSAVE35_DRMIX_ITO,Kby(100,500),steps['TTbarFS_13']] ) # needs the placeholder
791 
# step2
Definition: merge.py:1
def relval_steps.identityFS (   wf)

Definition at line 668 of file relval_steps.py.

669 def identityFS(wf):
670  return merge([{'--restoreRND':'HLT','--process':'HLT2','--hltProcess':'HLT2', '--inputCommands':'"keep *","drop *TagInfo*_*_*_*"'},wf])
671 
672 steps['SingleMuPt10FS_UP15_ID']=identityFS(steps['SingleMuPt10FS_UP15'])
673 steps['TTbarFS_13_ID']=identityFS(steps['TTbarFS_13'])
674 
675 step1GenDefaults=merge([{'-s':'GEN,VALIDATION:genvalid',
676  '--relval':'250000,20000',
677  '--eventcontent':'RAWSIM,DQM',
678  '--datatier':'GEN,DQMIO',
679  '--conditions':'auto:run2_mc_FULL'
680  },
681  step1Defaults])
682 
683 step1HadronizerDefaults=merge([{'--datatier':'GEN-SIM,DQMIO'},step1GenDefaults])
684 
685 step1LHEDefaults=merge([{'-s':'LHE',
686  '--relval':'200000,5000',
687  '--eventcontent':'LHE',
688  '--datatier':'GEN',
689  '--conditions':'auto:run2_mc_FULL'
690  },
691  step1Defaults])
692 
Definition: merge.py:1
def relval_steps.identitySim (   wf)

Production test: 13 TeV equivalents.

Definition at line 330 of file relval_steps.py.

331 def identitySim(wf):
332  return merge([{'--restoreRND':'SIM','--process':'SIM2', '--inputCommands':'"keep *","drop *TagInfo*_*_*_*"' },wf])
333 
334 steps['SingleMuPt10_UP15_ID']=identitySim(steps['SingleMuPt10_UP15'])
335 steps['TTbar_13_ID']=identitySim(steps['TTbar_13'])
336 
337 baseDataSetRelease=[
338  'CMSSW_7_1_0_pre7-PRE_STA71_V3-v1', # 0 run1 samples; keep GEN-SIM fixed to 710_pre7, for samples not routinely produced
339  'CMSSW_7_4_0_pre7-MCHI2_74_V3-v1', # 1 Run1 HI GEN-SIM (only MB = wf 140)
340  'CMSSW_6_2_0_pre8-PRE_ST62_V8_FastSim-v1', # 2 for fastsim id test
341 # 'CMSSW_7_1_0_pre5-START71_V1-v2', # 3 8 TeV , for the one sample which is part of the routine relval production (RelValZmumuJets_Pt_20_300, because of -v2)
342  # THIS ABOVE IS NOT USED, AT THE MOMENT
343  'CMSSW_7_4_0_pre7-MCRUN2_74_V7-v1', # 3 - 13 TeV samples with GEN-SIM from 740_p6; also GEN-SIM-DIGI-RAW-HLTDEBUG for id tests
344  'CMSSW_7_3_0_pre1-PRE_LS172_V15_FastSim-v1', # 4 - fast sim GEN-SIM-DIGI-RAW-HLTDEBUG for id tests
345  'CMSSW_7_4_0_pre9_ROOT6-PU25ns_MCRUN2_74_V7-v1', # 6 - premix
346  'CMSSW_7_4_0_pre9_ROOT6-PU50ns_MCRUN2_74_V6-v1' # 7 - premix
347  ]
348 
349 # note: INPUT commands to be added once GEN-SIM w/ 13TeV+PostLS1Geo will be available
350 steps['MinBiasINPUT']={'INPUT':InputInfo(dataSet='/RelValMinBias/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')} #was [0]
351 steps['QCD_Pt_3000_3500INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_Pt_3000_3500/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
352 steps['QCD_Pt_600_800INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_Pt_600_800/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
353 steps['QCD_Pt_80_120INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_Pt_80_120/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
354 steps['SingleElectronPt10INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleElectronPt10/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
355 steps['SingleElectronPt1000INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleElectronPt1000/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
356 steps['SingleElectronPt35INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleElectronPt35/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
357 steps['SingleGammaPt10INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleGammaPt10/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
358 steps['SingleGammaPt35INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleGammaPt35/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
359 steps['SingleMuPt1INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt1/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
360 steps['SingleMuPt10INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt10/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
361 steps['SingleMuPt10_UP15IDINPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt10_UP15/%s/GEN-SIM-DIGI-RAW-HLTDEBUG'%(baseDataSetRelease[3],),location='STD',split=1)}
362 steps['SingleMuPt10_UP15FSIDINPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt10/%s/GEN-SIM-DIGI-RECO'%(baseDataSetRelease[4],),location='STD',split=1)}
363 steps['SingleMuPt100INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt100/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
364 steps['SingleMuPt1000INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt1000/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
365 steps['TTbarINPUT']={'INPUT':InputInfo(dataSet='/RelValTTbar/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
366 steps['TTbar_13IDINPUT']={'INPUT':InputInfo(dataSet='/RelValTTbar_13/%s/GEN-SIM-DIGI-RAW-HLTDEBUG'%(baseDataSetRelease[3],),location='STD',split=1)}
367 steps['TTbar_13FSIDINPUT']={'INPUT':InputInfo(dataSet='/RelValTTbar_13/%s/GEN-SIM-DIGI-RECO'%(baseDataSetRelease[4],),location='STD',split=1)}
368 steps['TTbarLeptonINPUT']={'INPUT':InputInfo(dataSet='/RelValTTbarLepton/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
369 steps['OldTTbarINPUT']={'INPUT':InputInfo(dataSet='/RelValProdTTbar/CMSSW_5_0_0_pre6-START50_V5-v1/GEN-SIM-RECO',location='STD')}
370 steps['OldGenSimINPUT']={'INPUT':InputInfo(dataSet='/RelValTTbar/CMSSW_4_4_2-START44_V7-v1/GEN-SIM-DIGI-RAW-HLTDEBUG',location='STD')}
371 steps['Wjet_Pt_80_120INPUT']={'INPUT':InputInfo(dataSet='/RelValWjet_Pt_80_120/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
372 steps['Wjet_Pt_3000_3500INPUT']={'INPUT':InputInfo(dataSet='/RelValWjet_Pt_3000_3500/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
373 steps['LM1_sftsINPUT']={'INPUT':InputInfo(dataSet='/RelValLM1_sfts/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
374 steps['QCD_FlatPt_15_3000INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_FlatPt_15_3000/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
375 
376 steps['QCD_FlatPt_15_3000HSINPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_FlatPt_15_3000HS/%s/GEN-SIM'%(baseDataSetRelease[0],),location='STD')}
377 steps['TTbar__DIGIPU1INPUT']={'INPUT':InputInfo(dataSet='/RelValTTbar/CMSSW_5_2_2-PU_START52_V4_special_120326-v1/GEN-SIM-DIGI-RAW-HLTDEBUG',location='STD')}
378 
379 # 13 TeV recycle GEN-SIM input
380 steps['MinBias_13INPUT']={'INPUT':InputInfo(dataSet='/RelValMinBias_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
381 steps['QCD_Pt_3000_3500_13INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_Pt_3000_3500_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
382 steps['QCD_Pt_600_800_13INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_Pt_600_800_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
383 steps['QCD_Pt_80_120_13INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_Pt_80_120_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
384 steps['QCD_Pt_80_120_13_HIINPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_Pt_80_120_13_HI/%s/GEN-SIM'%(baseDataSetRelease[1],),location='STD')}
385 steps['TTbar_13INPUT']={'INPUT':InputInfo(dataSet='/RelValTTbar_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
386 steps['TTbarLepton_13INPUT']={'INPUT':InputInfo(dataSet='/RelValTTbarLepton_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
387 steps['ZEE_13INPUT']={'INPUT':InputInfo(dataSet='/RelValZEE_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
388 steps['Wjet_Pt_80_120_13INPUT']={'INPUT':InputInfo(dataSet='/RelValWjet_Pt_80_120_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
389 steps['Wjet_Pt_3000_3500_13INPUT']={'INPUT':InputInfo(dataSet='/RelValWjet_Pt_3000_3500_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
390 steps['LM1_sfts_13INPUT']={'INPUT':InputInfo(dataSet='/RelValLM1_sfts_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
391 steps['QCD_FlatPt_15_3000_13INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_FlatPt_15_3000_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
392 steps['QCD_FlatPt_15_3000HS_13INPUT']={'INPUT':InputInfo(dataSet='/RelValQCD_FlatPt_15_3000HS_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
393 steps['ZpMM_2250_13TeVINPUT']={'INPUT':InputInfo(dataSet='/RelValZpMM_2250_13TeV/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
394 steps['ZpEE_2250_13TeVINPUT']={'INPUT':InputInfo(dataSet='/RelValZpEE_2250_13TeV/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
395 steps['ZpTT_1500_13TeVINPUT']={'INPUT':InputInfo(dataSet='/RelValZpTT_1500_13TeV/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
396 steps['MinBiasHS_13INPUT']={'INPUT':InputInfo(dataSet='/RelValMinBiasHS_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
397 steps['Higgs200ChargedTaus_13INPUT']={'INPUT':InputInfo(dataSet='/RelValHiggs200ChargedTaus_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
398 
399 # activate GEN-SIM recycling once we'll have the first set of gen-sim
400 steps['Upsilon1SToMuMu_13INPUT']={'INPUT':InputInfo(dataSet='/RelValUpsilon1SToMuMu_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
401 steps['BuToKstarMuMu_13INPUT']={'INPUT':InputInfo(dataSet='/RelValBuToKstarMuMu_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
402 steps['BsToMuMu_13INPUT']={'INPUT':InputInfo(dataSet='/RelValBsToMuMu_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
403 steps['JpsiMuMu_Pt-15INPUT']={'INPUT':InputInfo(dataSet='/RelValJpsiMuMu_Pt-15/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
404 steps['BuToKstarPsi2S_13INPUT']={'INPUT':InputInfo(dataSet='/RelValBuToKstarPsi2S_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
405 steps['WE_13INPUT']={'INPUT':InputInfo(dataSet='/RelValWE_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
406 steps['WM_13INPUT']={'INPUT':InputInfo(dataSet='/RelValWM_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
407 steps['WpM_13INPUT']={'INPUT':InputInfo(dataSet='/RelValWpM_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
408 steps['ZMM_13INPUT']={'INPUT':InputInfo(dataSet='/RelValZMM_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
409 steps['ZMM_13_HIINPUT']={'INPUT':InputInfo(dataSet='/RelValZMM_13_HI/%s/GEN-SIM'%(baseDataSetRelease[1],),location='STD')}
410 steps['ZEEMM_13_HIINPUT']={'INPUT':InputInfo(dataSet='/RelValZEEMM_13_HI/%s/GEN-SIM'%(baseDataSetRelease[1],),location='STD')}
411 steps['ZpMM_13INPUT']={'INPUT':InputInfo(dataSet='/RelValZpMM_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
412 steps['ZTT_13INPUT']={'INPUT':InputInfo(dataSet='/RelValZTT_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
413 steps['H130GGgluonfusion_13INPUT']={'INPUT':InputInfo(dataSet='/RelValH130GGgluonfusion_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
414 steps['PhotonJets_Pt_10_13INPUT']={'INPUT':InputInfo(dataSet='/RelValPhotonJets_Pt_10_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
415 steps['PhotonJets_Pt_10_13_HIINPUT']={'INPUT':InputInfo(dataSet='/RelValPhotonJets_Pt_10_13_HI/%s/GEN-SIM'%(baseDataSetRelease[1],),location='STD')}
416 steps['QQH1352T_13INPUT']={'INPUT':InputInfo(dataSet='/RelValQQH1352T_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
417 steps['ADDMonoJet_d3MD3_13INPUT']={'INPUT':InputInfo(dataSet='/RelValADDMonoJet_d3MD3_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
418 steps['RSKKGluon_m3000GeV_13INPUT']={'INPUT':InputInfo(dataSet='/RelValRSKKGluon_m3000GeV_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
419 steps['BuJpsiK_13INPUT']={'INPUT':InputInfo(dataSet='/RelValBuJpsiK_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
420 steps['Cosmics_UP15INPUT']={'INPUT':InputInfo(dataSet='/RelValCosmics_UP15/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
421 steps['BeamHalo_13INPUT']={'INPUT':InputInfo(dataSet='/RelValBeamHalo_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
422 steps['HSCPstop_M_200_13INPUT']={'INPUT':InputInfo(dataSet='/RelValHSCPstop_M_200_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
423 steps['RSGravitonToGaGa_13INPUT']={'INPUT':InputInfo(dataSet='/RelValRSGravitonToGaGa_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
424 steps['WpToENu_M-2000_13INPUT']={'INPUT':InputInfo(dataSet='/RelValWpToENu_M-2000_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
425 
426 # particle guns with postLS1 geometry recycle GEN-SIM input
427 steps['SingleElectronPt10_UP15INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleElectronPt10_UP15/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
428 steps['SingleElectronPt35_UP15INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleElectronPt35_UP15/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
429 steps['SingleElectronPt1000_UP15INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleElectronPt1000_UP15/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
430 steps['SingleElectronFlatPt1To100_UP15INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleElectronFlatPt1To100_UP15/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
431 steps['SingleGammaPt10_UP15INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleGammaPt10_UP15/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
432 steps['SingleGammaPt35_UP15INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleGammaPt35_UP15/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
433 steps['SingleMuPt1_UP15INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt1_UP15/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
434 steps['SingleMuPt10_UP15INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt10_UP15/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
435 steps['SingleMuPt100_UP15INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt100_UP15/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
436 steps['SingleMuPt1000_UP15INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleMuPt1000_UP15/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
437 steps['NuGun_UP15INPUT']={'INPUT':InputInfo(dataSet='/RelValNuGun_UP15/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
438 
439 #input for fast sim workflows to be added - TODO
440 
Definition: merge.py:1
def identitySim
Production test: 13 TeV equivalents.
def relval_steps.Kby (   N,
  s 
)

Definition at line 252 of file relval_steps.py.

Referenced by gen2015(), genS(), and genvalid().

253 def Kby(N,s):
return {'--relval':'%s000,%s'%(N,s)}
def relval_steps.Mby (   N,
  s 
)

Definition at line 254 of file relval_steps.py.

Referenced by gen2015(), and genS().

255 def Mby(N,s):
256  return {'--relval':'%s000000,%s'%(N,s)}
def relval_steps.merge (   dictlist,
  TELL = False 
)

Definition at line 91 of file relval_steps.py.

References bookConverter.max.

Referenced by HLTScalersClient.endLuminosityBlock(), DDI::LogicalPart.mergedSpecificsV(), DDExpandedView.mergedSpecificsV(), DAClusterizerInZ.vertices(), and DAClusterizerInZ_vect.vertices().

91 
92 def merge(dictlist,TELL=False):
93  import copy
94  last=len(dictlist)-1
95  if TELL: print last,dictlist
96  if last==0:
97  # ONLY ONE ITEM LEFT
98  return copy.copy(dictlist[0])
99  else:
100  reducedlist=dictlist[0:max(0,last-1)]
101  if TELL: print reducedlist
102  # make a copy of the last item
103  d=copy.copy(dictlist[last])
104  # update with the last but one item
105  d.update(dictlist[last-1])
106  # and recursively do the rest
107  reducedlist.append(d)
108  return merge(reducedlist,TELL)
Definition: merge.py:1
def relval_steps.remove (   d,
  key,
  TELL = False 
)

Definition at line 109 of file relval_steps.py.

110 def remove(d,key,TELL=False):
111  import copy
112  e = copy.deepcopy(d)
113  if TELL: print "original dict, BEF: %s"%d
114  del e[key]
115  if TELL: print "copy-removed dict, AFT: %s"%e
116  return e
117 
# step1 gensim: for run1

Variable Documentation

dictionary relval_steps.baseDataSetReleaseBetter = {}

Definition at line 1319 of file relval_steps.py.

list relval_steps.cust = upgradeCustoms[k2]

Definition at line 1347 of file relval_steps.py.

dictionary relval_steps.dataReco
Initial value:
1 = {'--conditions':'auto:run1_data',
2  '-s':'RAW2DIGI,L1Reco,RECO,EI,ALCA:SiStripCalZeroBias+SiStripCalMinBias+TkAlMinBias,DQM',
3  '--datatier':'RECO,DQMIO',
4  '--eventcontent':'RECO,DQM',
5  '--data':'',
6  '--process':'reRECO',
7  '--scenario':'pp',
8  }

Definition at line 877 of file relval_steps.py.

dictionary relval_steps.defaultDataSets = {}

Definition at line 1308 of file relval_steps.py.

dictionary relval_steps.digiPremixUp2015Defaults25ns
Initial value:
1 = {
2  '--conditions' : 'auto:run2_mc',
3  '-s' : 'DIGIPREMIX_S2:pdigi_valid,DATAMIX,L1,DIGI2RAW,HLT:@frozen25ns,RAW2DIGI,L1Reco',
4  '--pileup_input' : 'das:/RelValPREMIXUP15_PU25/%s/GEN-SIM-DIGI-RAW'%baseDataSetRelease[5],
5  '--eventcontent' : 'FEVTDEBUGHLT',
6  '--datatier' : 'GEN-SIM-DIGI-RAW-HLTDEBUG',
7  '--datamix' : 'PreMix',
8  '--customise' : 'SLHCUpgradeSimulations/Configuration/postLS1CustomsPreMixing.customisePostLS1', # temporary replacement for premix; to be brought back to customisePostLS1
9  '--magField' : '38T_PostLS1',
10  }

Definition at line 851 of file relval_steps.py.

tuple relval_steps.digiPremixUp2015Defaults50ns
Initial value:
1 = merge([{'-s':'DIGIPREMIX_S2:pdigi_valid,DATAMIX,L1,DIGI2RAW,HLT:@frozen50ns,RAW2DIGI,L1Reco'},
2  {'--conditions':'auto:run2_mc_50ns'},
3  {'--pileup_input' : 'das:/RelValPREMIXUP15_PU50/%s/GEN-SIM-DIGI-RAW'%baseDataSetRelease[6]},
4  {'--customise': 'SLHCUpgradeSimulations/Configuration/postLS1CustomsPreMixing.customisePostLS1_50ns'},
5  digiPremixUp2015Defaults25ns])
Definition: merge.py:1

Definition at line 861 of file relval_steps.py.

dictionary relval_steps.ecalHcal
Initial value:
1 = {
2  '-s':'GEN,SIM,DIGI,DIGI2RAW,RAW2DIGI,L1Reco,RECO,EI',
3  '--datatier':'GEN-SIM-DIGI-RAW-RECO',
4  #'--geometry':'ECALHCAL',
5  '--eventcontent':'FEVTDEBUG',
6  '--customise':'Validation/Configuration/ECALHCAL.customise,SimGeneral/MixingModule/fullMixCustomize_cff.setCrossingFrameOn',
7  '--beamspot':'NoSmear'}

high stat step1

Definition at line 442 of file relval_steps.py.

list relval_steps.geom = upgradeGeoms[k2]

Definition at line 1345 of file relval_steps.py.

list relval_steps.gt = upgradeGTs[k2]

Definition at line 1346 of file relval_steps.py.

Referenced by MultipleAlgoIterator.calculatePedestal(), ReflectedIterator.calculatePedestal(), PileUpSubtractor.calculatePedestal(), mergeTrackHelper(), and CaloGeometryDBEP< T, U >.produceAligned().

dictionary relval_steps.hiAlca = {'--conditions':'auto:run2_mc_HIon', '--customise':'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1_HI'}

Definition at line 566 of file relval_steps.py.

tuple relval_steps.hiDefaults = merge([hiAlca,{'--scenario':'HeavyIons','-n':2,'--beamspot':'RealisticHI2011Collision'}])

Definition at line 567 of file relval_steps.py.

string relval_steps.hltKey = 'fake'

Definition at line 886 of file relval_steps.py.

Referenced by DQMProvInfo.makeHLTKeyInfo().

list relval_steps.howMuch = howMuches[frag]

Definition at line 1467 of file relval_steps.py.

string relval_steps.k = frag[:-4]

Definition at line 1469 of file relval_steps.py.

Referenced by AlignableComposite.addComponent(), FWPFCandidateDetailView.addHits(), ReferenceTrajectory.addMaterialEffectsBp(), ReferenceTrajectory.addMaterialEffectsBrl(), ReferenceTrajectory.addMaterialEffectsCov(), ReferenceTrajectory.addMaterialEffectsCurvlinGbl(), ReferenceTrajectory.addMaterialEffectsLocalGbl(), FWGeometryTableViewBase.addTo(), AlCaHBHEMuonFilter.AlCaHBHEMuonFilter(), AlCaIsoTracksFilter.AlCaIsoTracksFilter(), AlCaIsoTracksProducer.AlCaIsoTracksProducer(), SiStripHitEffFromCalibTree.algoAnalyze(), AllocNetwork(), ApvLatencyAlgorithm.analyse(), VpspScanAlgorithm.analyse(), DimuonStatistics.analyze(), ZHistogrammer.analyze(), ZMCHistogrammer.analyze(), DQMHOAlCaRecoStream.analyze(), JetToDigiDump.analyze(), SiStripQualityStatistics.analyze(), AnalysisTasksAnalyzerJEC.analyze(), AlignmentStats.analyze(), ESTimingTask.analyze(), DQMHcalPhiSymAlCaReco.analyze(), EwkElecDQM.analyze(), EwkMuLumiMonitorDQM.analyze(), DTNoiseCalibration.analyze(), HLTTrack.analyze(), EcalPerEvtLaserAnalyzer.analyze(), MonitorElementsDb.analyze(), EcalTestPulseAnalyzer.analyze(), BxTiming.analyze(), TopDiLeptonDQM.analyze(), MCEfficiencyAnalyzer.analyze(), L1TDTTPG.analyze(), SiStripMonitorRawData.analyze(), DQMHcalIsoTrackAlCaReco.analyze(), MuTriggerAnalyzer.analyze(), L1RCTLutWriter.analyze(), DQMSourcePi0.analyze(), FourVectorHLT.analyze(), EcalTPGParamBuilder.analyze(), RPCTTUMonitor.analyze(), SiStripMonitorPedestals.analyze(), L1TdeRCT.analyze(), EcalLaserAnalyzerYousi.analyze(), TestOutliers.analyze(), HLTMuonMatchAndPlot.analyze(), HcalIsoTrkAnalyzer.analyze(), DTLocalTriggerSynchTask.analyze(), JetTester_HeavyIons.analyze(), HLTMuon.analyze(), HcalDigiMonitor.analyze(), IsoTrackCalib.analyze(), PrimaryVertexValidation.analyze(), IsoTrackCalibration.analyze(), JetAnalyzer_HeavyIons.analyze(), HcalDetDiagPedestalMonitor.analyze(), HOCalibAnalyzer.analyze(), HcalDetDiagLaserMonitor.analyze(), MatRepSparse< T, D1, D2, S, F >.apply(), array_from_row_sorted_matrix(), gbl::BorderedBandMatrix.bandOfAVAT(), PhotonFix.barrelCGap(), PhotonFix.barrelMGap(), PhotonFix.barrelSGap(), reco::BeamSpot.BeamSpot(), PdfWeightProducer.beginJob(), QGLikelihoodDBWriter.beginJob(), DQMMessageLogger.beginJob(), IsoTrackCalibration.beginJob(), AlCaHOCalibProducer.beginJob(), RPCTechnicalTrigger.beginRun(), DAClusterizerInZ.beta0(), DAClusterizerInZ_vect.beta0(), Blowfish_Init(), cscdqm::Collection.bookCSCHistos(), DQMHOAlCaRecoStream.bookHistograms(), DQMHcalIsoTrackAlCaReco.bookHistograms(), HLTSeedL1LogicScalers.bookHistograms(), RPCTTUMonitor.bookHistograms(), TrackerOfflineValidation.bookSummaryHists(), FWPFEcalRecHitLegoProxyBuilder.build(), FWTrackResidualDetailView.build(), MuonDTLocalMillepedeAlgorithm.build4DSegments(), TEcnaNumbering.BuildBarrelCrysTable(), RBCProcessRPCSimDigis.builddata(), ProcessTestSignal.builddata(), RBCProcessRPCDigis.builddata(), DeDxTools.buildDiscrimMap(), TEcnaNumbering.BuildEndcapCrysTable(), MagGeoBuilderFromDDD.buildInterpolator(), DTTFBitArray< N >.byte(), BitArray< 9 >.byte(), AutocorrelationAnalyzer.calculate(), hitfit::Fourvec_Constraint_Calculator.calculate_constraints(), EndcapPiZeroDiscriminatorAlgo.calculateNNInputVariables(), CaloSD.CaloSD(), CaloTrkProcessing.CaloTrkProcessing(), CastorLedAnalysis.CastorLedAnalysis(), CastorPedestalAnalysis.CastorPedestalAnalysis(), condbon.cdbon_write(), popcon::EcalPulseCovariancesHandler.checkPulseCovariance(), IsoTrig.chgIsolation(), DTUserKeyedConfigHandler.chkConfigList(), DTKeyedConfigHandler.chkConfigList(), cond::Cipher.Cipher(), DTTFFEDReader.clear(), HFClusterAlgo.clusterize(), DAClusterizerInZ.clusterize(), DAClusterizerInZ_vect.clusterize(), CmsShowCommonPopup.CmsShowCommonPopup(), CombinationGenerator< T >.combinations(), JetCombinatorics.Combinatorics(), TrackEfficiencyMonitor.compatibleLayers(), GsfCombinedMaterialEffectsUpdator.compute(), JacobianCurvilinearToLocal.compute(), TMarkov.computeChain(), SiPixelDataQuality.computeGlobalQualityFlag(), HcalPulseShapes.computeHPDShape(), TShapeAnalysis.computeShape(), EcalUncalibRecHitRatioMethodAlgo< C >.computeTime(), TShapeAnalysis.computetmaxVal(), DDHCalBarrelAlgo.constructInsideSector(), DDHCalEndcapAlgo.constructInsideSector(), DDHCalBarrelAlgo.constructMidLayer(), DDHCalBarrelAlgo.constructSideLayer(), Conv.convolution(), TFParams.copie_colonne_mat(), edm::ProductRegistry.copyProduct(), PSFitter::HybridMinimizer.Correlation(), l1trigger::Counters.Counters(), reco::BeamSpot.covariance3D(), PSFitter::HybridMinimizer.CovMatrix(), crc32c_init_sw(), pftools::SpaceManager.createCalibrators(), RPCWheel.createWheelMap(), CSCRecHit2D.CSCRecHit2D(), HLTLevel1GTSeed.debugPrint(), LzmaFile.DecodeAll(), GenericHouseholder.decompose(), HouseholderDecomposition.decompose(), gbl::BorderedBandMatrix.decomposeBand(), PhysicsTools::VarProcessor.deriv(), align.diffAlignables(), L1RCT.digiInput(), DCCEventBlock.display(), cscdqm::StripClusterFinder.DoAction(), GflashHadronShowerProfile.doCholeskyReduction(), compareBitCounts.doCompare(), compareRingSums.doCompare(), HLTEcalResonanceFilter.doSelection(), HLTRegionalEcalResonanceFilter.doSelection(), EmissionVetoHook1.doVetoFSREmission(), EmissionVetoHook1.doVetoISREmission(), RPCEfficiencyPerRingLayer.dqmEndJob(), RPCEfficiencySecond.dqmEndJob(), DTChamberEfficiencyClient.dqmEndJob(), JetMETHLTOfflineClient.dqmEndJob(), DQMNet.dqmhash(), DQMHcalIsoTrackAlCaReco.DQMHcalIsoTrackAlCaReco(), TrackerMap.drawApvPair(), TrackerMap.drawCcu(), TrackerMap.drawHV2(), TrackerMap.drawHV3(), TrackerMap.drawModule(), TrackerMap.drawPsu(), CmsTrackerDebugNavigator.dump(), muonAssociatorByHitsDiagnostics::InputDumper.dump(), Grid3D.dump(), DAClusterizerInZ.dump(), TouchableToHistory.dumpG4VPV(), PhotonFix.dumpGaps(), EcalPulseCovariancesXMLTranslator.dumpXML(), Pi0FixedMassWindowCalibration.duringLoop(), ZeeCalibration.duringLoop(), EcalPulseCovariance.EcalPulseCovariance(), EcalTB07DaqFormatter.EcalTB07DaqFormatter(), EgammaTowerIsolationNew< NC >.EgammaTowerIsolationNew(), electronSelector(), edm::service::ELlimitsTable.ELlimitsTable(), RPCWheel.emulate(), TTUEmulator.emulate(), PhotonFix.endcapCGap(), PhotonFix.endcapMGap(), PhotonFix.endcapSGap(), HcalCableMapper.endJob(), AlCaHBHEMuonFilter.endJob(), DTKeyedConfigDBInit.endJob(), cms::Analyzer_minbias.endJob(), AlCaIsoTracksFilter.endJob(), HcalIsoTrkAnalyzer.endJob(), IsoTrackCalibration.endJob(), AlCaIsoTracksProducer.endJob(), GlobalTrackerMuonAlignment.endJob(), HOCalibAnalyzer.endJob(), HLTScalersClient.endLuminosityBlock(), ZeeCalibration.endOfJob(), ZeeCalibration.endOfLoop(), DQMHcalPhiSymAlCaReco.endRun(), VoronoiAlgorithm.equalize(), ESDataFormatterV4.ESDataFormatterV4(), ESDigiToRaw.ESDigiToRaw(), ESElectronicsMapper.ESElectronicsMapper(), ESIntegrityClient.ESIntegrityClient(), ESIntegrityTask.ESIntegrityTask(), ESPedestalClient.ESPedestalClient(), ESPedestalTask.ESPedestalTask(), IsoTrig.etaPhiTrigger(), magfieldparam::HarmBasis3DCyl.EvalBphi(), magfieldparam::HarmBasis3DCyl.EvalRZ(), l1t::CaloCondition.evaluateCondition(), L1ExtraParticleMapProd.evaluateDoublePlusSingleObjectTrigger(), L1ExtraParticleMapProd.evaluateForwardRapidityGap(), L1ExtraParticleMapProd.evaluateQuadSameObjectTrigger(), L1ExtraParticleMapProd.evaluateTripleSameObjectTrigger(), VoronoiAlgorithm.event_fourier(), DDTIDModulePosAlgo.execute(), DDHCalForwardAlgo.execute(), DDTIDModuleAlgo.execute(), DDHCalLinearXY.execute(), DDTECAxialCableAlgo.execute(), DDTIDAxialCableAlgo.execute(), MagFieldConfig.expandList(), TFParams.f3deg(), VVIObj.fcn(), VVIObjF.fcn(), sistripvvi::VVIObj.fcn(), VoronoiAlgorithm.feature_extract(), pos::PixelCalibConfiguration.fedCardsAndChannels(), spf::SherpackFetcher.Fetch(), L1GctElectronFinalSort.fetchInput(), L1RCT.fileInput(), CalibrationScanTask.fill(), CalibrationTask.fill(), big::bigEntry.fill(), HcalDDDGeometryLoader.fill(), HLTOfflineDQMTopSingleLepton::MonitorSingleLepton.fill(), HLTOfflineDQMTopDiLepton::MonitorDiLepton.fill(), HiEvtPlaneFlatten.Fill(), HcalRecHitMonitor.fill_Nevents(), MaterialBudgetHcalHistos.fillBeginJob(), CSCChamberIndexValues.fillChamberIndex(), CSCChamberMapValues.fillChamberMap(), CSCCrateMapValues.fillCrateMap(), FWECALDetailViewBuilder.fillData(), CSCDDUMapValues.fillDDUMap(), SiPixelDataQuality.fillGlobalQualityPlot(), SiPixelActionExecutor.fillGrandBarrelSummaryHistos(), SiPixelActionExecutor.fillGrandEndcapSummaryHistos(), SiStripQualityDQM.fillGrandSummaryMEs(), DQMFEDIntegrityClient.fillHistograms(), SiStripSummaryCreator.fillHistos(), edm::Principal.fillPrincipal(), RPCSeedrecHitFinder.fillrecHits(), DynamicTruncation.fillSegmentMaps(), popcon::EcalPulseCovariancesHandler.fillSimPulseCovariance(), SiStripCertificationInfo.fillSiStripCertificationMEs(), QcdLowPtDQM.fillTracklets(), DTSurvey.FillWheelInfo(), CSCDigiValidator.filter(), L1GctHardwareJetFinder.findFinalClusters(), GenHFHadronMatcher.findInMothers(), edm::MapOfVectors< std::string, AnalysisDescription * >.findKey(), JetCorrectorParametersCollection.findLabel(), CSCHitFromStripOnly.findMaxima(), edm.findOrInsert(), TMatacq.findPeak(), PFClusterShapeAlgo.findPFRHIndexFromDetId(), L1GctHardwareJetFinder.findProtoClusters(), CSCXonStrip_MatchGatti.findXOnStrip(), CSCChamberFitter.fit(), LagrangeParentParticleFitter.fit(), BSFitter.Fit_d0phi(), BSFitter.Fit_d_likelihood(), BSFitter.Fit_d_z_likelihood(), BSFitter.Fit_dres_z_likelihood(), PulseFitWithFunction.Fit_parab(), TSFit.fit_third_degree_polynomial(), BSFitter.Fit_z_likelihood(), TFParams.fitpj(), JetCoreClusterSplitter.fittingSplit(), edm::service::ELstatistics.formSummary(), TSFit.fpol3dg(), CMSCGEN.generate(), HCAL_HLX::TCPReceiver.GenerateFakeData(), HCAL_HLX::TCPReceiver.GenerateRandomData(), edm::Association< reco::FFTJPTJetCollection >.get(), HcalDetDiagLaserMonitor.get_ave_rbx(), SiStripLayoutParser.getAllLayouts(), SiPixelLayoutParser.getAllLayouts(), magfieldparam::HarmBasis3DCyl.GetBphi_k(), magfieldparam::HarmBasis3DCyl.GetBr_k(), fwlite::DataGetterHelper.getByBranchDescription(), magfieldparam::HarmBasis3DCyl.GetBz_k(), magfieldparam::BFit3D.GetC(), CSCTMBMiniScope.getChannelsInTbin(), EcalBarrelGeometry.getClosestEndcapCells(), PSFitter::HybridMinimizer.GetCovMatrix(), LMFDat.getData(), BetaCalculatorECAL.getDetailedTrackLengthInXtals(), EcalRingCalibrationTools.getDetIdsInRing(), CDFRunInfo.getDouble(), HiEvtPlaneFlatten.GetFlatPsi(), PSFitter::HybridMinimizer.GetHessianMatrix(), CDFRunInfo.getInt(), RPCReadOutMapping.getLBforChamber(), SiPixelConfigParser.getMENamesForBarrelSummary(), SiPixelConfigParser.getMENamesForEndcapSummary(), SiPixelConfigParser.getMENamesForFEDErrorSummary(), SiPixelConfigParser.getMENamesForGrandBarrelSummary(), SiPixelConfigParser.getMENamesForGrandEndcapSummary(), SiStripConfigParser.getMENamesForSummary(), SiPixelConfigParser.getMENamesForTrackerMap(), SiPixelConfigParser.getMENamesForTree(), GetMPV(), RPCDBPerformanceHandler.getNewObjects(), popcon::EcalPulseCovariancesHandler.getNewObjects(), popcon::EcalDAQHandler.getNewObjects(), popcon::EcalDCSHandler.getNewObjects(), EndcapPiZeroDiscriminatorAlgo.getNNoutput(), SimTrackManager.getOrCreateVertex(), LMFCorrCoefDat.getParameters(), ZMuMuEfficiency.getParticleEta(), ZMuMuPerformances.getParticleEta(), ZMuMu_vtxAnalyzer.getParticleEta(), ZMuMu_efficiencyAnalyzer.getParticleEta(), ZMuMu_MCanalyzer.getParticleEta(), ZMuMuEfficiency.getParticleP4(), ZMuMuPerformances.getParticleP4(), ZMuMu_vtxAnalyzer.getParticleP4(), ZMuMu_efficiencyAnalyzer.getParticleP4(), ZMuMu_MCanalyzer.getParticleP4(), ZMuMuEfficiency.getParticlePhi(), ZMuMuPerformances.getParticlePhi(), ZMuMu_vtxAnalyzer.getParticlePhi(), ZMuMu_efficiencyAnalyzer.getParticlePhi(), ZMuMu_MCanalyzer.getParticlePhi(), ZMuMuEfficiency.getParticlePt(), ZMuMuPerformances.getParticlePt(), ZMuMu_vtxAnalyzer.getParticlePt(), ZMuMu_efficiencyAnalyzer.getParticlePt(), ZMuMu_MCanalyzer.getParticlePt(), TMom.getPeak(), CastorShowerLibraryMaker.GetPrimary(), edm::PtrVectorBase.getProduct_(), magfieldparam::HarmBasis3DCyl.GetPtn_k(), RPCReadOutMapping.getRAWSpecForCMSChamberSrip(), HcalQie.getShape(), CSCTMBBlockedCFEB.getSingleCFEBList(), CaloSubdetectorGeometry.getSummary(), HcalGeometry.getSummary(), NjettinessAdder.getTau(), edm::root::FWLiteDelayedReader.getTheProduct(), BareRootProductGetter.getThinnedProducts(), fwlite::DataGetterHelper.getThinnedProducts(), edm::EventPrincipal.getThinnedProducts(), magfieldparam::HarmBasis3DCyl.GetVal(), EcalClusterLocalContCorrection.getValue(), EcalClusterCrackCorrection.getValue(), ESTrivialConditionRetriever.getWeightsFromConfiguration(), EcalEndcapGeometry.gId(), PSFitter::HybridMinimizer.GlobalCC(), DDExpandedView.goTo(), GlobalTrackerMuonAlignment.gradientGlobalAlg(), HankelKn(), magfieldparam::HarmBasis3DCyl.HarmBasis3DCyl(), hitfit::Objpair.has_constraint(), GenHFHadronMatcher.hasHadronDaughter(), HcalFlexiHardcodeGeometryLoader.HcalFlexiHardcodeGeometryLoader(), HcalHitRelabeller.HcalHitRelabeller(), HcalIsoTrkAnalyzer.HcalIsoTrkAnalyzer(), HcalLedAnalysis.HcalLedAnalysis(), HcalPedestalAnalysis.HcalPedestalAnalysis(), HCALResponse.HCALResponse(), HcalSeverityLevelComputer.HcalSeverityLevelComputer(), CSCChamberFitter.hessian(), CSCMake2DRecHit.hitFromStripAndWire(), HLTPixlMBFilt.hltFilter(), HLTPixlMBForAlignmentFilter.hltFilter(), HLTRPCTrigNoSyncFilter.hltFilter(), HOCalibAnalyzer.HOCalibAnalyzer(), edm::EventSelector.identical(), Grid3D.index(), InduceChargeFP420.induce(), SiTrivialInduceChargeOnStrips.induceVector(), TPNFit.init(), TMatacq.init(), CircleFromThreePoints.init(), Combinatorics.initial_subset(), RPCWheel.initialise(), TTUEmulator.initialise(), PhotonFixCMS.initialise(), PhotonFix.initialiseGeometry(), StripClusterizerAlgorithm.initialize(), HERecalibration.initialize(), BaseNumericalRandomGenerator.initialize(), CMSCGEN.initialize(), L1GtVhdlWriterCore.initializeDeltaConditions(), CandMatcherBase< C1, C2 >.initMaps(), CastorShowerLibraryMaker.InitSLHolder(), BinningPointByMap.insert(), cmsutil::SimpleAllocHashMultiMap< K, V, Hasher, Equals, Alloc >.insert(), LinearGridInterpolator3D.interpolate(), TMatacq.interpolate(), TSFit.inverms(), TFParams.inverpj(), gbl::VSymMatrix.invert(), gbl::BorderedBandMatrix.invertBand(), TopologyWorker.iPow(), IsMuMatchedToHLTMu(), EwkMuLumiMonitorDQM.IsMuMatchedToHLTMu(), MuTriggerAnalyzer.IsMuMatchedToHLTMu(), IsoTrackCalib.IsoTrackCalib(), IsoTrackCalibration.IsoTrackCalibration(), IsoTrig.IsoTrig(), edm.isTransientEqual(), HLTInclusiveVBFSource.isTriggerObjectFound(), JetMETHLTOfflineSource.isTriggerObjectFound(), CmsTrackerDebugNavigator.iterate(), L1ScalersClient.L1ScalersClient(), CastorLedAnalysis.LedCastorHists(), HcalLedAnalysis.LedHBHEHists(), HcalLedAnalysis.LedHFHists(), HcalLedAnalysis.LedHOHists(), CSCChamberFitter.lhsVector(), MP7PacketReader.load(), HcalNumberingFromDDD.loadGeometry(), ClusterShapeHitFilter.loadPixelLimits(), ClusterShapeHitFilter.loadStripLimits(), ls_cert_type(), TopologyWorker.ludbrb(), HybridClusterAlgo.mainSearch(), RPCFakeCalibration.makeCls(), RPCFakeCalibration.makeNoise(), PiZeroAnalyzer.makePizero(), CSCHitFromStripOnly.makeStripData(), SiStripHitEffFromCalibTree.makeSummary(), HeavyFlavorValidation.match(), HLTMuonMatchAndPlot.matchByDeltaR(), spu.md5_File(), DAClusterizerInZ.merge(), DAClusterizerInZ_vect.merge(), Conv.mkbins(), MLP_MM2rows(), RKCurvilinearDistance< T, N >.momentum(), reco::Mustache.MustacheClust(), L1RCTChannelMaskOnlineProd.newObject(), L1CaloHcalScaleConfigOnlineProd.newObject(), SequentialCombinationGenerator< T >.next_combi(), SequentialPartitionGenerator.next_part(), Combinatorics.next_permutation(), SequentialCombinationGenerator< T >.next_subset(), CSCRecoConditions.noiseMatrix(), CartesianLorentzForce.operator()(), MatRepSparse< T, D1, D2, S, F >.operator()(), PathToPlane2Order.operator()(), TtSemiLRSignalSelObservables.operator()(), CandMatcherBase< C1, C2 >.operator()(), cond::SmallWORMDict::IterHelp.operator()(), ZGoldenFilter.operator()(), gbl::VMatrix.operator*(), hitfit.operator<<(), operator<<(), operator>>(), MatRepSparse< T, D1, D2, S, F >.operator[](), cond::SmallWORMDict.operator[](), JetCorrectorParametersCollection.operator[](), hitfit::Pair_Table.Pair_Table(), TFParams.parab(), VertexKinematicConstraint.parametersDerivative(), EcalTrigPrimESProducer.parseTextFile(), PdfWeightProducer.PdfWeightProducer(), HBHEPulseShapeFlagSetter.PerformDualNominalFit(), HcalNoiseMonitor.PerformDualNominalFit(), trajectoryStateTransform.persistentState(), L1MuDTAssignmentUnit.PhiAU(), SiPixelTemplateReco.PixelTempReco2D(), SiPixelTemplateSplit.PixelTempSplit(), TopologyWorker.planes_sphe(), TopologyWorker.planes_sphe_wei(), TopologyWorker.planes_thrust(), EcalDCSTowerStatusXMLTranslator.plot(), EcalDAQTowerStatusXMLTranslator.plot(), VertexKinematicConstraint.positionDerivative(), CSCCrosstalkDBConditions.prefillDBCrosstalk(), CSCGainsDBConditions.prefillDBGains(), CSCNoiseMatrixDBConditions.prefillDBNoiseMatrix(), CSCPedestalsDBConditions.prefillDBPedestals(), gbl::GblTrajectory.prepare(), FWTrackResidualDetailView.prepareData(), edm::Principal.Principal(), L1RCTChannelMask.print(), L1RCTNoisyChannelMask.print(), CSCTMBMiniScope.print(), CSCStripHit.print(), CSCRecHit2D.print(), edm::service::RandomNumberGeneratorService.print(), RPCWheel.print_wheel(), cscdqm::StripClusterFinder.printClusters(), RPCWheel.printinfo(), TTUEmulator.printinfo(), RPCTechnicalTrigger.printinfo(), FBaseSimEvent.printMCTruth(), RawParticle.printName(), CastorShowerLibraryMaker.printSLstatus(), L1RCTProducer.printUpdatedFedMaskVerbose(), RBCPatternLogic.process(), RBCTestLogic.process(), RBCChamberORLogic.process(), RPCWheel.process(), cscdqm::EventProcessor.processCSC(), HcalNZSMonitor.processEvent(), HcalRecHitMonitor.processEvent(), HcalDeadCellMonitor.processEvent(), HcalPedestalAnalysis.processEvent(), HcalLedAnalysis.processLedEvent(), TTUEmulator.processTtu(), DimuonMCMatcher.produce(), pat::PATVertexSlimmer.produce(), RawDataCollectorByLabel.produce(), HcalCalibFEDSelector.produce(), PdfWeightProducer.produce(), PixelTracksProducer.produce(), TtHadEvtSolutionMaker.produce(), QjetsAdder.produce(), SubdetFEDSelector.produce(), SiStripRegFEDSelector.produce(), citk::PFIsolationSumProducer.produce(), ECALRegFEDSelector.produce(), HLTJetCollForElePlusJets< T >.produce(), AlCaHcalNoiseProducer.produce(), EcalFEDWithCRCErrorProducer.produce(), HcalHitReconstructor.produce(), pat::PATJetProducer.produce(), CastorTowerProducer.produce(), NuclearInteractionEDProducer.produce(), l1t::GenToInputProducer.produce(), RPCTechnicalTrigger.produce(), TrajectorySeedProducer.produce(), AlCaHOCalibProducer.produce(), EcalTrivialConditionRetriever.produceEcalDAQTowerStatus(), EcalTrivialConditionRetriever.produceEcalDCSTowerStatus(), EcalTrivialConditionRetriever.produceEcalDQMTowerStatus(), TFParams.produit_mat(), TFParams.produit_mat_int(), ProjectMatrix< T, N, D >.project(), ProjectMatrix< T, N, D >.projectAndSubtractFrom(), CSCTFPtMethods.Pt2StnChiSq(), CSCTFPtMethods.Pt3StnChiSq(), DAClusterizerInZ.purge(), DAClusterizerInZ_vect.purge(), SiPixelGenError.pushfile(), SiPixelTemplate2D.pushfile(), SiStripTemplate.pushfile(), SiPixelTemplate.pushfile(), TShapeAnalysis.putAllVals(), GenHFHadronMatcher.putMotherIndex(), L1RCT.randomInput(), AcceptJet.ratio(), TMatacq.rawPulseAnalysis(), RCTConfigProducers.RCTConfigProducers(), cond::BlobStreamingService.read(), WriteDQMSummaryIntoOMDS.readData(), StoreEcalCondition.readEcalTBWeightsFromFile(), TEcnaRootFile.ReadElement(), TEcnaRootFile.ReadElementNextEntryNumber(), EcalPulseCovariancesXMLTranslator.readXML(), funct::HistoPdf.rebin(), RecAnalyzerMinbias.RecAnalyzerMinbias(), InvRingCalib.RegPrepare(), DTTracoLUTs.reset(), edm::service::ELadministrator.resetSeverityCount(), BtoCharmDecayVertexMerger.resolveBtoDchain(), edm::NoProcessProductHolder.resolveProduct_(), lumi::LumiDummy2DB.retrieveData(), Combinatorics.Rotate(), EcalUncalibRecHitWorkerMultiFit.run(), DTLocalTriggerTask.runDCCAnalysis(), DTLocalTriggerTask.runDDUAnalysis(), edm::RunningAverage.RunningAverage(), BeamFitter.runPVandTrkFitter(), TTUTrackingAlg.runSeedBuster(), LandauFP420.SampleFluctuations(), SiG4UniversalFluctuation.SampleFluctuations(), HcalDetDiagLaserMonitor.SaveReference(), RPCTechnicalTrigger.searchCoincidence(), SelectedElectronFEDListProducer< TEle, TCand >.SelectedElectronFEDListProducer(), TSFit.set_params(), CaloG4Hit.setID(), DTBtiTrigData.setK(), DTTracoTrigData.setK(), TopologyWorker.setPartList(), HcalForwardAnalysis.setPhotons(), RPCWheel.setProperties(), RPCWheel.setSpecifications(), TTUEmulator.setSpecifications(), TrackingSlaveSD.setTrackId(), UpdatablePSimHit.setTrackId(), HcalNZSMonitor.setup(), MuonTrackValidatorBase.setUpVectors(), TrackMaker.SetVars(), FWTabularWidget.setWidthOfTextInColumns(), edm::service::ELadministrator.severityCount(), SourceCardRouting.SFPtoVHDCI(), HcalQie.shape(), L1RCT.shareNeighbors(), HPDNoiseLibraryReader.shuffleData(), edm.sigInventory(), HcalSimHitsClient.SimHitsEndjob(), GEMSimpleModel.simulateNoise(), l1t.SortEGammas(), tracking::TempMeasurements.sortIndex(), RPCSeedLayerFinder.SpecialLayers(), DAClusterizerInZ_vect.split(), DAClusterizerInZ.splitAll(), DAClusterizerInZ_vect.splitAll(), FastTSGFromPropagation.stateOnDet(), PixelTrackProducer.store(), SiStripTemplateSplit.StripTempSplit(), StudyHLT.StudyHLT(), IsoTrig.studyIsolation(), IsoTrig.studyTrigger(), TopologyWorker.sumangles(), edm::service::ELstatistics.summaryForJobReport(), PrimaryVertexAnalyzer4PU.supf(), TrackerGeometryCompare.surveyToTracker(), ApeSettingAlgorithm.terminate(), HDRShower.thetaFunction(), RPCSeedPattern.ThreePointsAlgorithm(), EventShape.thrust(), HcalNumberingFromDDD.tileHB(), HcalNumberingFromDDD.tileHE(), TMatacq.TMatacq(), TouchableToHistory.touchableToNavStory(), tauImpactParameter::TrackHelixVertexFitter.TrackHelixVertexFitter(), SeedForPhotonConversionFromQuadruplets.trajectorySeed(), TrajectorySeedProducer.TrajectorySeedProducer(), edm::OneToValue< reco::CaloJetCollection, reco::L2TauIsolationInfo >.transientMap(), edm::OneToOneGeneric< std::vector< TrackCandidate >, std::vector< Trajectory >, unsigned int >.transientMap(), edm::OneToMany< reco::TrackJetCollection, reco::TrackCollection >.transientMap(), edm::OneToManyWithQualityGeneric< std::vector< reco::Track >, std::vector< reco::Vertex >, int, unsigned int >.transientMap(), trajectoryStateTransform.transientState(), dqmservices::TriggerSelector::TreeElement.TreeElement(), TTUEmulator.TTUEmulator(), RectangularCylindricalMFGrid.uncheckedValueInTesla(), l1t::stage1::RCTRegionUnpacker.unpack(), spu.Untar(), HouseholderDecomposition.unzipMatrix(), edm::RunningAverage.update(), PrintGeomMatInfo.update(), PrintGeomInfoAction.update(), DAClusterizerInZ.update(), DAClusterizerInZ_vect.update(), L1RCTProducer.updateFedVector(), SiStripRegionCabling.updateSiStripRefGetter(), BinningPointByMap.value(), PrimaryVertexMonitor.vertexPlots(), DAClusterizerInZ.vertices(), DAClusterizerInZ_vect.vertices(), SourceCardRouting.VHDCItoSFP(), CSCDCCUnpacker.visual_raw(), VoronoiAlgorithm.voronoi_area_incident(), FWRPZView.voteCaloMaxVal(), VVIObj.VVIObj(), sistripvvi::VVIObj.VVIObj(), VVIObjF.VVIObjF(), edm::Lumi3DReWeighting.weight3D_init(), reweight::LumiReWeighting.weight3D_init(), reweight::LumiReWeighting.weight3D_set(), cond::BlobStreamingService.write(), EcalWeightSetXMLTranslator.write10x10(), EcalWeightSetXMLTranslator.write3x10(), L1GtVhdlWriterCore.writeAlgoSetup(), lumi::Lumi2DB.writeAllLumiData(), lumi::Lumi2DB.writeAllLumiDataToSchema2(), EcalTBWeightsXMLTranslator.writeChi2WeightMatrix(), WriteDQMSummaryIntoOMDS.writeData(), LMFDat.writeDB(), EcalTBWeightsXMLTranslator.writeWeightMatrix(), SiStripTemplate.xtemp3d(), SiPixelTemplate.xtemp3d(), SiStripTemplate.xtemp3d_int(), SiPixelTemplate.xtemp3d_int(), L1TOccupancyClient.xySymmetry(), SiPixelTemplate.ytemp3d(), SiPixelTemplate.ytemp3d_int(), HcalRecHitMonitor.zeroCounters(), HcalCoarsePedestalMonitor.zeroCounters(), HcalDeadCellMonitor.zeroCounters(), HcalHotCellMonitor.zeroCounters(), HcalDigiMonitor.zeroCounters(), and DTTracoLUTs.~DTTracoLUTs().

list relval_steps.k2 = k

Definition at line 1342 of file relval_steps.py.

Referenced by DTExpandMap.expandSteering(), SimG4HcalValidation.fetchHits(), HcalTB06Analysis.fillBuffer(), HcalTB04Analysis.fillBuffer(), HcalTestHistoClass.fillHits(), ColinearityKinematicConstraintT< Dim >.fillParametersDerivative(), ColinearityKinematicConstraintT< Dim >.fillPositionDerivative(), TtFullLepKinSolver.FindCoeff(), TFParams.fitpj(), HcalQie.getCode(), HFGflash.gfParameterization(), StringPairCompare.keyLess(), RK4OneStep.operator()(), RK4OneStepTempl< T, N >.operator()(), GflashEMShowerProfile.parameterization(), ColinearityKinematicConstraint.parametersDerivative(), ColinearityKinematicConstraint.positionDerivative(), TrackListMerger.produce(), HcalTB04Analysis.qieAnalysis(), and HcalTB04Analysis.xtalAnalysis().

string relval_steps.key = gen[:-4]

Definition at line 1322 of file relval_steps.py.

Referenced by optutl::VariableMapCont._checkKey(), optutl::CommandLineParser._runVariableCommandFromString(), LayerHitMapCache::SimpleCache.add(), L1TriggerKey.add(), FastFedCablingHistosUsingDb.addDcuDetIds(), TtEvent.addEventHypo(), sistrip::SpyEventMatcher.addNextEventToMap(), DropBoxMetadata::Parameters.addParameter(), TtSemiLepJetComb.addUserVar(), FedCablingAlgorithm.analyse(), L1CondDBIOVWriter.analyze(), L1CondDBPayloadWriter.analyze(), MCEfficiencyAnalyzer.analyze(), L1O2OTestAnalyzer.analyze(), SUSY_HLT_SingleLepton.analyze(), TopSingleLeptonHLTOfflineDQM.analyze(), TopDiLeptonHLTOfflineDQM.analyze(), edm::EventContentAnalyzer.analyze(), TopSingleLeptonDQM.analyze(), SingleTopTChannelLeptonDQM.analyze(), TopDiLeptonOfflineDQM.analyze(), DTCCBConfig.appendConfigKey(), edm::RefVector< JetEisolAssociationCollection >.at(), QGLikelihoodDBWriter.beginJob(), MagGeoBuilderFromDDD.build(), TrackerMap.build(), RPCConeBuilder.buildCones(), CommissioningHistosUsingDb.buildDetInfo(), SiStripFedCablingBuilderFromDb.buildFecCablingFromDevices(), MagGeoBuilderFromDDD.buildMagVolumes(), ViewTranslator.buildMaps(), PedeLabeler.buildReverseMap(), MomentumDependentPedeLabeler.buildReverseMap(), RunRangeDependentPedeLabeler.buildReverseMap(), DTCompactMapWriter.buildSteering(), DTReadOutMapping.cacheMap(), GraphPath< N, E >.calcPaths(), edm::eventsetup::EventSetupProvider.checkESProducerSharing(), SiStripEventSummary.commissioningInfo(), CommissioningTask.CommissioningTask(), FineDelayHistosUsingDb.computeDelays(), Phase2Tracker::Phase2TrackerFEDBuffer.conditionData(), RPCTechnicalTrigger.convertToMap(), SiStripCommissioningSource.createCablingTasks(), sistrip::SpyUnpacker.createDigis(), sistrip::RawToDigiUnpacker.createDigis(), sistrip::DigiToRaw.createFedBuffers_(), FWLiteESSource.delaySettingRecords(), CSCCrateMap.detId(), LMFUnique.dump(), FWXMLConfigParser.endElement(), DTTPAnalyzer.endJob(), dddDetails.errorReadMapType(), FWEveViewManager.eventEnd(), edm::eventsetup.EventSetupRecord::getImplementation< fwliteeswriter::DummyType >(), DTExpandMap.expandSteering(), CommissioningHistograms.extractHistograms(), SiStripHistoTitle.extractTitle(), FastFedCablingAnalysis.FastFedCablingAnalysis(), CommissioningAnalysis.fecKey(), CommissioningAnalysis.fedKey(), pftools::CaloBox.fill(), TrackerMap.fill(), TrackerMap.fill_current_val_fed_channel(), TrackerMap.fill_fec_channel(), TrackerMap.fill_fed_channel(), TrackerMap.fill_hv_channel2(), TrackerMap.fill_hv_channel3(), TrackerMap.fill_lv_channel(), TrackerMap.fillc(), TrackerMap.fillc_fec_channel(), TrackerMap.fillc_fed_channel(), TrackerMap.fillc_hv_channel2(), TrackerMap.fillc_hv_channel3(), TrackerMap.fillc_lv_channel(), MuonCaloCleanerByDistance.fillEnergyDepositMap(), TtEvtBuilder< C >.fillSpecific(), DTCompactMapWriter.fillTDCMap(), edm::OwnArray< T, MAX_SIZE, P >.fillView(), edm::RefVector< C, T, F >.fillView(), edm::OwnVector< T, P >.fillView(), edm::SortedCollection< T, SORT >.find(), sistrip::FEDBuffer.findChannels(), SiPixelFedCablingMap.findItem(), edm::TypeWithDict.functionMemberByName(), LayerHitMapCache::SimpleCache.get(), edm::helper::IndexRangeAssociation.get(), pos::PixelConfigFile.get(), getAllKeys(), TrackerMap.getAutomaticRange(), fwlite::DataGetterHelper.getBranchDataFor(), CDFRunInfo.getDouble(), CDFRunInfo.getInt(), L1GtPatternMap.getLine(), StripCompactDigiSimLinks.getLinks(), L1TMenuHelper.getLUSOTrigger(), DTKeyedConfigHandler.getNewObjects(), DTUserKeyedConfigHandler.getNewObjects(), pftools::IO.GetNextLineData(), L1ConfigOnlineProdBase< TRcd, TData >.getObjectKey(), LMFCorrCoefDat.getParameterErrors(), LMFCorrCoefDat.getParameters(), edm::refitem::GetPtrImpl< C, T, F, unsigned int >.getPtr_(), CommonAnalyzer.getRunList(), edm::MultiAssociation< C >.getValues(), FWPSetTableManager.handleEntry(), FWPSetTableManager.handlePSetEntry(), FWPSetTableManager.handleVPSetEntry(), pat::PATObject< reco::Muon >.hasUserCand(), pat::PATObject< reco::Muon >.hasUserFloat(), pat::PATObject< reco::Muon >.hasUserInt(), TrackerMap.init(), LogicTool< RBCLogic >.initialise(), HIPAlignmentAlgorithm.initialize(), edm::ProductRegistry.initializeLookupTables(), DDMapper< KeyType, ValueType >.insert(), edm::helper::IndexRangeAssociation::FastFiller.insert(), edm::Ref< std::vector< E >, typename refhelper::ValueTrait< std::vector< E > >::value, typename refhelper::FindTrait< std::vector< E >, typename refhelper::ValueTrait< std::vector< E > >::value >::value >.isAvailable(), ClusterShapeHitFilter.isCompatible(), ZMuMuAnalyzer_cynematics.isContained(), NuclearInteractionEDProducer.isInside(), CSCChamberIndex.item(), edm::reftobase::Holder< T, REF >.key(), edm::reftobase::RefHolder< REF >.key(), cond::KeyedElement.KeyedElement(), L1TriggerKeyDummyProd.L1TriggerKeyDummyProd(), listbadmodule(), ClusterShapeHitFilter.loadPixelLimits(), ClusterShapeHitFilter.loadStripLimits(), edm.LoggedErrorsOnlySummary(), edm.LoggedErrorsSummary(), PFRecoTauDiscriminationAgainstElectronDeadECAL.loopXtals(), ls_cert_type(), main(), mapSubDirectoryStructure(), MergeRootfile(), TrackerMap.module(), fwlite::EventSetup.namesOfAvailableRecords(), pat::ObjectResolutionCalc.ObjectResolutionCalc(), pat::strbitset.operator&=(), ZMuMuOverlap.operator()(), edm::MessageSender::ErrorObjDeleter.operator()(), LayerHitMapCache.operator()(), edm::Ref< std::vector< E >, typename refhelper::ValueTrait< std::vector< E > >::value, typename refhelper::FindTrait< std::vector< E >, typename refhelper::ValueTrait< std::vector< E > >::value >::value >.operator*(), edm::Ref< std::vector< E >, typename refhelper::ValueTrait< std::vector< E > >::value, typename refhelper::FindTrait< std::vector< E >, typename refhelper::ValueTrait< std::vector< E > >::value >::value >.operator->(), pat::strbitset.operator==(), edm::RefVector< JetEisolAssociationCollection >.operator[](), pat::strbitset.operator^=(), pat::strbitset.operator|=(), CommandLine.parse_file(), PCLMetadataWriter.PCLMetadataWriter(), TrackerMap.print(), TrackerMap.printall(), SiStripConfigDb.printAnalysisDescriptions(), SiStripConfigDb.printDeviceDescriptions(), SiStripConfigDb.printFedDescriptions(), TrackerMap.printlayers(), TrackerMap.printonline(), edm.printTrees(), CSCCathodeLCTProcessor.priorityEncode(), RPCWheel.process(), processDirectory(), WeakEffectsWeightProducer.produce(), pat::PATGenJetSlimmer.produce(), pat::PATJetSlimmer.produce(), pat::PATElectronSlimmer.produce(), pat::PATPhotonSlimmer.produce(), StripCompactDigiSimLinksProducer.produce(), pat::PATPackedCandidateProducer.produce(), TtEvtBuilder< C >.produce(), pat::GenPlusSimParticleProducer.produce(), L1ConfigOnlineProdBase< TRcd, TData >.produce(), pat::PATTriggerProducer.produce(), read_badmodlist(), read_runflag(), DQMStore.readDirectory(), pat::PATMuonProducer.readIsolationLabels(), pat::PATPhotonProducer.readIsolationLabels(), pat::PATElectronProducer.readIsolationLabels(), edm::detail.reallyFillView(), CondDBESSource.registerProxies(), edm::eventsetup::EventSetupProvider.replaceExisting(), TrackerMap.save(), TrackerMap.save_as_fedtrackermap(), SideBandSubtract.saveResults(), RPCTechnicalTrigger.searchCoincidence(), pf2pat::PdgIdPFCandidateSelectorDefinition.select(), pf2pat::PtMinPFCandidateSelectorDefinition.select(), pf2pat::GenericPFJetSelectorDefinition.select(), pf2pat::GenericPFCandidateSelectorDefinition.select(), pf2pat::MuonIDPFCandidateSelectorDefinition.select(), GenJetClosestMatchSelectorDefinition.select(), pf2pat::IsolatedPFCandidateSelectorDefinition.select(), pf2pat::IPCutPFCandidateSelectorDefinition.select(), CaloTauSelectorDefinition.select(), pf2pat::ElectronIDPFCandidateSelectorDefinition.select(), DTLVStatus.set(), DTTPGParameters.set(), DTRangeT0.set(), DTHVStatus.set(), DTTtrig.set(), DTPerformance.set(), DTStatusFlag.set(), DTDeadFlag.set(), DTMtime.set(), LMFDat.setData(), DTCCBConfig.setFullKey(), CDFRunInfo.setInfo(), LMFUnique.setInt(), pat::Lepton< reco::Muon >.setIsolation(), pat::Photon.setIsolation(), pat::GenericParticle.setIsolation(), TtEvent.setNumberOfConsideredJets(), TtSemiLeptonicEvent.setNumberOfRealNeutrinoSolutions(), LMFUnique.setString(), L1TriggerKey.setSubsystemKey(), TrackerMap.setText(), ElectronMaker.SetVars(), SingleTopTChannelLeptonDQM.SingleTopTChannelLeptonDQM(), SiPixelFedCablingMap.SiPixelFedCablingMap(), sistrip::MeasureLA.store_calibrations(), TopDiLeptonHLTOfflineDQM.TopDiLeptonHLTOfflineDQM(), TopDiLeptonOfflineDQM.TopDiLeptonOfflineDQM(), TopSingleLeptonDQM.TopSingleLeptonDQM(), TopSingleLeptonHLTOfflineDQM.TopSingleLeptonHLTOfflineDQM(), trackerHierarchy(), TrackerMap.TrackerMap(), FastFedCablingHistosUsingDb.update(), FineDelayHistosUsingDb.update(), PFRecoTauDiscriminationAgainstElectronDeadECAL.updateBadTowers(), edm::ProductRegistry.updateConstProductRegistry(), pat::PATObject< ObjectType >.userCand(), pat::PATObject< ObjectType >.userDataObject_(), pat::PATObject< ObjectType >.userFloat(), pat::PATObject< ObjectType >.userInt(), pat::Lepton< reco::Muon >.userIsolation(), pat::GenericParticle.userIsolation(), pat::Photon.userIsolation(), sistrip::MeasureLA.write_report_plots(), sistrip::MeasureLA.write_report_text_ms(), ecaldqm::StatusManager.writeToObj(), and TrackerMap.~TrackerMap().

tuple relval_steps.keys = defaultDataSets.keys()

Definition at line 1312 of file relval_steps.py.

list relval_steps.menu = autoHLT[hltKey]

Definition at line 888 of file relval_steps.py.

Referenced by HLTInfo.analyze(), ecaldqm::ClusterTask.beginEvent(), L1TRate.bookHistograms(), L1TRate_Offline.bookHistograms(), L1TGT.bookHistograms(), L1TSync.bookHistograms(), L1TSync_Offline.bookHistograms(), L1TBPTX.bookHistograms(), CSGAction.createMenuEntry(), EcalCosmicsHists.determineTriggers(), JetAnalyzer.dqmBeginRun(), METAnalyzer.dqmBeginRun(), L1Filter.filter(), triggerExpression::L1TechReader.init(), and triggerExpression::L1AlgoReader.init().

list relval_steps.name = baseDataSetReleaseBetter[key]

Definition at line 1331 of file relval_steps.py.

dictionary relval_steps.premixProd25ns
Initial value:
1 = {'-s' : 'DIGIPREMIX_S2,DATAMIX,L1,DIGI2RAW,HLT:@frozen25ns,RAW2DIGI,L1Reco',
2  '--eventcontent' : 'PREMIXRAW',
3  '--datatier' : 'PREMIXRAW'}

Definition at line 868 of file relval_steps.py.

tuple relval_steps.premixProd50ns = merge([{'-s':'DIGIPREMIX_S2,DATAMIX,L1,DIGI2RAW,HLT:@frozen50ns,RAW2DIGI,L1Reco'},premixProd25ns])

Definition at line 871 of file relval_steps.py.

dictionary relval_steps.premixUp2015Defaults
Initial value:
1 = {
2  '--evt_type' : 'SingleNuE10_cfi',
3  '-s' : 'GEN,SIM,DIGIPREMIX,L1,DIGI2RAW',
4  '-n' : '10',
5  '--conditions' : 'auto:run2_mc', # 25ns GT; dedicated dict for 50ns
6  '--datatier' : 'GEN-SIM-DIGI-RAW',
7  '--eventcontent': 'PREMIX',
8  '--magField' : '38T_PostLS1',
9  '--customise' : 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1' # temporary replacement for premix; to be brought back to customisePostLS1
10 }

Definition at line 834 of file relval_steps.py.

tuple relval_steps.premixUp2015Defaults50ns
Initial value:
1 = merge([{'--conditions':'auto:run2_mc_50ns'},
2  {'--customise':'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1_50ns'},
3  premixUp2015Defaults])
Definition: merge.py:1

Definition at line 844 of file relval_steps.py.

dictionary relval_steps.PUDataSets = {}

Definition at line 1328 of file relval_steps.py.

tuple relval_steps.recoPremixUp15prod
Initial value:
1 = merge([
2  {'-s':'RAW2DIGI,L1Reco,RECO,EI'},
3  {'--datatier' : 'GEN-SIM-RECO,AODSIM'},
4  {'--eventcontent' : 'RECOSIM,AODSIM'},
5  {'--customise':'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1'}, # temporary replacement for premix; to be brought back to customisePostLS1
6  step3Up2015Defaults])
Definition: merge.py:1

Definition at line 1017 of file relval_steps.py.

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

list relval_steps.Run2010B = [149011]

Definition at line 158 of file relval_steps.py.

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

Definition at line 149 of file relval_steps.py.

list relval_steps.Run2011A = [165121]

Definition at line 175 of file relval_steps.py.

list relval_steps.Run2011ASk = [165121,172802]

Definition at line 166 of file relval_steps.py.

list relval_steps.Run2011B = [177719]

Definition at line 182 of file relval_steps.py.

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

Definition at line 183 of file relval_steps.py.

list relval_steps.Run2012A = [191226]

Definition at line 201 of file relval_steps.py.

list relval_steps.Run2012ASk = Run2012A+[]

Definition at line 202 of file relval_steps.py.

list relval_steps.Run2012B = [194533]

Definition at line 216 of file relval_steps.py.

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

Definition at line 217 of file relval_steps.py.

list relval_steps.Run2012C = [199812]

Definition at line 227 of file relval_steps.py.

list relval_steps.Run2012Csk = Run2012C+[203002]

Definition at line 228 of file relval_steps.py.

list relval_steps.Run2012D = [208307]

Definition at line 238 of file relval_steps.py.

list relval_steps.Run2012Dsk = Run2012D+[207454]

Definition at line 239 of file relval_steps.py.

list relval_steps.s = frag[:-4]

Definition at line 1474 of file relval_steps.py.

dictionary relval_steps.stCond = {'--conditions':'auto:run1_mc'}

Standard release validation samples ####.

Definition at line 251 of file relval_steps.py.

dictionary relval_steps.step1Defaults
Initial value:
1 = {'--relval' : None, # need to be explicitly set
2  '-s' : 'GEN,SIM',
3  '-n' : 10,
4  '--conditions' : 'auto:run1_mc',
5  '--beamspot' : 'Realistic8TeVCollision',
6  '--datatier' : 'GEN-SIM',
7  '--eventcontent': 'RAWSIM',
8  }

Definition at line 118 of file relval_steps.py.

tuple relval_steps.step1FastDefaults
Initial value:
1 = merge([{'-s':'GEN,SIM,RECOBEFMIX,DIGI:pdigi_valid,L1,L1Reco,RECO,EI,HLT:@fake,VALIDATION',
2  '--fast':'',
3  '--beamspot' : 'Realistic8TeVCollision',
4  '--eventcontent':'FEVTDEBUGHLT,DQM',
5  '--datatier':'GEN-SIM-DIGI-RECO,DQMIO',
6  '--relval':'27000,3000'},
7  step1Defaults])
Definition: merge.py:1

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

Definition at line 601 of file relval_steps.py.

tuple relval_steps.step1FastPUNewMixing
Initial value:
1 = merge([{'-s':'GEN,SIM,RECOBEFMIX',
2  '--eventcontent':'FASTPU',
3  '--datatier':'GEN-SIM-RECO'},
4  step1FastUpg2015Defaults])
Definition: merge.py:1

Definition at line 618 of file relval_steps.py.

tuple relval_steps.step1FastUpg2015Defaults
Initial value:
1 = merge([{'-s':'GEN,SIM,RECOBEFMIX,DIGI:pdigi_valid,L1,L1Reco,RECO,EI,HLT:@frozen25ns,VALIDATION',
2  '--fast':'',
3  '--conditions' :'auto:run2_mc',
4  '--beamspot' : 'NominalCollision2015',
5  '--magField' :'38T_PostLS1',
6  '--customise' :'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1',
7  '--eventcontent':'FEVTDEBUGHLT,DQM',
8  '--datatier':'GEN-SIM-DIGI-RECO,DQMIO',
9  '--relval':'27000,3000'},
10  step1Defaults])
Definition: merge.py:1

Definition at line 608 of file relval_steps.py.

dictionary relval_steps.step1PPbDefaults = {'--beamspot':'Realistic8TeVCollision'}

pPb tests

Definition at line 557 of file relval_steps.py.

dictionary relval_steps.step1Up2015Defaults
Initial value:
1 = {'-s' : 'GEN,SIM',
2  '-n' : 10,
3  '--conditions' : 'auto:run2_mc',
4  '--beamspot' : 'NominalCollision2015',
5  '--datatier' : 'GEN-SIM',
6  '--eventcontent': 'FEVTDEBUG',
7  '--magField' : '38T_PostLS1',
8  '--customise' : 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1'
9  }

Definition at line 127 of file relval_steps.py.

dictionary relval_steps.step2Defaults
Initial value:
1 = { '-s' : 'DIGI:pdigi_valid,L1,DIGI2RAW,HLT:@fake,RAW2DIGI,L1Reco',
2  '--datatier' : 'GEN-SIM-DIGI-RAW-HLTDEBUG',
3  '--eventcontent': 'FEVTDEBUGHLT',
4  '--conditions' : 'auto:run1_mc',
5  }

Definition at line 792 of file relval_steps.py.

tuple relval_steps.step2HImixDefaults
Initial value:
1 = merge([{'-n':'2', #too slow for 10 events/hour
2  '--himix':'',
3  '--filein':'file.root',
4  '--process':'HISIGNAL'
5  },hiDefaults,step1Up2015Defaults])
Definition: merge.py:1

Definition at line 937 of file relval_steps.py.

dictionary relval_steps.step2Upg2015Defaults
Initial value:
1 = {'-s' :'DIGI:pdigi_valid,L1,DIGI2RAW,HLT:@frozen25ns,RAW2DIGI,L1Reco',
2  '--conditions' :'auto:run2_mc',
3  '--magField' :'38T_PostLS1',
4  '--datatier' :'GEN-SIM-DIGI-RAW-HLTDEBUG',
5  '--eventcontent':'FEVTDEBUGHLT',
6  '--customise' :'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1',
7  '-n' :'10'
8  }

Definition at line 798 of file relval_steps.py.

tuple relval_steps.step2Upg2015Defaults50ns = merge([{'-s':'DIGI:pdigi_valid,L1,DIGI2RAW,HLT:@frozen50ns,RAW2DIGI,L1Reco','--conditions':'auto:run2_mc_50ns','--customise':'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1_50ns'},step2Upg2015Defaults])

Definition at line 806 of file relval_steps.py.

dictionary relval_steps.step3Defaults
Initial value:
1 = {
2  '-s' : 'RAW2DIGI,L1Reco,RECO,EI,VALIDATION,DQM',
3  '--conditions' : 'auto:run1_mc',
4  '--no_exec' : '',
5  '--datatier' : 'GEN-SIM-RECO,DQMIO',
6  '--eventcontent': 'RECOSIM,DQM'
7  }

Definition at line 947 of file relval_steps.py.

tuple relval_steps.step3DefaultsUnsch = merge([unSchOverrides,step3Defaults])

Definition at line 979 of file relval_steps.py.

dictionary relval_steps.step3Up2015Defaults
Initial value:
1 = {'-s':'RAW2DIGI,L1Reco,RECO,EI,VALIDATION,DQM',
2  '--conditions':'auto:run2_mc',
3  '--magField' : '38T_PostLS1',
4  '-n':'10',
5  '--datatier':'GEN-SIM-RECO,DQMIO',
6  '--eventcontent':'RECOSIM,DQM',
7  '--customise' : 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1'
8  }

Definition at line 958 of file relval_steps.py.

tuple relval_steps.step3Up2015Defaults50ns = merge([{'--conditions':'auto:run2_mc_50ns','--customise':'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1_50ns'},step3Up2015Defaults])

Definition at line 966 of file relval_steps.py.

tuple relval_steps.step3Up2015DefaultsUnsch = merge([unSchOverrides,step3Up2015Defaults])

Definition at line 978 of file relval_steps.py.

dictionary relval_steps.step3Up2015Hal
Initial value:
1 = {'-s' :'RAW2DIGI,L1Reco,RECO,EI,VALIDATION,DQM',
2  '--conditions' :'auto:run2_mc',
3  '--magField' :'38T_PostLS1',
4  '--datatier' :'GEN-SIM-RECO,DQMIO',
5  '--eventcontent':'RECOSIM,DQM',
6  '-n' :'10',
7  '--customise' :'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1'
8  }

Definition at line 968 of file relval_steps.py.

dictionary relval_steps.step4Defaults
Initial value:
1 = {
2  '-s' : 'ALCA:TkAlMuonIsolated+TkAlMinBias+EcalCalElectron+HcalCalIsoTrk+MuAlOverlaps',
3  '-n' : 1000,
4  '--conditions' : 'auto:run1_mc',
5  '--datatier' : 'ALCARECO',
6  '--eventcontent': 'ALCARECO',
7  }

Definition at line 1072 of file relval_steps.py.

dictionary relval_steps.step4Up2015Defaults
Initial value:
1 = {
2  '-s' : 'ALCA:TkAlMuonIsolated+TkAlMinBias+EcalCalElectron+HcalCalIsoTrk+MuAlOverlaps',
3  '-n' : 1000,
4  '--conditions' : 'auto:run2_mc',
5  '--customise' : 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1',
6  '--datatier' : 'ALCARECO',
7  '--eventcontent': 'ALCARECO',
8  }

Definition at line 1079 of file relval_steps.py.

tuple relval_steps.stepMiniAODData = remove(stepMiniAODDataUP15,'--customise')

Definition at line 1275 of file relval_steps.py.

tuple relval_steps.stepMiniAODDataUP15
Initial value:
1 = merge([{'--conditions' : 'auto:run1_data',
2  '--data' : '',
3  '--datatier' : 'MINIAOD',
4  '--eventcontent' : 'MINIAOD',
5  '--filein' :'file:step3.root'
6  },stepMiniAODDefaults])
Definition: merge.py:1

Definition at line 1268 of file relval_steps.py.

dictionary relval_steps.stepMiniAODDefaults
Initial value:
1 = { '-s' : 'PAT',
2  '--runUnscheduled': '',
3  '--customise' : 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1',
4  '-n' : '100'
5  }

Definition at line 1263 of file relval_steps.py.

tuple relval_steps.stepMiniAODMC
Initial value:
1 = merge([{'--conditions' : 'auto:run2_mc',
2  '--mc' : '',
3  '--customise' : 'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1',
4  '--datatier' : 'MINIAODSIM',
5  '--eventcontent' : 'MINIAODSIM',
6  '--filein' :'file:step3.root'
7  },stepMiniAODDefaults])
Definition: merge.py:1

Definition at line 1277 of file relval_steps.py.

tuple relval_steps.steps = Steps()

Definition at line 137 of file relval_steps.py.

dictionary relval_steps.U2000by1 = {'--relval': '2000,1'}

heavy ions tests

Definition at line 563 of file relval_steps.py.

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

Definition at line 564 of file relval_steps.py.

dictionary relval_steps.unSchHarvestOverrides = {'-s':'HARVESTING:@standardValidation+@standardDQM+@miniAODValidation+@miniAODDQM'}

Definition at line 1202 of file relval_steps.py.

dictionary relval_steps.unSchOverrides = {'--runUnscheduled':'','-s':'RAW2DIGI,L1Reco,RECO,EI,PAT,VALIDATION:@standardValidation+@miniAODValidation,DQM:@standardDQM+@miniAODDQM','--eventcontent':'RECOSIM,MINIAODSIM,DQM','--datatier':'GEN-SIM-RECO,MINIAODSIM,DQMIO'}

Definition at line 977 of file relval_steps.py.

dictionary relval_steps.upgradeStepDict = {}

Definition at line 1335 of file relval_steps.py.

list relval_steps.version = '1'

Definition at line 1323 of file relval_steps.py.

Referenced by XMLProcessor::_DBConfig._DBConfig(), XMLLUTLoader.addChecksums(), XMLHTRPatternLoader.addChecksums(), XMLLUTLoader.addLUT(), XMLHTRPatternLoader.addPattern(), XMLRBXPedestalsLoader.addRBXSlot(), XMLHTRZeroSuppressionLoader.addZS(), L1MuGMTParametersOnlineProducer.checkCMSSWVersion(), pos::PixelConfigFile.configurationDataExists(), ora::OraMainTable.create(), HcalLutManager.create_lut_loader(), L1RCT.digiInput(), DQMFileSaver.DQMFileSaver(), dumpObject_(), DQMService.flushStandalone(), pos::PixelConfigFile.get(), ora::MappingDatabase.getMappingForContainer(), ora::PoolMainTable.getParameters(), pos::PixelConfigFile.getPath(), LMFDefFabric.getRunTag(), HcalText2DetIdConverter.init(), ElectronIDMVA.Initialize(), ElectronVPlusJetsIDSelectionFunctor.initialize(), PFElectronSelector.initialize(), PFMuonSelector.initialize(), JetIDSelectionFunctor.initialize(), SimpleCutBasedElectronIDSelectionFunctor.initialize(), MuonVPlusJetsIDSelectionFunctor.initialize(), cond::persistency::PAYLOAD::Table.insert(), EcalSupervisorTBDataFormatter.interpretRawData(), MatacqTBDataFormatter.interpretRawData(), MatacqDataFormatter.interpretRawData(), PhysicsTools::LeastSquares.load(), MagFieldConfig.MagFieldConfig(), pos::PixelConfigFile.makeNewVersion(), MuonVPlusJetsIDSelectionFunctor.MuonVPlusJetsIDSelectionFunctor(), PFElectronSelector.PFElectronSelector(), PFMuonSelector.PFMuonSelector(), PileupJetIdAlgo.PileupJetIdAlgo(), SiPixelFedCablingMapBuilder.produce(), magneticfield::ParametrizedMagneticFieldProducer.produce(), magneticfield::AutoParametrizedMagneticFieldProducer.produce(), FWXMLConfigParser.pushConfig(), pos::PixelConfigFile.put(), edm::FileInPath.read(), pos::PixelConfigList.readfile(), edm::FileInPath.readFromParameterSetBlob(), l1t::LUT.readHeader_(), ora::OraMainTable.schemaVersion(), ora::DatabaseSession.schemaVersion(), CaliTag.setVersion(), ora::MappingTree.setVersion(), SiStripConfigDb.uploadAnalysisDescriptions(), and edm::FileInPath.write().

dictionary relval_steps.versionOverrides = {}

Definition at line 1317 of file relval_steps.py.