# | Line 97 | Line 97 | class Tuple(object) : | |
---|---|---|
97 | bTags = cms.vstring(self.options.btags), | |
98 | pfInfo = cms.bool(True), | |
99 | genInfo = cms.bool( not self.options.isData), | |
100 | < | jetResolutionFile = cms.string(jetResFile), |
100 | > | jetResolutionFile = cms.string(jetResFile.split('/')[-1]), |
101 | ||
102 | # https://twiki.cern.ch/twiki/bin/view/CMS/JetResolution | |
103 | resolutionRatioBins = cms.vdouble(0.0, 0.5, 1.1, 1.7, 2.3, 5.0), |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |