5 from __future__
import print_function
6 import FWCore.ParameterSet.Config
as cms
23 def __init__(self, module_name, manipulator_name, steps = ["SELECT","CLEAN","SIM","MERGE"], instance=[""], merge_prefix = ""):
38 to_bemanipulate.append(
module_manipulate(module_name =
'siPixelClusters', manipulator_name =
"Pixel", steps = [
"SELECT",
"CLEAN"] ))
39 to_bemanipulate.append(
module_manipulate(module_name =
'siStripClusters', manipulator_name =
"Strip", steps = [
"SELECT",
"CLEAN"] ))
41 to_bemanipulate.append(
module_manipulate(module_name =
'generalTracks', manipulator_name =
"Track", steps = [
"SIM",
"MERGE"]))
42 to_bemanipulate.append(
module_manipulate(module_name =
'muons1stStep', manipulator_name =
"Muon", steps = [
"SIM",
"MERGE"]))
43 to_bemanipulate.append(
module_manipulate(module_name =
'gedGsfElectronsTmp', manipulator_name =
"GsfElectron", steps = [
"SIM",
"MERGE"]))
44 to_bemanipulate.append(
module_manipulate(module_name =
'gedPhotonsTmp', manipulator_name =
"Photon", steps = [
"SIM",
"MERGE"]))
45 to_bemanipulate.append(
module_manipulate(module_name =
'particleFlowTmp', manipulator_name =
"PF", steps = [
"SIM",
"MERGE"], instance=[
"",
"CleanedHF",
"CleanedCosmicsMuons",
"CleanedTrackerAndGlobalMuons",
"CleanedFakeMuons",
"CleanedPunchThroughMuons",
"CleanedPunchThroughNeutralHadrons",
"AddedMuonsAndHadrons"]))
48 to_bemanipulate.append(
module_manipulate(module_name =
'ecalRecHit', manipulator_name =
"EcalRecHit", instance= [
"EcalRecHitsEB",
"EcalRecHitsEE"]))
49 to_bemanipulate.append(
module_manipulate(module_name =
'ecalPreshowerRecHit', manipulator_name =
"EcalRecHit", instance= [
"EcalRecHitsES"]))
51 to_bemanipulate.append(
module_manipulate(module_name =
'hbheprereco', manipulator_name =
"HBHERecHit"))
52 to_bemanipulate.append(
module_manipulate(module_name =
'hbhereco', manipulator_name =
"HBHERecHit"))
53 to_bemanipulate.append(
module_manipulate(module_name =
'zdcreco', manipulator_name =
"ZDCRecHit"))
55 to_bemanipulate.append(
module_manipulate(module_name =
'horeco', manipulator_name =
"HORecHit"))
56 to_bemanipulate.append(
module_manipulate(module_name =
'hfreco', manipulator_name =
"HFRecHit"))
57 to_bemanipulate.append(
module_manipulate(module_name =
'castorreco', manipulator_name =
"CastorRecHit"))
60 to_bemanipulate.append(
module_manipulate(module_name =
'dt1DRecHits', manipulator_name =
"DTRecHit", steps = [
"SELECT",
"CLEAN"] ))
61 to_bemanipulate.append(
module_manipulate(module_name =
'dt1DCosmicRecHits', manipulator_name =
"DTRecHit", steps = [
"SELECT",
"CLEAN"] ))
63 to_bemanipulate.append(
module_manipulate(module_name =
'csc2DRecHits', manipulator_name =
"CSCRecHit", steps = [
"SELECT",
"CLEAN"] ))
64 to_bemanipulate.append(
module_manipulate(module_name =
'rpcRecHits', manipulator_name =
"RPCRecHit", steps = [
"SELECT",
"CLEAN"] ))
68 outputModulesList = [key
for key,value
in process.outputModules.items()]
69 for outputModule
in outputModulesList:
70 if outputModule
in module_veto_list:
72 outputModule = getattr(process, outputModule)
73 for add_element
in keep_drop_list:
74 outputModule.outputCommands.extend(add_element)
82 ret_vstring = cms.untracked.vstring(
84 "keep *_patMuonsAfterID_*_"+dataTier,
85 "keep *_slimmedMuons_*_"+dataTier,
86 "keep *_selectedMuonsForEmbedding_*_"+dataTier,
87 "keep recoVertexs_offlineSlimmedPrimaryVertices_*_"+dataTier,
88 "keep *_firstStepPrimaryVertices_*_"+dataTier,
89 "keep *_offlineBeamSpot_*_"+dataTier
91 for akt_manimod
in to_bemanipulate:
92 if "CLEAN" in akt_manimod.steps:
93 ret_vstring.append(
"keep *_"+akt_manimod.module_name+
"_*_"+dataTier)
98 process._Process__name =
"RESELECT" 101 process._Process__name =
"SELECT" 104 process.load(
'TauAnalysis.MCEmbeddingTools.SelectingProcedure_cff')
106 process.slimmedMuons.trackExtraAssocs = []
107 process.patMuonsAfterKinCuts.src = cms.InputTag(
"slimmedMuons",
"",dataTier)
108 process.patMuonsAfterID = process.patMuonsAfterLooseID.clone()
110 process.selecting = cms.Path(process.makePatMuonsZmumuSelection)
111 process.schedule.insert(-1, process.selecting)
113 outputModulesList = [key
for key,value
in process.outputModules.items()]
114 for outputModule
in outputModulesList:
115 outputModule = getattr(process, outputModule)
116 outputModule.SelectEvents = cms.untracked.PSet(SelectEvents = cms.vstring(
"selecting"))
117 outputModule.outputCommands.extend(
keepSelected(dataTier))
127 ret_vstring = cms.untracked.vstring(
132 for akt_manimod
in to_bemanipulate:
133 if "MERGE" in akt_manimod.steps:
134 ret_vstring.append(
"keep *_"+akt_manimod.module_name+
"_*_LHEembeddingCLEAN")
135 ret_vstring.append(
"keep *_"+akt_manimod.module_name+
"_*_CLEAN")
136 ret_vstring.append(
"keep *_standAloneMuons_*_LHEembeddingCLEAN")
137 ret_vstring.append(
"keep *_glbTrackQual_*_LHEembeddingCLEAN")
143 if changeProcessname:
144 process._Process__name =
"CLEAN" 151 TrackAssociatorParameterBlock.TrackAssociatorParameters.CSCSegmentCollectionLabel = cms.InputTag(
"cscSegments",
"",dataTier)
152 TrackAssociatorParameterBlock.TrackAssociatorParameters.CaloTowerCollectionLabel = cms.InputTag(
"towerMaker",
"",dataTier)
153 TrackAssociatorParameterBlock.TrackAssociatorParameters.DTRecSegment4DCollectionLabel = cms.InputTag(
"dt4DSegments",
"",dataTier)
154 TrackAssociatorParameterBlock.TrackAssociatorParameters.EBRecHitCollectionLabel = cms.InputTag(
"ecalRecHit",
"EcalRecHitsEB",dataTier)
155 TrackAssociatorParameterBlock.TrackAssociatorParameters.EERecHitCollectionLabel = cms.InputTag(
"ecalRecHit",
"EcalRecHitsEE",dataTier)
156 TrackAssociatorParameterBlock.TrackAssociatorParameters.HBHERecHitCollectionLabel = cms.InputTag(
"hbhereco",
"",dataTier)
157 TrackAssociatorParameterBlock.TrackAssociatorParameters.HORecHitCollectionLabel = cms.InputTag(
"horeco",
"",dataTier)
160 MuonImput = cms.InputTag(
"selectedMuonsForEmbedding",
"",
"")
161 for akt_manimod
in to_bemanipulate:
162 if "CLEAN" in akt_manimod.steps:
163 oldCollections_in = cms.VInputTag()
164 for instance
in akt_manimod.instance:
165 oldCollections_in.append(cms.InputTag(akt_manimod.module_name,instance,dataTier))
166 setattr(process, akt_manimod.module_name, cms.EDProducer(akt_manimod.cleaner_name,MuonCollection = MuonImput,TrackAssociatorParameters = TrackAssociatorParameterBlock.TrackAssociatorParameters,oldCollection = oldCollections_in))
167 process.ecalPreshowerRecHit.TrackAssociatorParameters.usePreshower = cms.bool(
True)
174 ret_vstring = cms.untracked.vstring()
175 ret_vstring.append(
"keep *_externalLHEProducer_*_LHEembedding")
176 ret_vstring.append(
"keep *_externalLHEProducer_*_LHEembeddingCLEAN")
181 ret_vstring = cms.untracked.vstring()
182 for akt_manimod
in to_bemanipulate:
183 if "MERGE" in akt_manimod.steps:
184 ret_vstring.append(
"keep *_"+akt_manimod.module_name+
"_*_SIMembedding")
185 ret_vstring.append(
"keep *_genParticles_*_SIMembedding")
186 ret_vstring.append(
"keep *_standAloneMuons_*_SIMembedding")
187 ret_vstring.append(
"keep *_glbTrackQual_*_SIMembedding")
188 ret_vstring.append(
"keep *_generator_*_SIMembedding")
189 ret_vstring.append(
"keep *_addPileupInfo_*_SIMembedding")
190 ret_vstring.append(
"keep *_slimmedAddPileupInfo_*_*")
201 if changeProcessname:
202 process._Process__name =
"LHEembedding" 203 process.load(
'TauAnalysis.MCEmbeddingTools.EmbeddingLHEProducer_cfi')
205 process.externalLHEProducer.vertices=cms.InputTag(
"offlineSlimmedPrimaryVertices",
"",
"RESELECT")
206 process.lheproduction = cms.Path(process.makeexternalLHEProducer)
207 process.schedule.insert(0,process.lheproduction)
219 if changeProcessname:
220 process._Process__name =
"SIMembedding" 224 process.load(
'TauAnalysis.MCEmbeddingTools.EmbeddingVertexCorrector_cfi')
225 process.VtxSmeared = process.VtxCorrectedToInput.clone()
226 print(
"Correcting Vertex in genEvent to one from input. Replaced 'VtxSmeared' with the Corrector.")
229 process.reconstruction.remove(process.offlineBeamSpot)
232 process.mix.digitizers.castor.doNoise = cms.bool(
False)
234 process.mix.digitizers.ecal.doESNoise = cms.bool(
False)
235 process.mix.digitizers.ecal.doENoise = cms.bool(
False)
237 process.mix.digitizers.hcal.doNoise = cms.bool(
False)
238 process.mix.digitizers.hcal.doThermalNoise = cms.bool(
False)
239 process.mix.digitizers.hcal.doHPDNoise = cms.bool(
False)
241 process.mix.digitizers.pixel.AddNoisyPixels = cms.bool(
False)
242 process.mix.digitizers.pixel.AddNoise = cms.bool(
False)
244 process.mix.digitizers.strip.Noise = cms.bool(
False)
257 ret_vstring = cms.untracked.vstring()
258 ret_vstring.append(
"drop *_*_*_"+dataTier)
259 ret_vstring.append(
"keep *_prunedGenParticles_*_MERGE")
260 ret_vstring.append(
"keep *_generator_*_SIMembedding")
270 process.load(
'PhysicsTools.PatAlgos.slimming.genParticles_cff')
271 process.merge_step += process.prunedGenParticlesWithStatusOne
272 process.load(
'PhysicsTools.PatAlgos.slimming.prunedGenParticles_cfi')
273 process.merge_step += process.prunedGenParticles
274 process.load(
'PhysicsTools.PatAlgos.slimming.packedGenParticles_cfi')
275 process.merge_step += process.packedGenParticles
277 process.load(
'PhysicsTools.PatAlgos.mcMatchLayer0.muonMatch_cfi')
278 process.merge_step += process.muonMatch
279 process.load(
'PhysicsTools.PatAlgos.mcMatchLayer0.electronMatch_cfi')
280 process.merge_step += process.electronMatch
281 process.load(
'PhysicsTools.PatAlgos.mcMatchLayer0.photonMatch_cfi')
282 process.merge_step += process.photonMatch
283 process.load(
'PhysicsTools.PatAlgos.mcMatchLayer0.tauMatch_cfi')
284 process.merge_step += process.tauMatch
285 process.load(
'PhysicsTools.JetMCAlgos.TauGenJets_cfi')
286 process.merge_step += process.tauGenJets
287 process.load(
'PhysicsTools.PatAlgos.mcMatchLayer0.jetFlavourId_cff')
288 process.merge_step += process.patJetPartons
289 process.load(
'PhysicsTools.PatAlgos.mcMatchLayer0.jetMatch_cfi')
290 process.merge_step += process.patJetPartonMatch
292 process.muonMatch.matched =
"prunedGenParticles" 293 process.electronMatch.matched =
"prunedGenParticles" 294 process.electronMatch.src = cms.InputTag(
"reducedEgamma",
"reducedGedGsfElectrons")
295 process.photonMatch.matched =
"prunedGenParticles" 296 process.photonMatch.src = cms.InputTag(
"reducedEgamma",
"reducedGedPhotons")
297 process.tauMatch.matched =
"prunedGenParticles" 298 process.tauGenJets.GenParticles =
"prunedGenParticles" 302 process.patJetPartons.particles =
"prunedGenParticles" 303 process.patJetPartonMatch.matched =
"prunedGenParticles" 304 process.patJetPartonMatch.mcStatus = [ 3, 23 ]
305 process.patJetGenJetMatch.matched =
"slimmedGenJets" 306 process.patJetGenJetMatchAK8.matched =
"slimmedGenJetsAK8" 307 process.patJetGenJetMatchAK8Puppi.matched =
"slimmedGenJetsAK8" 308 process.patMuons.embedGenMatch =
False 309 process.patElectrons.embedGenMatch =
False 310 process.patPhotons.embedGenMatch =
False 311 process.patTaus.embedGenMatch =
False 312 process.patTausBoosted.embedGenMatch =
False 313 process.patJets.embedGenPartonMatch =
False 315 process.patJetFlavourAssociation.rParam = 0.4
317 process.schedule.insert(0,process.merge_step)
323 if changeProcessname:
324 process._Process__name =
"MERGE" 331 process.source.inputCommands = cms.untracked.vstring()
332 process.source.inputCommands.append(
"keep *_*_*_*")
340 process.load(
'Configuration.StandardSequences.Reconstruction_Data_cff')
341 process.merge_step = cms.Path()
344 for akt_manimod
in to_bemanipulate:
345 if "MERGE" in akt_manimod.steps:
348 print(akt_manimod.module_name)
349 mergCollections_in = cms.VInputTag()
350 for instance
in akt_manimod.instance:
351 mergCollections_in.append(cms.InputTag(akt_manimod.merge_prefix+akt_manimod.module_name,instance,
"SIMembedding"))
352 mergCollections_in.append(cms.InputTag(akt_manimod.merge_prefix+akt_manimod.module_name,instance,
"LHEembeddingCLEAN"))
353 setattr(process, akt_manimod.module_name, cms.EDProducer(akt_manimod.merger_name,
354 mergCollections = mergCollections_in
357 process.merge_step +=getattr(process, akt_manimod.module_name)
360 process.merge_step += process.doAlldEdXEstimators
361 process.merge_step += process.vertexreco
362 process.unsortedOfflinePrimaryVertices.beamSpotLabel = cms.InputTag(
"offlineBeamSpot",
"",dataTier)
363 process.ak4CaloJetsForTrk.srcPVs = cms.InputTag(
"firstStepPrimaryVertices",
"",dataTier)
365 process.muons.FillDetectorBasedIsolation = cms.bool(
False)
366 process.muons.FillSelectorMaps = cms.bool(
False)
367 process.muons.FillShoweringInfo = cms.bool(
False)
368 process.muons.FillCosmicsIdMap = cms.bool(
False)
370 process.muonsFromCosmics.fillShowerDigis = cms.bool(
False)
371 process.muonsFromCosmics1Leg.fillShowerDigis = cms.bool(
False)
373 process.merge_step += process.highlevelreco
378 process.merge_step.remove(process.ak4JetTracksAssociatorExplicit)
380 process.merge_step.remove(process.pfTrack)
381 process.merge_step.remove(process.pfConversions)
382 process.merge_step.remove(process.pfV0)
383 process.merge_step.remove(process.particleFlowDisplacedVertexCandidate)
384 process.merge_step.remove(process.particleFlowDisplacedVertex)
385 process.merge_step.remove(process.pfDisplacedTrackerVertex)
386 process.merge_step.remove(process.pfTrackElec)
387 process.merge_step.remove(process.electronsWithPresel)
388 process.merge_step.remove(process.mvaElectrons)
389 process.merge_step.remove(process.particleFlowBlock)
390 process.merge_step.remove(process.particleFlowEGamma)
391 process.merge_step.remove(process.gedGsfElectronCores)
393 process.merge_step.remove(process.gedPhotonCore)
394 process.merge_step.remove(process.ecalDrivenGsfElectronCores)
395 process.merge_step.remove(process.ecalDrivenGsfElectrons)
396 process.merge_step.remove(process.uncleanedOnlyElectronSeeds)
397 process.merge_step.remove(process.uncleanedOnlyAllConversions)
398 process.merge_step.remove(process.uncleanedOnlyPfTrack)
399 process.merge_step.remove(process.uncleanedOnlyPfTrackElec)
400 process.merge_step.remove(process.uncleanedOnlyGsfElectrons)
401 process.merge_step.remove(process.uncleanedOnlyElectronCkfTrackCandidates)
402 process.merge_step.remove(process.cosmicsVeto)
403 process.merge_step.remove(process.cosmicsVetoTrackCandidates)
408 process.merge_step.remove(process.hcalnoise)
409 process.merge_step.remove(process.lowPtGsfElectronTask)
410 process.merge_step.remove(process.gsfTracksOpenConversions)
412 process.load(
'CommonTools.ParticleFlow.genForPF2PAT_cff')
414 process.merge_step += process.genForPF2PATSequence
416 process.slimmingTask.remove(process.slimmedLowPtElectronsTask)
418 process.schedule.insert(0,process.merge_step)
425 return customiseMerging(process, changeProcessname=changeProcessname, reselect=
True)
430 process._Process__name =
"LHEembeddingCLEAN" 432 process =
customiseLHE(process,changeProcessname=
False,reselect=reselect)
441 if not hasattr(process,
"options"):
442 process.options = cms.untracked.PSet()
443 process.options.emptyRunLumiMode = cms.untracked.string(
'doNotHandleEmptyRunsAndLumis')
444 if not hasattr(process,
"bunchSpacingProducer"):
445 process.load(
'RecoLuminosity.LumiProducer.bunchSpacingProducer_cfi')
446 process.bunchSpacingProducer = process.bunchSpacingProducer.clone(overrideBunchSpacing =
True)
447 process.options.numberOfThreads = cms.untracked.uint32(1)
448 process.options.numberOfStreams = cms.untracked.uint32(0)
454 process.load(
"TauAnalysis.MCEmbeddingTools.DYToMuMuGenFilter_cfi")
455 process.ZToMuMuFilter = cms.Path(process.dYToMuMuGenFilter)
456 process.schedule.insert(-1,process.ZToMuMuFilter)
460 process.load(
"TauAnalysis.MCEmbeddingTools.TTbartoMuMuGenFilter_cfi")
461 process.MCFilter = cms.Path(process.TTbartoMuMuGenFilter)
465 process.schedule.insert(-1,process.MCFilter)
466 outputModulesList = [key
for key,value
in process.outputModules.items()]
467 for outputModule
in outputModulesList:
468 outputModule = getattr(process, outputModule)
469 outputModule.SelectEvents = cms.untracked.PSet(SelectEvents = cms.vstring(
"MCFilter"))
472 def fix_input_tags(process, formodules = ["generalTracks","cscSegments","dt4DSegments","rpcRecHits"]):
473 def change_tags_process(test_input):
474 if isinstance(test_input, cms.InputTag):
475 if test_input.getModuleLabel()
in formodules:
476 test_input.setProcessName(process._Process__name)
478 def search_for_tags(pset):
479 if isinstance(pset, dict):
481 if isinstance(pset[key], cms.VInputTag):
482 for akt_inputTag
in pset[key]:
483 change_tags_process(akt_inputTag)
484 elif isinstance(pset[key], cms.PSet):
485 search_for_tags(pset[key].__dict__)
486 elif isinstance(pset[key], cms.VPSet):
487 for akt_pset
in pset[key]:
488 search_for_tags(akt_pset.__dict__)
490 change_tags_process(pset[key])
492 print(
"must be python dict not a ",type(pset))
494 for module
in process.producers_():
495 search_for_tags(getattr(process, module).__dict__)
496 for module
in process.filters_():
497 search_for_tags(getattr(process, module).__dict__)
498 for module
in process.analyzers_():
499 search_for_tags(getattr(process, module).__dict__)
def customiseSelecting(process, reselect=False)
def customiseLHEandCleaning_Reselect(process)
def customiseSelecting_Reselect(process)
def keepCleaned()
Customizer for cleaining ###########################.
def customiseGenerator(process, changeProcessname=True, reselect=False)
Customizer for skimming ########################### There are four different parts.
def keepLHE()
Customizer for simulaton ###########################.
def customiseKeepPrunedGenParticles(process, reselect=False)
def keepMerged(dataTier="SELECT")
Customizer for merging ###########################.
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
def customiseFilterZToMuMu(process)
MC specific Customizer ###########################.
def customiseMerging(process, changeProcessname=True, reselect=False)
def fix_input_tags(process, formodules=["generalTracks", cscSegments, dt4DSegments, rpcRecHits)
def customiseMerging_Reselect(process, changeProcessname=True)
def customiseLHEandCleaning(process, reselect=False)
cross Customizers ###########################
def customiseMCFilter(process)
def __init__(self, module_name, manipulator_name, steps=["SELECT", CLEAN, SIM, MERGE, instance=[""], merge_prefix="")
def customisoptions(process)
additionla Customizer ###########################
def modify_outputModules(process, keep_drop_list=[], module_veto_list=[])
def customiseLHE(process, changeProcessname=True, reselect=False)
def keepSelected(dataTier)
Customizer for Selecting ###########################.
def customiseGenerator_Reselect(process)
def customiseCleaning(process, changeProcessname=True, reselect=False)
def customiseFilterTTbartoMuMu(process)