![]() |
|
|||
File indexing completed on 2024-07-24 04:44:43
0001 # 13TeV workflow added my Ian M. Nugent (nugent@physik.rwth-aachen.de) 0002 # 0003 # import the definition of the steps and input files: 0004 from Configuration.PyReleaseValidation.relval_steps import * 0005 0006 # here only define the workflows as a combination of the steps defined above: 0007 workflows = Matrix() 0008 0009 # each workflow defines a name and a list of steps to be done. 0010 # if no explicit name/label given for the workflow (first arg), 0011 # the name of step1 will be used 0012 0013 # 'generator' the base set of relval for generators 0014 # 'extendedgen' extends the base set to a more thorough assesment of GEN 0015 # the two sets are exclusive 0016 0017 # LO Generators 0018 #workflows[501]=['',['MinBias_TuneZ2star_13TeV_pythia6','HARVESTGEN']] 0019 #workflows[502]=['',['QCD_Pt-30_TuneZ2star_13TeV_pythia6','HARVESTGEN']] 0020 workflows[503]=['',['MinBias_13TeV_pythia8','HARVESTGEN']] 0021 workflows[504]=['',['QCD_Pt-30_13TeV_pythia8','HARVESTGEN']] 0022 workflows[505]=['',['DYToLL_M-50_13TeV_pythia8','HARVESTGEN']] 0023 workflows[506]=['',['WToLNu_13TeV_pythia8','HARVESTGEN']] 0024 workflows[511]=['',['QCD_Pt-30_13TeV_aMCatNLO_herwig7','HARVESTGEN']] 0025 0026 # Matrix Element Generations & Hadronization (LHE Generation + Hadronization) 0027 workflows[512]=['DYTollJets_LO_Mad_13TeV_py8',['DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV','Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8','HARVESTGEN2']] 0028 # Matrix Element Generations & Hadronization (Sherpa) 0029 0030 # External Decays 0031 0032 # Heavy Ion 0033 workflows[531]=['',['ReggeGribovPartonMC_EposLHC_5TeV_pPb','HARVESTGEN']] 0034 0035 # B-physics 0036 workflows[541]=['',['BuToKstarJPsiToMuMu_forSTEAM_13TeV','HARVESTGEN']] 0037 #workflows[542]=['',['Upsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1','HARVESTGEN']] 0038 #workflows[543]=['',['Upsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1','HARVESTGEN']] 0039 #workflows[544]=['',['LambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1','HARVESTGEN']] 0040 workflows[545]=['',['BsToMuMu_forSTEAM_13TeV','HARVESTGEN']]
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |