diff --git a/PWGLF/TableProducer/Strangeness/cascademlselection.cxx b/PWGLF/TableProducer/Strangeness/cascademlselection.cxx index 014dc81797e..aaf3dd1855b 100644 --- a/PWGLF/TableProducer/Strangeness/cascademlselection.cxx +++ b/PWGLF/TableProducer/Strangeness/cascademlselection.cxx @@ -18,7 +18,6 @@ #include "PWGLF/DataModel/LFStrangenessMLTables.h" #include "PWGLF/DataModel/LFStrangenessTables.h" - #include "PWGLF/Utils/CascadeMlResponse.h" #include @@ -223,8 +222,8 @@ struct cascademlselection { target[iBin].resize(nClasses); for (int iClass = 0; iClass < nClasses; iClass++) { target[iBin][iClass] = histos.add(Form("BDTScore/%s/pTbin%d/class%d", particleName.c_str(), iBin, iClass), - Form("%s BDT score, %.2f #leq p_{T} < %.2f GeV/c, class %d;BDT score;entries", particleName.c_str(), binsPt[iBin], binsPt[iBin + 1], iClass), - kTH1F, {{100, 0., 1.}}); + Form("%s BDT score, %.2f #leq p_{T} < %.2f GeV/c, class %d;BDT score;entries", particleName.c_str(), binsPt[iBin], binsPt[iBin + 1], iClass), + kTH1F, {{100, 0., 1.}}); } } }; diff --git a/PWGLF/Utils/CascadeMlResponse.h b/PWGLF/Utils/CascadeMlResponse.h index df00efdfa3b..576ca55446e 100644 --- a/PWGLF/Utils/CascadeMlResponse.h +++ b/PWGLF/Utils/CascadeMlResponse.h @@ -95,25 +95,25 @@ class CascadeMlResponse : public MlResponse return inputFeatures; } - protected: - void setAvailableInputFeatures() override - { - MlResponse::mAvailableInputFeatures = { - {"cascradius", static_cast(InputFeaturesCasc::cascradius)}, - {"v0radius", static_cast(InputFeaturesCasc::v0radius)}, - {"casccosPA", static_cast(InputFeaturesCasc::casccosPA)}, - {"v0cosPA", static_cast(InputFeaturesCasc::v0cosPA)}, - {"dcapostopv", static_cast(InputFeaturesCasc::dcapostopv)}, - {"dcanegtopv", static_cast(InputFeaturesCasc::dcanegtopv)}, - {"dcabachtopv", static_cast(InputFeaturesCasc::dcabachtopv)}, - {"dcacascdaughters", static_cast(InputFeaturesCasc::dcacascdaughters)}, - {"dcaV0daughters", static_cast(InputFeaturesCasc::dcaV0daughters)}, - {"dcav0topv", static_cast(InputFeaturesCasc::dcav0topv)}, - {"bachBaryonCosPA", static_cast(InputFeaturesCasc::bachBaryonCosPA)}, - {"bachBaryonDCAxyToPV", static_cast(InputFeaturesCasc::bachBaryonDCAxyToPV)}}; - } + protected: + void setAvailableInputFeatures() override + { + MlResponse::mAvailableInputFeatures = { + {"cascradius", static_cast(InputFeaturesCasc::cascradius)}, + {"v0radius", static_cast(InputFeaturesCasc::v0radius)}, + {"casccosPA", static_cast(InputFeaturesCasc::casccosPA)}, + {"v0cosPA", static_cast(InputFeaturesCasc::v0cosPA)}, + {"dcapostopv", static_cast(InputFeaturesCasc::dcapostopv)}, + {"dcanegtopv", static_cast(InputFeaturesCasc::dcanegtopv)}, + {"dcabachtopv", static_cast(InputFeaturesCasc::dcabachtopv)}, + {"dcacascdaughters", static_cast(InputFeaturesCasc::dcacascdaughters)}, + {"dcaV0daughters", static_cast(InputFeaturesCasc::dcaV0daughters)}, + {"dcav0topv", static_cast(InputFeaturesCasc::dcav0topv)}, + {"bachBaryonCosPA", static_cast(InputFeaturesCasc::bachBaryonCosPA)}, + {"bachBaryonDCAxyToPV", static_cast(InputFeaturesCasc::bachBaryonDCAxyToPV)}}; + } }; } // namespace o2::analysis -#endif // PWGLF_UTILS_CASCADEMLRESPONSE_H_ \ No newline at end of file +#endif // PWGLF_UTILS_CASCADEMLRESPONSE_H_