L1 Software Integration tests
Below is a recipe to run basic integration tests of L1 software components
1. check out relevant IB (eg. CMSSW_2_1_X_2008-10-15-0000) :
scramv1 p CMSSW CMSSW_2_1_X_2008-10-15-0000
2. check out and compile your tags
3. create 'step 1' test job and run it. This tests L1Emulator sequence, DigiToRaw and HLT seeding.
cmsDriver.py TTbar.cfi -s GEN,SIM,DIGI,L1,DIGI2RAW,HLT -n 1 --eventcontent FEVTDEBUG --conditions FrontierConditions_CMS.GlobalTag,IDEAL_V9::All --relval 10000,100 --datatier 'GEN-SIM-DIGI-RAW-HLT' --no_exec
cmsRun TTbar_cfi_GEN_SIM_DIGI_L1_DIGI2RAW_HLT_IDEAL.py >& step1.log
4. create 'step 2' test job and run it. This tests RawToDigi and offline DQM.
cmsDriver.py myreco -s RAW2DIGI,RECO,DQM -n 1 --filein file:TTbar_cfi_GEN_SIM_DIGI_L1_DIGI2RAW_HLT.root --eventcontent FEVTDEBUG --conditions FrontierConditions_CMS.GlobalTag,IDEAL_V9::All --no_exec
cmsRun myreco_RAW2DIGI_RECO_DQM_IDEAL.py >& step2.log
--
JimBrooke - 15 Oct 2008