Skip to content
Snippets Groups Projects
Commit 94e4e182 authored by Christian Nass's avatar Christian Nass
Browse files

Update Monitoring with new b-jet container name

parent 2bf65889
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!31712Flavour-tagging implementation at trigger-level (AFT-485)
......@@ -31,7 +31,7 @@ def JetTagCalibCfg(ConfigFlags, scheme="", TaggerList = [], **kwargs):
newChannel = kwargs.get("NewChannel")
if newChannel:
CalibrationChannelAliases.append(newChannel)
CalibrationChannelAliases+=newChannel
#IP2D
grades= ConfigFlags.BTagging.Grades
......
......@@ -66,7 +66,7 @@ class HLTBjetMonTool : public IHLTMonTool {
std::map<std::string,std::string> m_Chain2Dir;
std::vector<std::string> m_Shifter_jSplit, m_Expert_jSplit, m_Shifter_jUnSplit, m_Expert_jUnSplit, m_Shifter_mujet, m_Expert_mujet;
Gaudi::Property<std::string> m_onlineBjetContainerKey {this,"OnlineBJetContainerKey","HLT_GSCJet",
Gaudi::Property<std::string> m_onlineBjetContainerKey {this,"OnlineBJetContainerKey","HLT_bJets",
"The SG key of the online BJet container from the TriggerEDMRun3"};
SG::ReadHandleKey<xAOD::VertexContainer> m_offlineVertexContainerKey {this,"OfflineVertexContainerName","PrimaryVertices","Key of offline primary vertexes"};
......
......@@ -25,7 +25,7 @@ class TrigBjetMonitorAlgorithm : public AthMonitorAlgorithm {
private:
// Gaudi::Property<bool> m_doRandom {this,"RandomHist",false};
Gaudi::Property<bool> m_doRandom {this,"RandomHist",true};
Gaudi::Property<std::string> m_onlineBjetContainerKey {this,"OnlineBJetContainerKey","HLT_GSCJet",
Gaudi::Property<std::string> m_onlineBjetContainerKey {this,"OnlineBJetContainerKey","HLT_bJets",
"The SG key of the online BJet container from the TriggerEDMRun3"};
// const std::vector<std::string> m_allChains;
std::vector<std::string> m_allChains;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment