Privately Produce MC with Phys14 Conditions
Using Pythia8 generation. You need to have the Configuration/GenProduction/python/ThirteenTeV/ directory tree inside the CMSSW*/src/ folder. Then "scram b" it.
cmsrel CMSSW_7_2_0
cd CMSSW_7_2_0/src/
cmsenv
cmsDriver.py Configuration/GenProduction/python/ThirteenTeV/HZGamma_Tune4C_13TeV_pythia8_cff.py \
--fileout file:step1.root --mc --eventcontent RAWSIM --datatier GEN-SIM --conditions MCRUN2_71_V1 \
--customise SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1 \
--step GEN,SIM --python_filename step1_cfg.py --magField 38T_PostLS1 \
--beamspot NominalCollision2015 --no_exec -n 2000
cmsRun step1_cfg.py
cmsDriver.py step1 --filein file:step1.root --fileout file:hzgamma_step1.root \
--pileup_input dbs:/MinBias_TuneA2MB_13TeV-pythia8/Fall13-POSTLS162_V1-v1/GEN-SIM \
--mc --eventcontent RAWSIM --inputEventContent REGEN --pileup AVE_20_BX_25ns \
--datatier GEN-SIM-RAW --conditions PHYS14_25_V1 --step GEN:fixGenInfo,DIGI,L1,DIGI2RAW,HLT:GRun \
--customise SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1 \
--magField 38T_PostLS1 --python_filename hzgamma_step1_step2_cfg.py --no_exec -n 2000
cmsRun hzgamma_step1_step2_cfg.py
cmsDriver.py step2 --filein file:hzgamma_step1.root --fileout file:hzgamma_step2.root \
--mc --eventcontent AODSIM,DQM --datatier AODSIM,DQMIO --conditions PHYS14_25_V1 \
--step RAW2DIGI,L1Reco,RECO,EI,DQM:DQMOfflinePOGMC --magField 38T_PostLS1 \
--customise SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1 \
--python_filename hzgamma13tev_pythia8_phys14dr_cfg_2_cfg.py --no_exec -n 2000
cmsRun hzgamma13tev_pythia8_phys14dr_cfg_2_cfg.py
step3 --filein file:hzgamma_step2.root --fileout file:hzgamma_stepMINIAOD.root --mc \
--eventcontent MINIAODSIM --runUnscheduled --datatier MINIAODSIM --conditions PHYS14_25_V1 \
--step PAT --python_filename hzgamma13tev_pythia8_phys14dr_cfg_3_cfg.py --no_exec -n 2000
cmsRun hzgamma13tev_pythia8_phys14dr_cfg_3_cfg.py
--
RafaelTeixeiraDeLima - 2014-12-17