diff --git a/NanoAnalysis/python/RecoProbFiller.py b/NanoAnalysis/python/RecoProbFiller.py index 6a6e5a54ecd..2e4451430b7 100644 --- a/NanoAnalysis/python/RecoProbFiller.py +++ b/NanoAnalysis/python/RecoProbFiller.py @@ -30,7 +30,6 @@ def beginFile(self, inputFile, outputFile, inputTree, wrappedOutputTree): def analyze(self, event): - if event.nZZCand==0: return True cands = Collection(event, 'ZZCand') leps = Collection(event, 'Lepton') fsrPhotons = Collection(event, "FsrPhoton")