Skip to content

Commit d9b404c

Browse files
committed
Please consider the following formatting changes
1 parent c3c44e4 commit d9b404c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

PWGDQ/Core/VarManager.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6765,7 +6765,9 @@ void VarManager::FillDileptonTrackTrackVertexing(C const& collision, T1 const& l
67656765
values[kVertexingTauxyProjectedNs] = values[kVertexingTauxyProjected] / o2::constants::physics::LightSpeedCm2NS;
67666766
values[kVertexingTauzProjected] = values[kVertexingLzProjected] * KFGeoFourProng.GetMass() / TMath::Abs(KFGeoFourProng.GetPz());
67676767
values[kKFChi2OverNDFGeo] = KFGeoFourProng.GetChi2() / KFGeoFourProng.GetNDF();
6768-
} else {
6768+
}
6769+
else
6770+
{
67696771
return;
67706772
}
67716773
}

0 commit comments

Comments
 (0)