Skip to content

This repo contains the MCGeneration script for Run 3

Notifications You must be signed in to change notification settings

bhbam/MCProduction_run3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For run 3 log in to el8 machine

export SCRAM_ARCH=el8_amd64_gcc11

source /cvmfs/cms.cern.ch/cmsset_default.sh

cmsrel CMSSW_13_0_13

cd CMSSW_13_0_13/src

eval `scram runtime -sh`

cmsenv

git cms-init

git cms-addpkg Configuration/Generator

To add filters for run3 just clone run3 branch only

git clone -b run3-generator-interface [email protected]:bhbam/GeneratorInterface.git

Clone script directory for Run 3

git clone [email protected]:bhbam/MCProduction_run3.git

scram b -j 16

cd MCProduction_run3

For signal production

cd E2E-HToAATo4Tau

Step 1: Generate signal sample of mass 'X' in [3.7,14]. Please check the value of mass set in script properly

cmsRun GEN_SIM_HToAATo4Tau_M<X>_cfg.py

Step 2: Add HLT Trigger and Pielup . Use output file from Step 1 as Input file in step 2 (here)

cmsRun HLT_Pielup_HToAATo4Tau_cfg.py

Step 3: Convert to AODSIM. Use output file from Step 2 as Input file in step 3 (here)

cmsRun AOD_HToAATo4Tau_cfg.py

Step 4: Convert AOD to MiniAOD. Use output file from Step 3 as Input file in step 4 (here)

cmsRun MiniAOD_HToAATo4Tau_cfg.py

Step 5: Convert MiniAOD to NanoAOD. Use output file from Step 4 as Input file in step 5 (here)

cmsRun NanoAOD_HToAATo4Tau_cfg.py

For mass regression sample production

cd E2E-AToTauTau

About

This repo contains the MCGeneration script for Run 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages