Skip to content

Commit

Permalink
Fix the wrong ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjoo Seo committed Jun 14, 2023
1 parent b399d58 commit a637aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGDQ/reducedTree/AliReducedVarManager.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const Float_t AliReducedVarManager::fgkPairMass[AliReducedPairInfo::kNMaxCandida
1.11568, //ALambda
1.019455, // Phi
3.09691599, //Jpsi
5.27925, // B+-
3.686097, // psi(2S)
9.460300, //Upsilon
1.86962, // D+-
Expand All @@ -77,7 +76,8 @@ const Float_t AliReducedVarManager::fgkPairMass[AliReducedPairInfo::kNMaxCandida
1.86962, // D+-
1.86484, // D0
1.86962, // D+-
1.96850 // Ds
1.96850, // Ds
5.27925 // B+-
};

const Char_t* AliReducedVarManager::fgkTrackingStatusNames[AliReducedVarManager::kNTrackingStatus] = {
Expand Down

0 comments on commit a637aeb

Please sign in to comment.