Skip to content
Snippets Groups Projects

MuonCombinedBaseTools: Remove some useless comments that could be confused with conflict markers.

1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
@@ -13,7 +13,6 @@
// (c) ATLAS Combined Muon software
//////////////////////////////////////////////////////////////////////////////
//<<<<<< INCLUDES >>>>>>
#include "MuonCombinedToolInterfaces/IMuonCombinedTagTool.h"
#include "MuonCombinedEvent/InDetCandidate.h"
@@ -42,7 +41,6 @@
namespace MuonCombined {
//<<<<<< CLASS STRUCTURE INITIALIZATION >>>>>>
MuonCaloTagTool::MuonCaloTagTool (const std::string& type, const std::string& name, const IInterface* parent)
: AthAlgTool(type, name, parent),
@@ -92,7 +90,6 @@ namespace MuonCombined {
MuonCaloTagTool::~MuonCaloTagTool()
{}
//<<<<<< PUBLIC MEMBER FUNCTION DEFINITIONS >>>>>>
StatusCode MuonCaloTagTool::initialize() {
Loading