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<float> upmK0S{"upmK0S", 0.52, "Upper limit on K0Short mass"};
110
110
111
111
// Configurables on Phi mass
112
-
Configurable<int> nBins{"nBins", 50, "N bins in cfgPhimassaxis"};
112
+
Configurable<int> nBins{"nBins", 15, "N bins in cfgPhimassaxis"};
113
113
Configurable<std::vector<float>> lowmPhiInc{"lowmPhiInc", std::vector<float>{flowmPhiInc, flowmPhiInc + nMultBin}, "Lower limits on Phi mass Inclusive"};
114
114
Configurable<std::vector<float>> upmPhiInc{"upmPhiInc", std::vector<float>{fupmPhiInc, fupmPhiInc + nMultBin}, "Upper limits on Phi mass Inclusive"};
115
115
Configurable<std::vector<float>> lowmPhiFCut{"lowmPhiFCut", std::vector<float>{flowmPhiFCut, flowmPhiFCut + nMultBin}, "Lower limits on Phi mass First Cut"};
@@ -135,6 +135,7 @@ struct phik0shortanalysis {
135
135
Configurable<float> maxChi2ITS{"maxChi2ITS", 36.0f, "max chi2 per cluster ITS"};
136
136
Configurable<float> dcaxyMax{"dcaxyMax", 0.1f, "Maximum DCAxy to primary vertex"};
137
137
Configurable<float> dcazMax{"dcazMax", 0.1f, "Maximum DCAz to primary vertex"};
0 commit comments