Skip to content

Commit 46dbe6b

Browse files
committed
ITSMFT: fix instantiation in namespace
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 00e49d9 commit 46dbe6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Detectors/ITSMFT/common/reconstruction/src/CTFCoder.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
/// \brief class for entropy encoding/decoding of ITS/MFT compressmed clusters data
1515

1616
#include "ITSMFTReconstruction/CTFCoder.h"
17-
#include "CommonUtils/StringUtils.h"
1817
#include <TTree.h>
1918

20-
using namespace o2::itsmft;
19+
namespace o2::itsmft
20+
{
2121

2222
///___________________________________________________________________________________
2323
// Register encoded data in the tree (Fill is not called, will be done by caller)
@@ -265,3 +265,4 @@ CompressedClusters CTFCoder<N>::decodeCompressedClusters(const CTF::base& ec, o2
265265

266266
template class CTFCoder<o2::detectors::DetID::ITS>;
267267
template class CTFCoder<o2::detectors::DetID::MFT>;
268+
} // namespace o2::itsmft

0 commit comments

Comments
 (0)