replace HLTP2GTTauFilter with an instace of HLTP2GTSingleObjectFilter - #51720
Conversation
|
cms-bot internal usage |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-51720/50641 |
|
test parameters:
|
|
@cmsbuild, please test |
|
+1 Size: This PR adds an extra 40KB to repository The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: HLT P2 Timing: chart Comparison SummarySummary:
|
|
@cmsbuild, please test
|
|
+1 Size: This PR adds an extra 40KB to repository HLT P2 Timing: chart Comparison SummarySummary:
|
|
also tested with: #! /bin/bash
#LOCALPATH='/cms-hlt-nfs/data/relValMinBiasL1Skim_200PU/CMSSW_20_0_0_pre1'
LOCALPATH='/cms-hlt-nfs/data/relValTTbar_200PU/CMSSW_20_0_0_pre1/'
echo "Input source: |${LOCALPATH}|"
LOCALFILES=$(ls -1 ${LOCALPATH} | grep root)
ALL_FILES=""
for f in ${LOCALFILES[@]}; do
ALL_FILES+="file:${LOCALPATH}/${f},"
done
# Remove the last character
ALL_FILES="${ALL_FILES%?}"
echo "Discovered files: $ALL_FILES"
### Timing menu, current status
cmsDriver.py Phase2 -s L1P2GT,HLT:75e33_timing \
--processName=HLTX \
--conditions auto:phase2_realistic_T35 \
--geometry ExtendedRun4D121 \
--era Phase2C22I13M9 \
--customise SLHCUpgradeSimulations/Configuration/aging.customise_aging_1000 \
--eventcontent FEVTDEBUGHLT \
--outputCommands "drop *, keep edmTriggerResults_*_*_HLTX,keep *_hltTriggerSummaryAOD_*_HLTX" \
--filein=$ALL_FILES \
--mc \
--inputCommands="keep *, drop *_hlt*_*_HLT, drop triggerTriggerFilterObjectWithRefs_l1t*_*_HLT" \
--nConcurrentLumis 8 \
-n 5000 \
--nThreads 48 \
--customise_commands "process.options.wantSummary=True" \
--no_exec \
--accelerators cpu \
--fileout=OutHLT_mod_cpu2.root \
--python_filename hlt.py
edmConfigDump hlt.py > HLTTimingComplete_config.py
cmsRun HLTTimingComplete_config.py >& HLTTimingComplete.logand compared the trigger results of 5k TTbar events + PU = 200, obtaining: |
|
A new Pull Request was created by @mmusich for master. It involves the following packages:
@Martin-Grunewald, @mmusich can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @ftenchini, @sextonkennedy, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
PR description:
Title says it all, with the integration of #51669 we can retire
HLTP2GTTauFilteras it is superseded by the more generalHLTP2GTSingleObjectFilter.PR validation:
cmsswcompiles.runTheMatrix.py -l ph2_hlt -i all --ibeosruns fine.If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
N/A