Skip to content

Commit 49e67f8

Browse files
committed
Remove unused function
1 parent 72ad525 commit 49e67f8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

PWGMM/Lumi/Tasks/lumiStabilityPP.cxx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -249,14 +249,6 @@ struct LumiStabilityPP {
249249
return (bc.timestamp() - mLHCIFdata->getFillNumberTime()) / 1e3 / 60; // Convert to minutes
250250
}
251251

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-
260252
template <int iTrigger, int iBCCategory>
261253
void fillHistograms(float timeSinceSOF, int64_t localBC)
262254
{

0 commit comments

Comments
 (0)