Skip to content

Commit 2016156

Browse files
authored
Removed unnecessary LOGF
1 parent 7f40cdb commit 2016156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/bjetTreeCreator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ struct BJetTreeCreator {
556556

557557
if (produceTree) {
558558
bjetTracksParamsTable(bjetParamsTable.lastIndex() + 1, constituent.pt(), constituent.eta(), dotProduct, dotProduct / analysisJet.p(), deltaRJetTrack, std::abs(constituent.dcaXY()) * sign, constituent.sigmadcaXY(), std::abs(constituent.dcaZ()) * sign, constituent.sigmadcaZ(), constituent.sigmadcaXYZ(), constituent.p() / analysisJet.p(), 0.);
559-
}if(std::fabs(constituent.dcaZ())>2.f)LOGF(info, "Track DCAz: %f", constituent.dcaZ());
559+
}
560560
trackIndices.push_back(bjetTracksParamsTable.lastIndex());
561561
}
562562
}

0 commit comments

Comments
 (0)