Skip to content
Snippets Groups Projects
Commit 12a6b6ad authored by Kin Yip Fung's avatar Kin Yip Fung
Browse files

Correct L1 name for HLT_2mu6_bBmumuxv2_L1LFV_MU6

parent fcfb4cc3
Branches for_RKstar
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ bool PileupReweightingTool::passTriggerBeforePrescale(const TString& trigger) co ...@@ -116,7 +116,7 @@ bool PileupReweightingTool::passTriggerBeforePrescale(const TString& trigger) co
std::string trigger_hlt = trigger_str.substr(0, trigger_str.find(delimiter)); std::string trigger_hlt = trigger_str.substr(0, trigger_str.find(delimiter));
std::string trigger_l1 = trigger_str.erase(0, trigger_str.find(delimiter) +1); std::string trigger_l1 = trigger_str.erase(0, trigger_str.find(delimiter) +1);
if (trigger_l1 == "L1LFV-MU6") trigger_l1 = "L1_LFV-MU6"; //testing if (trigger_l1 == "L1LFV-MU6") trigger_l1 = "L1_LFV-MU6"; //Correct L1 name for HLT_2mu6_bBmumuxv2_L1LFV-MU6
ATH_MSG_DEBUG(" L1 string " << trigger_l1); ATH_MSG_DEBUG(" L1 string " << trigger_l1);
ATH_MSG_DEBUG(" HLT string " << trigger_hlt); ATH_MSG_DEBUG(" HLT string " << trigger_hlt);
......
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