Skip to content

Commit 5fc1ca0

Browse files
committed
Please consider the following formatting changes
1 parent 57f4ca5 commit 5fc1ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ struct LfV0qaanalysis {
359359
}
360360
}
361361

362-
const int posITSNhits = v0.posTrack_as<DauTracksMC>().itsNCls();
362+
const int posITSNhits = v0.posTrack_as<DauTracksMC>().itsNCls();
363363
const int negITSNhits = v0.negTrack_as<DauTracksMC>().itsNCls();
364364

365365
float ctauLambda = v0.distovertotmom(collision.posX(), collision.posY(), collision.posZ()) * o2::constants::physics::MassLambda0;

0 commit comments

Comments
 (0)