Skip to content

Commit ced6e4d

Browse files
author
Niveditha Ramasubramanian
committed
whitespace and clang format
1 parent c8cfa18 commit ced6e4d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PWGUD/Tasks/upcPolarisationJPsiIncorr.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,9 @@ struct upcPolarisationJPsiIncorr {
104104
Configurable<int> nBinsPhi{"nBinsPhi", 600, "N bins in phi histo"};
105105
Configurable<float> lowPhi{"lowPhi", -Pi, "lower limit in phi histo"};
106106
Configurable<float> highPhi{"highPhi", Pi, "upper limit in phi histo"};
107-
// Analysis cuts
107+
// Analysis cuts
108108
Configurable<float> maxJpsiMass{"maxJpsiMass", 3.18, "Maximum of the jpsi peak for peak cut"};
109109
Configurable<float> minJpsiMass{"minJpsiMass", 3.0, "Minimum of the jpsi peak for peak cut"};
110-
111110
// my track type
112111
// 0 = MCH-MID-MFT
113112
// 1 = MCH-MID
@@ -301,7 +300,7 @@ struct upcPolarisationJPsiIncorr {
301300
registry.fill(HIST("hRapidity"), p.Rapidity());
302301
registry.fill(HIST("hPhi"), p.Phi());
303302

304-
dimuSel(cand.runNumber(),p.M(), p.Pt(), p.Rapidity(), p.Phi());
303+
dimuSel(cand.runNumber(), p.M(), p.Pt(), p.Rapidity(), p.Phi());
305304
}
306305
// PROCESS FUNCTION
307306
void processData(CandidatesFwd const& eventCandidates,

0 commit comments

Comments
 (0)