Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DQMOffline/Trigger/python/BTaggingMonitor_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
phiBinning2D = [-3.1416,-1.8849,-0.6283,0.6283,1.8849,3.1416],
),
met = "pfMet", # pfMet
jets = "ak4PFJetsCHS", # ak4PFJets, ak4PFJetsCHS, ak4PFJets
jets = "ak4PFJetsPuppi", #ak4PFJetsCHS, ak4PFJets, ak4PFJetsCHS, ak4PFJets
electrons = "gedGsfElectrons", # while pfIsolatedElectronsEI are reco::PFCandidate !
muons = "muons", # while pfIsolatedMuonsEI are reco::PFCandidate !

btagAlgos = ['pfDeepCSVJetTags:probb', 'pfDeepCSVJetTags:probbb'],
btagAlgos = ["pfDeepFlavourJetTags:probb", "pfDeepFlavourJetTags:probbb","pfDeepFlavourJetTags:problepb"],
workingpoint = -1., #no cut applied

HTdefinition = 'pt>30 & abs(eta)<2.5',
Expand Down
4 changes: 3 additions & 1 deletion RecoBTag/Configuration/python/RecoBTag_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
pfGhostTrackVertexTagInfos,
pfGhostTrackBJetTags,
pfDeepCSVTask,
pfDeepFlavourTask,

# soft lepton tag infos and algos
softPFMuonsTagInfos,
Expand Down Expand Up @@ -94,7 +95,7 @@
## modifying b-tagging task in Run3 adding ParticleNet inferece
from Configuration.Eras.Modifier_run3_common_cff import run3_common
_pfBTaggingTask_run3 = cms.Task(
# Keep all the infos and DeepCSV
# Keep all the infos and DeepCSV and DeepFlavour
pfImpactParameterTagInfos,
pfTrackCountingHighEffBJetTags,
pfJetProbabilityBJetTags,
Expand All @@ -105,6 +106,7 @@
pfInclusiveSecondaryVertexFinderTagInfos,
pfGhostTrackVertexTagInfos,
pfDeepCSVTask,
pfDeepFlavourTask,

softPFMuonsTagInfos,
softPFElectronsTagInfos,
Expand Down