You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configurable<bool> activateTHnSparseCosThStarJetAxis{"activateTHnSparseCosThStarJetAxis", true, "Activate the THnSparse with cosThStar w.r.t. production axis"};
82
78
Configurable<bool> activateTHnSparseCosThStarProduction{"activateTHnSparseCosThStarProduction", true, "Activate the THnSparse with cosThStar w.r.t. production axis"};
83
79
Configurable<bool> activatePartRecoDstar{"activatePartRecoDstar", false, "Activate the study of partly reconstructed D*+ -> D0 (-> KPiPi0) Pi decays"};
84
-
float invMassMin{0.f};
85
-
float invMassMax{1000.f};
86
80
87
81
/// Application of rapidity cut for reconstructed candidates
88
-
Configurable<float> maxAbsRapidityCut{"maxAbsRapidityCut", 999.f, "Max. value of reconstructed candidate rapidity (abs. value)"};
82
+
Configurable<float> absRapidityCandMax{"absRapidityCandMax", 999.f, "Max. value of reconstructed candidate rapidity (abs. value)"};
83
+
84
+
float invMassMin{0.f};
85
+
float invMassMax{1000.f};
86
+
float bkgRotationAngleStep{0.f};
87
+
uint8_t nMassHypos{0u};
89
88
90
89
// Tables for MC jet matching
91
90
using DstarJets = soa::Join<aod::DstarChargedJets, aod::DstarChargedJetConstituents>;
0 commit comments