Skip to content
Snippets Groups Projects
Commit 9622b825 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Fixing the Athena code of SUSYTools to compile correctly after

the update of the tau truth matching code.


Former-commit-id: af0b3c7aeac2b774a0e0327ce87e52182db89246
parent 26c763b1
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@
// Need truth matching for TauJet CP tools
namespace TauAnalysisTools {
class ITauTruthMatchingTool;
}
namespace tauRecTools {
class IBuildTruthTaus;
}
......
......@@ -16,8 +16,10 @@
#include "TStopwatch.h"
// Need truth matching for TauJet CP tools
namespace TauAnalysisTools {
namespace tauRecTools {
class IBuildTruthTaus;
}
namespace TauAnalysisTools {
class ITauTruthMatchingTool;
}
......
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