Skip to content

Commit 82ab2eb

Browse files
authored
Update flowEventPlane.cxx
Removed mass calculation for Lambda and AntiLambda.
1 parent 1e7622d commit 82ab2eb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

PWGCF/Flow/Tasks/flowEventPlane.cxx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,13 +1030,6 @@ struct FlowEventPlane {
10301030
// daugthers
10311031
auto postrack = v0.template posTrack_as<T>();
10321032
auto negtrack = v0.template negTrack_as<T>();
1033-
float mass = 0.;
1034-
1035-
if constexpr (part == kLambda) {
1036-
mass = v0.mLambda();
1037-
} else {
1038-
mass = v0.mAntiLambda();
1039-
}
10401033

10411034
// ctau
10421035
float ctau = v0.distovertotmom(col.posX(), col.posY(), col.posZ()) * MassLambda0;

0 commit comments

Comments
 (0)