Skip to content

Commit

Permalink
Add PNET and keep DeepJet
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketkhanal committed May 20, 2024
1 parent 8172c9f commit de7916c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DQMOffline/Trigger/python/BTaggingMonitoring_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
)

BTagMu_AK4DiJet20_Mu5_DeepJet = hltBTVmonitoring.clone(
FolderName = 'HLT/BTV/BTagMu_DiJet/BTagMu_AK4DiJet20_Mu5_DeepJet',
FolderName = 'HLT/BTV/BTagMu_DiJet/AK4DiJet20_Mu5_DeepJet',
nmuons = 1,
nelectrons = 0,
njets = 2,
Expand All @@ -41,7 +41,7 @@
)

BTagMu_AK4DiJet40_Mu5_DeepJet = hltBTVmonitoring.clone(
FolderName = 'HLT/BTV/BTagMu_DiJet/BTagMu_AK4DiJet40_Mu5_DeepJet',
FolderName = 'HLT/BTV/BTagMu_DiJet/AK4DiJet40_Mu5_DeepJet',
nmuons = 1,
nelectrons = 0,
njets = 2,
Expand All @@ -65,7 +65,7 @@
)

BTagMu_AK4DiJet70_Mu5_DeepJet = hltBTVmonitoring.clone(
FolderName = 'HLT/BTV/BTagMu_DiJet/BTagMu_AK4DiJet70_Mu5_DeepJet',
FolderName = 'HLT/BTV/BTagMu_DiJet/AK4DiJet70_Mu5_DeepJet',
nmuons = 1,
nelectrons = 0,
njets = 2,
Expand All @@ -88,7 +88,7 @@
)

BTagMu_AK4DiJet110_Mu5_DeepJet = hltBTVmonitoring.clone(
FolderName = 'HLT/BTV/BTagMu_DiJet/BTagMu_AK4DiJet110_Mu5_DeepJet',
FolderName = 'HLT/BTV/BTagMu_DiJet/AK4DiJet110_Mu5_DeepJet',
nmuons = 1,
nelectrons = 0,
njets = 2,
Expand All @@ -111,7 +111,7 @@
)

BTagMu_AK4DiJet170_Mu5_DeepJet = hltBTVmonitoring.clone(
FolderName = 'HLT/BTV/BTagMu_DiJet/BTagMu_AK4DiJet170_Mu5_DeepJet',
FolderName = 'HLT/BTV/BTagMu_DiJet/AK4DiJet170_Mu5_DeepJet',
nmuons = 1,
nelectrons = 0,
njets = 2,
Expand Down

0 comments on commit de7916c

Please sign in to comment.