We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed83bdf commit 5b676e5Copy full SHA for 5b676e5
1 file changed
PWGCF/FemtoUniverse/DataModel/FemtoDerived.h
@@ -75,7 +75,7 @@ enum ParticleType {
75
kNParticleTypes //! Number of particle types
76
};
77
78
-static constexpr std::string_view ParticleTypeName[kNParticleTypes] = {"Tracks", "MCTruthTracks", "V0", "V0Child", "Cascade", "CascadeV0Child,", "CascadeBachelor", "Phi", "PhiChild", "D0", "D0Child"}; //! Naming of the different particle types
+static constexpr std::string_view ParticleTypeName[kNParticleTypes] = {"Tracks", "MCTruthTracks", "V0", "V0Child", "Cascade", "CascadeV0Child", "CascadeBachelor", "Phi", "PhiChild", "D0", "D0Child"}; //! Naming of the different particle types
79
static constexpr std::string_view TempFitVarName[kNParticleTypes] = {"/hDCAxy", "/hPDGvspT", "/hCPA", "/hDCAxy", "/hCPA", "/hDCAxy", "/hInvMass", "/hDCAxy", "/hInvMass", "/hDCAxy"};
80
81
using CutContainerType = uint32_t; //! Definition of the data type for the bit-wise container for the different selection criteria
0 commit comments