|
2 | 2 | # using:
|
3 | 3 | # Revision: 1.19
|
4 | 4 | # Source: /local/reps/CMSSW/CMSSW/Configuration/Applications/python/ConfigBuilder.py,v
|
5 |
| -# with command line options: skims -s SKIM:TopMuEG --mc --dasquery=file dataset=/RelValTTbar_14TeV/CMSSW_12_1_0_pre2-PU_121X_mcRun3_2021_realistic_v1-v1/GEN-SIM-RECO -n 100 --conditions auto:phase1_2022_realistic --eventcontent=FEVTDEBUGHLT --datatier=RAW-RECO --python_filename=test_TopMuEG_SKIM.py --processName=SKIMTopMuEG --no_exec --era=Run3 |
| 5 | +# with command line options: skims -s SKIM:TopMuEG --mc --dasquery=file dataset=/RelValTTbar_14TeV/CMSSW_13_2_0_pre1-PU_131X_mcRun3_2022_realistic_v3-v1/GEN-SIM-RECO -n 100 --conditions auto:phase1_2022_realistic --eventcontent=FEVTDEBUGHLT --datatier=RAW-RECO --python_filename=test_TopMuEG_SKIM.py --processName=SKIMTopMuEG --no_exec --era=Run3 |
6 | 6 | import FWCore.ParameterSet.Config as cms
|
7 | 7 |
|
8 | 8 | from Configuration.Eras.Era_Run3_cff import Run3
|
|
28 | 28 | # Input source
|
29 | 29 | process.source = cms.Source("PoolSource",
|
30 | 30 | fileNames = cms.untracked.vstring(
|
31 |
| - '/store/relval/CMSSW_12_1_0_pre2/RelValTTbar_14TeV/GEN-SIM-RECO/PU_121X_mcRun3_2021_realistic_v1-v1/10000/1047ae69-bff7-43ef-858e-431009bf73ba.root', |
32 |
| - '/store/relval/CMSSW_12_1_0_pre2/RelValTTbar_14TeV/GEN-SIM-RECO/PU_121X_mcRun3_2021_realistic_v1-v1/10000/5c1bbaaf-797e-4843-8296-a9cbaf36a8a3.root', |
33 |
| - '/store/relval/CMSSW_12_1_0_pre2/RelValTTbar_14TeV/GEN-SIM-RECO/PU_121X_mcRun3_2021_realistic_v1-v1/10000/5d7209bf-c323-4dce-a0b5-e3d2db5aba73.root', |
34 |
| - '/store/relval/CMSSW_12_1_0_pre2/RelValTTbar_14TeV/GEN-SIM-RECO/PU_121X_mcRun3_2021_realistic_v1-v1/10000/63286a1c-de2a-443d-9963-03f55e6abd7c.root', |
35 |
| - '/store/relval/CMSSW_12_1_0_pre2/RelValTTbar_14TeV/GEN-SIM-RECO/PU_121X_mcRun3_2021_realistic_v1-v1/10000/667f5503-d24f-4504-823a-6470c82d48e0.root', |
36 |
| - '/store/relval/CMSSW_12_1_0_pre2/RelValTTbar_14TeV/GEN-SIM-RECO/PU_121X_mcRun3_2021_realistic_v1-v1/10000/b846eae8-d564-4a2d-b28c-c9b683b9bb60.root', |
37 |
| - '/store/relval/CMSSW_12_1_0_pre2/RelValTTbar_14TeV/GEN-SIM-RECO/PU_121X_mcRun3_2021_realistic_v1-v1/10000/cbc44982-5d35-43fa-b010-abcc05bd9d03.root', |
38 |
| - '/store/relval/CMSSW_12_1_0_pre2/RelValTTbar_14TeV/GEN-SIM-RECO/PU_121X_mcRun3_2021_realistic_v1-v1/10000/ce256d7b-603b-412b-8948-41ae64a40372.root', |
39 |
| - '/store/relval/CMSSW_12_1_0_pre2/RelValTTbar_14TeV/GEN-SIM-RECO/PU_121X_mcRun3_2021_realistic_v1-v1/10000/f046bf44-514a-4061-b6b2-7890cd75071e.root' |
40 |
| - ), |
| 31 | + '/store/relval/CMSSW_13_0_0/RelValTTbar_14TeV/GEN-SIM-RECO/130X_mcRun3_2022_realistic_v2-v1/00000/120127ad-f806-4494-8d98-f69ef0b2a85a.root', |
| 32 | + '/store/relval/CMSSW_13_0_0/RelValTTbar_14TeV/GEN-SIM-RECO/130X_mcRun3_2022_realistic_v2-v1/00000/3be6dcf5-9b42-4bd4-b437-23c9753134e0.root', |
| 33 | + '/store/relval/CMSSW_13_0_0/RelValTTbar_14TeV/GEN-SIM-RECO/130X_mcRun3_2022_realistic_v2-v1/00000/545d64b5-2ee2-4cac-b3de-9123e4890b9f.root', |
| 34 | + ), |
41 | 35 | secondaryFileNames = cms.untracked.vstring()
|
42 | 36 | )
|
43 | 37 |
|
|
46 | 40 | IgnoreCompletely = cms.untracked.vstring(),
|
47 | 41 | Rethrow = cms.untracked.vstring(),
|
48 | 42 | SkipEvent = cms.untracked.vstring(),
|
| 43 | + accelerators = cms.untracked.vstring('*'), |
49 | 44 | allowUnscheduled = cms.obsolete.untracked.bool,
|
50 | 45 | canDeleteEarly = cms.untracked.vstring(),
|
51 | 46 | deleteNonConsumedUnscheduledModules = cms.untracked.bool(True),
|
|
59 | 54 | ),
|
60 | 55 | fileMode = cms.untracked.string('FULLMERGE'),
|
61 | 56 | forceEventSetupCacheClearOnNewRun = cms.untracked.bool(False),
|
| 57 | + holdsReferencesToDeleteEarly = cms.untracked.VPSet(), |
62 | 58 | makeTriggerResults = cms.obsolete.untracked.bool,
|
| 59 | + modulesToIgnoreForDeleteEarly = cms.untracked.vstring(), |
63 | 60 | numberOfConcurrentLuminosityBlocks = cms.untracked.uint32(0),
|
64 | 61 | numberOfConcurrentRuns = cms.untracked.uint32(1),
|
65 | 62 | numberOfStreams = cms.untracked.uint32(0),
|
66 | 63 | numberOfThreads = cms.untracked.uint32(1),
|
67 | 64 | printDependencies = cms.untracked.bool(False),
|
68 | 65 | sizeOfStackForThreadsInKB = cms.optional.untracked.uint32,
|
69 | 66 | throwIfIllegalParameter = cms.untracked.bool(True),
|
70 |
| - wantSummary = cms.untracked.bool(True) |
| 67 | + wantSummary = cms.untracked.bool(False) |
71 | 68 | )
|
72 | 69 |
|
73 | 70 | # Production Info
|
|
114 | 111 | 'keep edmTriggerResults_*_*_*',
|
115 | 112 | 'keep triggerTriggerEvent_*_*_*',
|
116 | 113 | 'keep *_hltFEDSelectorL1_*_*',
|
117 |
| - 'keep *_hltScoutingCaloPacker_*_*', |
118 | 114 | 'keep *_hltScoutingEgammaPacker_*_*',
|
119 |
| - 'keep *_hltScoutingMuonPackerCalo_*_*', |
120 | 115 | 'keep *_hltScoutingMuonPacker_*_*',
|
121 | 116 | 'keep *_hltScoutingPFPacker_*_*',
|
122 |
| - 'keep *_hltScoutingPrimaryVertexPackerCaloMuon_*_*', |
123 | 117 | 'keep *_hltScoutingPrimaryVertexPacker_*_*',
|
124 | 118 | 'keep *_hltScoutingTrackPacker_*_*',
|
125 | 119 | 'keep edmTriggerResults_*_*_*',
|
|
136 | 130 | 'keep *_dt4DCosmicSegments_*_*',
|
137 | 131 | 'keep *_cscSegments_*_*',
|
138 | 132 | 'keep *_rpcRecHits_*_*',
|
| 133 | + 'keep *_dt1DRecHits_*_*', |
| 134 | + 'keep *_csc2DRecHits_*_*', |
139 | 135 | 'keep *_gemRecHits_*_*',
|
140 | 136 | 'keep *_gemSegments_*_*',
|
141 | 137 | 'keep *_hbhereco_*_*',
|
|
294 | 290 | 'keep recoMuonCosmicCompatibilityedmValueMap_muons_*_*',
|
295 | 291 | 'keep uintedmValueMap_muons_*_*',
|
296 | 292 | 'keep *_particleFlow_muons_*',
|
| 293 | + 'keep recoMuons_displacedMuons_*_*', |
| 294 | + 'keep booledmValueMap_displacedMuons_*_*', |
| 295 | + 'keep doubleedmValueMap_displacedMuons_dispMuPFMean*_*', |
| 296 | + 'keep doubleedmValueMap_displacedMuons_dispMuPFSum*_*', |
| 297 | + 'keep recoMuonTimeExtraedmValueMap_displacedMuons_*_*', |
| 298 | + 'keep uintedmValueMap_displacedMuons_*_*', |
| 299 | + 'keep *_particleFlow_displacedMuons_*', |
297 | 300 | 'keep recoTracks_standAloneMuons_*_*',
|
298 | 301 | 'keep recoTrackExtras_standAloneMuons_*_*',
|
299 | 302 | 'keep TrackingRecHitsOwned_standAloneMuons_*_*',
|
|
318 | 321 | 'keep recoTrackExtras_displacedStandAloneMuons_*_*',
|
319 | 322 | 'keep TrackingRecHitsOwned_displacedStandAloneMuons_*_*',
|
320 | 323 | 'keep *_muonReducedTrackExtras_*_*',
|
| 324 | + 'keep *_displacedMuonReducedTrackExtras_*_*', |
321 | 325 | 'keep *_muIsoDepositTk_*_*',
|
322 | 326 | 'keep *_muIsoDepositCalByAssociatorTowers_*_*',
|
323 | 327 | 'keep *_muIsoDepositCalByAssociatorHits_*_*',
|
324 | 328 | 'keep *_muIsoDepositJets_*_*',
|
| 329 | + 'keep *_muIsoDepositTkDisplaced_*_*', |
| 330 | + 'keep *_muIsoDepositCalByAssociatorTowersDisplaced_*_*', |
| 331 | + 'keep *_muIsoDepositCalByAssociatorHitsDisplaced_*_*', |
| 332 | + 'keep *_muIsoDepositJetsDisplaced_*_*', |
325 | 333 | 'keep *_muGlobalIsoDepositCtfTk_*_*',
|
326 | 334 | 'keep *_muGlobalIsoDepositCalByAssociatorTowers_*_*',
|
327 | 335 | 'keep *_muGlobalIsoDepositCalByAssociatorHits_*_*',
|
|
352 | 360 | 'keep *_pfDeepCSVJetTags_*_*',
|
353 | 361 | 'keep *_pfDeepCMVAJetTags_*_*',
|
354 | 362 | 'keep *_pixelClusterTagInfos_*_*',
|
355 |
| - 'keep *_hpsPFTauDiscriminationByLooseElectronRejection_*_*', |
356 | 363 | 'keep recoRecoTauPiZeros_hpsPFTauProducer_pizeros_*',
|
357 | 364 | 'keep recoPFTaus_hpsPFTauProducer_*_*',
|
358 | 365 | 'keep *_hpsPFTauBasicDiscriminators_*_*',
|
|
363 | 370 | 'keep *_hpsPFTauDiscriminationByDecayModeFindingOldDMs_*_*',
|
364 | 371 | 'keep *_hpsPFTauDiscriminationByMuonRejection3_*_*',
|
365 | 372 | 'keep *_hpsPFTauTransverseImpactParameters_*_*',
|
366 |
| - 'keep *_hpsPFTauDiscriminationByMVA6ElectronRejection_*_*', |
367 |
| - 'keep *_hpsPFTauDiscriminationByIsolationMVArun2v1DBoldDMwLT_*_*', |
368 |
| - 'keep *_hpsPFTauDiscriminationByIsolationMVArun2v1DBnewDMwLT_*_*', |
369 |
| - 'keep *_hpsPFTauDiscriminationByIsolationMVArun2v1PWoldDMwLT_*_*', |
370 |
| - 'keep *_hpsPFTauDiscriminationByIsolationMVArun2v1PWnewDMwLT_*_*', |
371 |
| - 'keep *_hpsPFTauDiscriminationByIsolationMVArun2v1DBdR03oldDMwLT_*_*', |
372 |
| - 'keep *_hpsPFTauDiscriminationByIsolationMVArun2v1PWdR03oldDMwLT_*_*', |
373 | 373 | 'keep *_offlinePrimaryVertices__*',
|
374 | 374 | 'keep *_offlinePrimaryVerticesWithBS_*_*',
|
375 | 375 | 'keep *_offlinePrimaryVerticesFromCosmicTracks_*_*',
|
|
507 | 507 | 'keep edmTriggerResults_*_*_*',
|
508 | 508 | 'keep triggerTriggerEvent_*_*_*',
|
509 | 509 | 'keep *_hltFEDSelectorL1_*_*',
|
510 |
| - 'keep *_hltScoutingCaloPacker_*_*', |
511 | 510 | 'keep *_hltScoutingEgammaPacker_*_*',
|
512 |
| - 'keep *_hltScoutingMuonPackerCalo_*_*', |
513 | 511 | 'keep *_hltScoutingMuonPacker_*_*',
|
514 | 512 | 'keep *_hltScoutingPFPacker_*_*',
|
515 |
| - 'keep *_hltScoutingPrimaryVertexPackerCaloMuon_*_*', |
516 | 513 | 'keep *_hltScoutingPrimaryVertexPacker_*_*',
|
517 | 514 | 'keep *_hltScoutingTrackPacker_*_*',
|
518 | 515 | 'keep edmTriggerResults_*_*_*',
|
|
529 | 526 | 'keep recoBeamSpot_onlineMetaDataDigis_*_*',
|
530 | 527 | 'keep *_tcdsDigis_*_*',
|
531 | 528 | 'keep *_logErrorHarvester_*_*',
|
532 |
| - 'keep *_pfIsolatedElectronsEI_*_*', |
533 |
| - 'keep *_pfIsolatedMuonsEI_*_*', |
534 |
| - 'keep recoPFJets_pfJetsEI_*_*', |
535 |
| - 'keep *_pfCombinedInclusiveSecondaryVertexV2BJetTagsEI_*_*', |
536 |
| - 'keep recoPFTaus_pfTausEI_*_*', |
537 |
| - 'keep recoPFTauDiscriminator_pfTausDiscriminationByDecayModeFinding_*_*', |
538 |
| - 'keep recoSingleTauDiscriminatorContaineredmValueMap_pfTausDiscriminationByIsolation_*_*', |
539 |
| - 'keep recoPFMETs_pfMetEI_*_*', |
540 | 529 | 'keep TotemTriggerCounters_totemTriggerRawToDigi_*_*',
|
541 | 530 | 'keep TotemFEDInfos_totemRPRawToDigi_*_*',
|
542 | 531 | 'keep TotemRPDigiedmDetSetVector_totemRPRawToDigi_*_*',
|
|
545 | 534 | 'keep TotemRPRecHitedmDetSetVector_totemRPRecHitProducer_*_*',
|
546 | 535 | 'keep TotemRPUVPatternedmDetSetVector_totemRPUVPatternFinder_*_*',
|
547 | 536 | 'keep TotemRPLocalTrackedmDetSetVector_totemRPLocalTrackFitter_*_*',
|
| 537 | + 'keep TotemFEDInfos_totemT2Digis_*_*', |
| 538 | + 'keep TotemT2DigiedmNewDetSetVector_totemT2Digis_*_*', |
| 539 | + 'keep TotemVFATStatusedmDetSetVector_totemT2Digis_*_*', |
548 | 540 | 'keep TotemFEDInfos_ctppsDiamondRawToDigi_*_*',
|
549 | 541 | 'keep CTPPSDiamondDigiedmDetSetVector_ctppsDiamondRawToDigi_*_*',
|
550 | 542 | 'keep TotemVFATStatusedmDetSetVector_ctppsDiamondRawToDigi_*_*',
|
551 | 543 | 'keep CTPPSDiamondRecHitedmDetSetVector_ctppsDiamondRecHits_*_*',
|
552 | 544 | 'keep CTPPSDiamondLocalTrackedmDetSetVector_ctppsDiamondLocalTracks_*_*',
|
| 545 | + 'keep TotemTimingLocalTrackedmDetSetVector_diamondSampicLocalTracks_*_*', |
553 | 546 | 'keep TotemTimingDigiedmDetSetVector_totemTimingRawToDigi_*_*',
|
554 | 547 | 'keep TotemTimingRecHitedmDetSetVector_totemTimingRecHits_*_*',
|
555 | 548 | 'keep TotemTimingLocalTrackedmDetSetVector_totemTimingLocalTracks_*_*',
|
|
0 commit comments