1616#ifndef PWGCF_FEMTOUNIVERSE_DATAMODEL_FEMTODERIVED_H_
1717#define PWGCF_FEMTOUNIVERSE_DATAMODEL_FEMTODERIVED_H_
1818
19- #include < cmath>
20- #include " Framework/ASoA.h"
21- #include " MathUtils/Utils.h"
22- #include " Framework/DataTypes.h"
2319#include " Common/DataModel/Multiplicity.h"
20+ #include " Common/DataModel/PIDResponse.h"
21+ #include " Common/DataModel/TrackSelectionTables.h"
22+
23+ #include " Framework/ASoA.h"
2424#include " Framework/AnalysisDataModel.h"
25+ #include " Framework/DataTypes.h"
2526#include " Framework/Expressions.h"
26- #include " Common/DataModel/TrackSelectionTables.h"
27- #include " Common/DataModel/PIDResponse.h"
27+ #include " MathUtils/Utils.h"
28+
29+ #include < cmath>
2830
2931namespace o2 ::aod
3032{
@@ -64,6 +66,7 @@ enum ParticleType {
6466 kV0 , // ! V0
6567 kV0Child , // ! Child track of a V0
6668 kCascade , // ! Cascade
69+ kCascadeV0Child , // ! Child track of a V0 coming from a cascade
6770 kCascadeBachelor , // ! Bachelor track of a cascade
6871 kPhi , // ! Phi meson
6972 kPhiChild , // ! Child track of a Phi meson
@@ -72,7 +75,7 @@ enum ParticleType {
7275 kNParticleTypes // ! Number of particle types
7376};
7477
75- static constexpr std::string_view ParticleTypeName[kNParticleTypes ] = {" Tracks" , " MCTruthTracks" , " V0" , " V0Child" , " Cascade" , " CascadeBachelor" , " Phi" , " PhiChild" , " D0" , " D0Child" }; // ! Naming of the different particle types
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
7679static constexpr std::string_view TempFitVarName[kNParticleTypes ] = {" /hDCAxy" , " /hPDGvspT" , " /hCPA" , " /hDCAxy" , " /hCPA" , " /hDCAxy" , " /hInvMass" , " /hDCAxy" , " /hInvMass" , " /hDCAxy" };
7780
7881using CutContainerType = uint32_t ; // ! Definition of the data type for the bit-wise container for the different selection criteria
0 commit comments