Skip to content

Commit 4f66c51

Browse files
committed
Solved linter errors
1 parent 4aebcc4 commit 4f66c51

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGLF/Tasks/Resonances/higherMassResonances.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ struct HigherMassResonances {
213213

214214
// variables declaration
215215
float multiplicity = 0.0f;
216-
float theta2;
216+
float theta2 -= 0.0f;
217217
ROOT::Math::PxPyPzMVector daughter1, daughter2, daughterRot, daughterRotCM, mother, motherRot, fourVecDauCM, fourVecDauCM1, mother2, mother3;
218218
ROOT::Math::PxPyPzEVector mother1;
219219
ROOT::Math::XYZVector randomVec, beamVec, normalVec;
@@ -228,9 +228,9 @@ struct HigherMassResonances {
228228
bool isMix = false;
229229

230230
EventPlaneHelper helperEP;
231-
int detId;
232-
int refAId;
233-
int refBId;
231+
int detId = 0;
232+
int refAId = 0;
233+
int refBId = 0;
234234
float minQvecAmp = 1e-5;
235235

236236
void init(InitContext const&)

0 commit comments

Comments
 (0)