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 committed Aug 24, 2024
1 parent 881a82a commit 445d10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ALICE3/Core/FastTracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class FastTracker
float covMatFactor; // covmat off-diagonal factor to use for covmat fix (negative: no factor)
int verboseLevel; // 0: not verbose, >0 more verbose

uint64_t covMatOK; // cov mat has negative eigenvals
uint64_t covMatOK; // cov mat has negative eigenvals
uint64_t covMatNotOK; // cov mat has negative eigenvals

ClassDef(FastTracker, 1);
Expand Down

0 comments on commit 445d10c

Please sign in to comment.