Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored and shahor02 committed Sep 18, 2020
1 parent b9ae784 commit cab993b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Analysis/Tasks/PWGHF/HFTrackIndexSkimsCreator.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct SelectTracks {
array<float, 2> dca;
auto trackparvar0 = getTrackParCov(track);
bool isprop = trackparvar0.propagateParamToDCA(vtxXYZ, d_bz, &dca, 100.); // get impact parameters
if(!isprop)
if (!isprop)
status = 0;
if (abs(dca[0]) < dcatoprimxymin)
status = 0;
Expand Down

0 comments on commit cab993b

Please sign in to comment.