Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
victorvalenciatorres committed Oct 5, 2024
1 parent c0dc5b3 commit 564ff50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PWGDQ/Core/VarManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -3830,7 +3830,6 @@ void VarManager::FillQVectorFromGFW(C const& /*collision*/, A const& compA11, A
values[kCORR2REF] = std::isnan(values[kCORR2REF]) || std::isinf(values[kCORR2REF]) ? 0 : values[kCORR2REF];
values[kCORR4REF] = std::isnan(values[kCORR4REF]) || std::isinf(values[kCORR4REF]) ? 0 : values[kCORR4REF];


// TODO: provide different computations for R
// Compute the R factor using the 2 sub-events technique for second and third harmonic
// Compute event planes
Expand Down

0 comments on commit 564ff50

Please sign in to comment.