Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:31:56

0001 #!/bin/tcsh
0002 
0003 nohup cmsRun run_onRelVal_TTbar_MC_cfg.py        >& mcttb.txt &
0004 nohup cmsRun run_onRelVal_TTbar_Startup_cfg.py   >& stttb.txt &
0005 nohup cmsRun run_onRelVal_QCD_MC_cfg.py          >& mcqcd.txt &
0006 nohup cmsRun run_onRelVal_QCD_Startup_cfg.py     >& stqcd.txt &
0007 nohup cmsRun run_onRelVal_HighPtQCD_MC_cfg.py    >& hptqc.txt &
0008 nohup cmsRun run_onRelVal_MinBias_Startup_cfg.py >& stmbs.txt &