-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skim for Delayed Jets and DTClusters #37509
Skim for Delayed Jets and DTClusters #37509
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37509/29222
|
A new Pull Request was created by @rtschmitz for master. It involves the following packages:
@cmsbuild, @bbilin, @wajidalikhan, @kskovpen, @jordan-martins can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-bc595a/23886/summary.html Comparison SummarySummary:
|
+pdmv |
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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR adds two RECO level skims that save all standard AOD collections. The delayed jet skim is for use in analyses using jet timing, such as EXO-19-001 (which requires collections only available at AOD). The DT cluster skim is for use in analyses using muon clusters, such as EXO-21-008. The DT cluster skim saves the following collections in addition to AOD:
DTLayerIdDTRecHit1DPairsOwnedRangeMap_dt1DRecHits__RECO
CSCDetIdCSCRecHit2DsOwnedRangeMap_csc2DRecHits__RECO
The delayed jet skim cuts on all tracks satisfying the associated HLT paths under "HLT_HT430_DelayedJet40*":
HLT_HT430_DelayedJet40_SingleDelay2nsInclusive_v1
HLT_HT430_DelayedJet40_DoubleDelay1nsInclusive_v1
HLT_HT430_DelayedJet40_SingleDelay1nsTrackless_v1
HLT_HT430_DelayedJet40_DoubleDelay0p5nsTrackless_v1
The DT cluster skim also cuts on tracks satisfying its associated HLT paths under "DTCluster":
HLT_L1MET_DTClusterNoMB1S50_v1
HLT_CaloMET60_DTClusterNoMB1S50_v1
HLT_L1MET_DTCluster50_v1
HLT_CaloMET60_DTCluster50_v1
Tested with a high-Pt QCD sample /store/relval/CMSSW_12_3_0_pre6/RelValQCD_Pt_1800_2400_14/GEN-SIM-RECO/123X_mcRun3_2021_realistic_v11-v2/10000/aa515779-dad9-4994-b7d2-d672a7c8938a.root (2500 events), the skimmed file size for DT clusters was 6.2MB, the skimmed file size for delayed jets was 4.9MB, and the size of the unskimmed AOD file in each case was 551MB.
PR validation:
Ran with CMSSW_12_4_0_pre1 and used the config files "test_DTCluster_cfg.py" and "test_DelayedJet_cfg.py", which are both included in the PR.