Skip to content

Commit 68fb95f

Browse files
author
Niveditha Ramasubramanian
committed
whitespace and clang format
1 parent 1f6ae5d commit 68fb95f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGUD/Tasks/upcPolarisationJpsiIncoh.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,8 @@ struct UpcPolarisationJpsiIncoh {
208208
{
209209
float rAbs = fwdTrack.rAtAbsorberEnd();
210210
float pDca = fwdTrack.pDca();
211-
212211
float pt = RecoDecay::pt(fwdTrack.px(), fwdTrack.py());
213212
float eta = RecoDecay::eta(fwdTrack.px(), fwdTrack.py(), fwdTrack.pz());
214-
215213
if (eta < kEtaMin || eta > kEtaMax)
216214
return false;
217215
if (pt < kPtMin)

0 commit comments

Comments
 (0)