Skip to content

Commit 6c38aaf

Browse files
committed
clean old code
1 parent da17bba commit 6c38aaf

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

PhysicsTools/PatAlgos/python/slimming/metFilterPaths_cff.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,6 @@
6161
fastSim.toReplaceWith( manystripclus53X, _fake_bool.clone( result = False))
6262
fastSim.toReplaceWith( toomanystripclus53X, _fake_bool.clone( result = False))
6363
fastSim.toReplaceWith( logErrorTooManyClusters, _fake_bool.clone( result = False))
64-
#for X in CSCTightHaloFilter, CSCTightHaloTrkMuUnvetoFilter,CSCTightHalo2015Filter,globalTightHalo2016Filter,globalSuperTightHalo2016Filter,HcalStripHaloFilter:
65-
# fastSim.toReplaceWith( X, fake_bool.clone( result = True))
66-
#for X in manystripclus53X, toomanystripclus53X, logErrorTooManyClusters:
67-
# fastSim.toReplaceWith( X, fake_bool.clone( result = False))
68-
69-
#def miniAOD_customizeMETFiltersFastSim(process):
70-
# """Replace some MET filters that don't work in FastSim with trivial bools""
71-
# for X in 'CSCTightHaloFilter', 'CSCTightHaloTrkMuUnvetoFilter','CSCTightHalo2015Filter','globalTightHalo2016Filter','globalSuperTightHalo2016Filter','HcalStripHaloFilter':
72-
# process.globalReplace(X, cms.EDFilter("HLTBool", result=cms.bool(True)))
73-
# for X in 'manystripclus53X', 'toomanystripclus53X', 'logErrorTooManyClusters':
74-
# process.globalReplace(X, cms.EDFilter("HLTBool", result=cms.bool(False)))
75-
# return process
7664

7765
from Configuration.Eras.Modifier_phase2_common_cff import phase2_common
7866
phase2_common.toReplaceWith( Flag_trkPOG_manystripclus53X, cms.Path() )

0 commit comments

Comments
 (0)