Skip to content

Commit bfb092e

Browse files
committed
clangformat
1 parent 71753cd commit bfb092e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGUD/Tasks/flowCorrelationsUpc.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/// \author Mingrui Zhao (mingrui.zhao@cern.ch, mingrui.zhao@mail.labz0.org)
1515
/// copied from Thor Jensen (thor.kjaersgaard.jensen@cern.ch) and Debojit Sarkar (debojit.sarkar@cern.ch)
1616

17-
#include"TRandom3.h"
17+
#include "TRandom3.h"
1818
#include <vector>
1919

2020
#include "Framework/runDataProcessing.h"
@@ -196,7 +196,7 @@ struct FlowCorrelationsUpc {
196196
void fillCorrelations(TTracks tracks1, TTracks tracks2, float posZ, int system, float Nch) // function to fill the Output functions (sparse) and the delta eta and delta phi histograms
197197
{
198198

199-
int fSampleIndex = gRandom->Uniform(0, cfgSampleSize);
199+
int fSampleIndex = gRandom->Uniform(0, cfgSampleSize);
200200

201201
// loop over all tracks
202202
for (auto const& track1 : tracks1) {

0 commit comments

Comments
 (0)