Skip to content

Commit

Permalink
Merge pull request #11 from davignon/TauTagAndProbe_050218
Browse files Browse the repository at this point in the history
Configurable mass cut
  • Loading branch information
davignon authored Feb 5, 2018
2 parents 377def3 + 1298e94 commit cb9da0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TauTagAndProbe/test/test_SingleMu297050_TandP.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
isMC = False
useGenMatch = False
useCustomHLT = False
useMassCuts = False

process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff")
process.load("Configuration.StandardSequences.GeometryRecoDB_cff")
Expand Down Expand Up @@ -119,11 +120,11 @@
process.Ntuplizer.L2CaloJet_ForIsoPix_Collection = cms.InputTag("hltL2TausForPixelIsolation", "", "MYHLT")
process.Ntuplizer.L2CaloJet_ForIsoPix_IsoCollection = cms.InputTag("hltL2TauPixelIsoTagProducer", "", "MYHLT")

process.TagAndProbe.useMassCuts = cms.bool(useMassCuts)

if isMC and useGenMatch:
process.Ntuplizer.taus = cms.InputTag("genMatchedTaus")


if options.JSONfile:
print "Using JSON: " , options.JSONfile
process.source.lumisToProcess = LumiList.LumiList(filename = options.JSONfile).getVLuminosityBlockRange()
Expand Down

0 comments on commit cb9da0a

Please sign in to comment.