Skip to content

Commit

Permalink
Merge pull request #33394 from cms-tsg-storm/CscGemValidationFixHLT
Browse files Browse the repository at this point in the history
CSC/GEM validation fix for HLT tests
  • Loading branch information
cmsbuild authored Apr 12, 2021
2 parents 10afb05 + 93e10ff commit 1d76fdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion HLTrigger/Configuration/test/cmsDriver.csh
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,11 @@ EOF
else
set STEPS = "RAW2DIGI,L1Reco,RECO,EI,PAT,DQM"
endif
set CustomCommand = "--customise_commands=process.valCscStage2Digis.GEMPadDigiClusterProducer='';process.valCscStage2Digis.commonParam=dict(runME11ILT=False)"

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

else

Expand Down

0 comments on commit 1d76fdb

Please sign in to comment.