We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ad525 commit 49e67f8Copy full SHA for 49e67f8
1 file changed
PWGMM/Lumi/Tasks/lumiStabilityPP.cxx
@@ -249,14 +249,6 @@ struct LumiStabilityPP {
249
return (bc.timestamp() - mLHCIFdata->getFillNumberTime()) / 1e3 / 60; // Convert to minutes
250
}
251
252
- float getMu(double ntriggers, int nbc)
253
- {
254
- if (nbc == 0) {
255
- return 0.;
256
- }
257
- return -std::log(1.f - ntriggers / nbc);
258
259
-
260
template <int iTrigger, int iBCCategory>
261
void fillHistograms(float timeSinceSOF, int64_t localBC)
262
{
0 commit comments