Skip to content

Commit

Permalink
change mcYearForFatJets
Browse files Browse the repository at this point in the history
  • Loading branch information
Gourab Saha ([email protected]) committed Apr 15, 2022
1 parent 4ca9145 commit 4e9a82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BaseHHtobbWW.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ def addHLTPath(key,HLT):
smear = "Summer16_25nsV1_MC",
jesUncertaintySources = "Merged",
uncertaintiesFallbackJetType = "AK4PFchs",
#mcYearForFatJets = era if self.args.analysis == 'nonres' else None,
mcYearForFatJets = era if self.args.analysis == 'res' else None,
regroupTag = "V2",
enableSystematics = lambda v : not "jesTotal" in v,
mayWriteCache = isNotWorker,
Expand Down Expand Up @@ -793,7 +793,7 @@ def addHLTPath(key,HLT):
regroupTag = "V2",
enableSystematics = lambda v : not "jesTotal" in v,
uncertaintiesFallbackJetType = "AK4PFchs",
#mcYearForFatJets = era if self.args.analysis == 'nonres' else None,
mcYearForFatJets = era if self.args.analysis == 'res' else None,
mayWriteCache = isNotWorker,
isMC = self.is_MC,
backend = backend,
Expand Down

0 comments on commit 4e9a82f

Please sign in to comment.