Skip to content

Commit 33648f2

Browse files
committed
Fix init() overload
1 parent 7872267 commit 33648f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGEM/Dilepton/Tasks/mcParticlePredictionsOTF.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ struct otfParticlePrediction {
3232
Configurable<float> maxEtaParticle{"maxEtaParticle", 5.f, "Max eta of particles considered"};
3333

3434
// init function
35-
void
36-
init()
35+
void init(InitContext&)
3736
{
3837

3938
const AxisSpec axisEta{binsEta, "#eta"};

0 commit comments

Comments
 (0)