Skip to content

Commit f23402b

Browse files
committed
Converter implemented for FITbit tables version 000 to 001; bug fix in the new FITbit table; formatting issues fixed
1 parent 530f646 commit f23402b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

PWGUD/Core/UDHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ inline void buildFT0FV0Words(TFT0 const& ft0, TFV0A const& fv0a,
563563

564564
constexpr int nChFT0A = 96;
565565
constexpr int nChFT0C = 112;
566-
constexpr int nChFV0A = 48;
566+
constexpr int nChFV0A = 48;
567567

568568
constexpr int kFT0AOffset = 0;
569569
constexpr int kFT0COffset = 96;

PWGUD/Tasks/upcTestFitBitMapping.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ struct UpcTestFITBitMapping {
4444

4545
constexpr int nChFT0A = 96;
4646
constexpr int nChFT0C = 112;
47-
constexpr int nChFV0A = 48;
47+
constexpr int nChFV0A = 48;
4848

4949
constexpr int kFT0AOffset = 0;
5050
constexpr int kFT0COffset = 96;
@@ -70,8 +70,8 @@ struct UpcTestFITBitMapping {
7070

7171
Configurable<int> useFV0AVeto{"useFV0AVeto", true, "Apply FV0-A total amplitude veto"};
7272
Configurable<float> cutFV0AmpAVeto{"cutFV0AmpAVeto", 50., "Maximum allowed FV0-A total amplitude for veto"};
73-
74-
Configurable<float> cutZvertex{"cutZvertex", 10., "z-vertex cut"};
73+
74+
Configurable<float> cutZvertex{"cutZvertex", 10., "z-vertex cut"};
7575

7676
struct OffsetXYZ {
7777
double x{0.}, y{0.}, z{0.};

0 commit comments

Comments
 (0)