Skip to content

Commit

Permalink
Merge pull request #16887 from Martin-Grunewald/90XUnrunnableSchedule
Browse files Browse the repository at this point in the history
Workaround for Unrunnable Schedule in TSG tests (90X)
  • Loading branch information
davidlange6 committed Dec 8, 2016
2 parents c237146 + 8925b46 commit 21e8c84
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions HLTrigger/Configuration/test/cmsDriver.csh
Expand Up @@ -267,15 +267,18 @@ foreach gtag ( MC DATA )

set RTAG = $GTAG

echo
echo "Creating HLT+L1Reco+RECO $name"
cmsDriver.py RelVal --step=$XHLT,RAW2DIGI,L1Reco,RECO --conditions=$RTAG --filein=file:RelVal_Raw_$name.root --custom_conditions=$XL1T --fileout=RelVal_HLT_RECO_$name.root --number=$NN $DATAMC --no_exec --datatier 'SIM-RAW-HLT-RECO' --eventcontent=RAW --customise=HLTrigger/Configuration/CustomConfigs.L1THLT $Era --customise=$Custom --scenario=$SCEN --python_filename=RelVal_HLT_Reco_$name.py --processName=$PNAME

if ( $table == HIon ) then
set STEPS = "RAW2DIGI,L1Reco,RECO,VALIDATION,DQM"
set CustomCommand = ""
else
set STEPS = "RAW2DIGI,L1Reco,RECO,EI,PAT,VALIDATION,DQM"
set CustomCommand = "--customise_commands=process.CSCHaloData.HLTResultLabel=cms.InputTag('')"
endif

echo
echo "Creating HLT+L1Reco+RECO $name"
cmsDriver.py RelVal --step=$XHLT,RAW2DIGI,L1Reco,RECO --conditions=$RTAG --filein=file:RelVal_Raw_$name.root --custom_conditions=$XL1T --fileout=RelVal_HLT_RECO_$name.root --number=$NN $DATAMC --no_exec --datatier 'SIM-RAW-HLT-RECO' --eventcontent=RAW --customise=HLTrigger/Configuration/CustomConfigs.L1THLT $Era --customise=$Custom --scenario=$SCEN --python_filename=RelVal_HLT_Reco_$name.py --processName=$PNAME $CustomCommand

echo
echo "Creating RECO+EI+PAT+VALIDATION+DQM $name"
cmsDriver.py RelVal --step=$STEPS --conditions=$RTAG --filein=file:RelVal_DigiL1RawHLT_$name.root --custom_conditions=$XL1T --fileout=RelVal_RECO_$name.root --number=$NN $DATAMC --no_exec --datatier 'GEN-SIM-RECO,MINIAODSIM,DQMIO' --eventcontent=RECOSIM,MINIAODSIM,DQM --customise=HLTrigger/Configuration/CustomConfigs.Base $Era --customise=$Custom --scenario=$SCEN --python_filename=RelVal_RECO_$name.py --processName=$RNAME --runUnscheduled
Expand Down

0 comments on commit 21e8c84

Please sign in to comment.