Skip to content

Commit 2bdd6f5

Browse files
author
sandeep dudi
committed
directives are removed
1 parent b3c3b5c commit 2bdd6f5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

PWGLF/Utils/svPoolCreator.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
#include "DCAFitter/DCAFitterN.h"
2323
#include "Framework/AnalysisDataModel.h"
2424

25-
using namespace o2;
26-
using namespace o2::constants;
27-
using namespace o2::framework;
28-
using namespace o2::framework::expressions;
2925
using std::array;
3026
using CollBracket = o2::math_utils::Bracket<int>;
3127

@@ -89,7 +85,7 @@ class svPoolCreator
8985
void appendTrackCand(const T& trackCand, const C& collisions, int pdgHypo, o2::aod::AmbiguousTracks const& ambiTracks, BC const&)
9086
{
9187
if (pdgHypo != track0Pdg && pdgHypo != track1Pdg) {
92-
LOG(debug) << "Wrong pdg hypothesis";
88+
LOGP(debug, "Wrong pdg hypothesis");
9389
return;
9490
}
9591
bool isDau0 = pdgHypo == track0Pdg;

0 commit comments

Comments
 (0)