Skip to content
Snippets Groups Projects
Commit 6f5530f2 authored by Timothee Theveneaux-Pelzer's avatar Timothee Theveneaux-Pelzer :vulcan:
Browse files

Removing useless comments

parent 3afe4035
1 merge request!39426AnalysisTop: Implementation of anti-muon shape systematics - ANALYSISTO-1044
......@@ -11,9 +11,7 @@ namespace top {
m_ptcut(ptcut),
m_muonSelectionTool("CP::MuonSelectionTool"),
m_isolation(isolation) {
//m_muonSelectionToolLoose("CP::MuonSelectionToolLoose")
top::check(m_muonSelectionTool.retrieve(), "Failed to retrieve muonSelectionTool");
// top::check( m_muonSelectionToolLoose.retrieve() , "Failed to retrieve muonSelectionToolLoose" );
}
bool AntiMuonMC15::passSelection(const xAOD::Muon& mu) const {
......
......@@ -53,7 +53,6 @@ namespace top {
///Proper tool to select muons.
ToolHandle<CP::IMuonSelectionTool> m_muonSelectionTool;
// ToolHandle<CP::IMuonSelectionTool> m_muonSelectionToolLoose;
///Isolation tool, can be nullptr meaning "no isolation requirement"
std::unique_ptr<top::AntiMuonIsolation> m_isolation;
......
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