Skip to content

Commit 2140a8d

Browse files
committed
Please consider the following formatting changes
1 parent 8fc88ca commit 2140a8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGJE/Tasks/recoilJets.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
#include <Framework/Configurable.h>
3030
#include <Framework/HistogramSpec.h>
3131
#include <Framework/InitContext.h>
32-
#include <Framework/runDataProcessing.h>
3332
#include <Framework/Logger.h>
33+
#include <Framework/runDataProcessing.h>
3434

3535
#include "TRandom3.h"
3636
#include <TH1.h>
@@ -342,7 +342,7 @@ struct RecoilJets {
342342
std::vector<double> vPhiOfTT;
343343
double phiTT = 0.;
344344
int nTT = 0;
345-
float pTHat = getPtHat(weight);
345+
float pTHat = getPtHat(weight);
346346
spectra.fill(HIST("ptHat"), pTHat, weight);
347347

348348
auto dice = rand->Rndm();

0 commit comments

Comments
 (0)