Skip to content
Snippets Groups Projects

TauAnalysisTools: new tau trigger scale factors

Merged Michael Hubner requested to merge mihuebne/athena:21.2-TriggerSFinTAT into 21.2
Files
5
@@ -544,6 +544,11 @@ void CommonEfficiencyTool::ReadInputs(TFile& fFile)
m_fY = &finalTauAbsEta;
ATH_MSG_DEBUG("using absolute tau eta for y-axis");
}
else if (sTitle == "mu")
{
m_fY = &average_mu;
ATH_MSG_DEBUG("using average mu for y-axis");
}
else if (sTitle == "truth |eta|")
{
m_fY = &truthTauAbsEta;
Loading