We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc88ca commit 2140a8dCopy full SHA for 2140a8d
1 file changed
PWGJE/Tasks/recoilJets.cxx
@@ -29,8 +29,8 @@
29
#include <Framework/Configurable.h>
30
#include <Framework/HistogramSpec.h>
31
#include <Framework/InitContext.h>
32
-#include <Framework/runDataProcessing.h>
33
#include <Framework/Logger.h>
+#include <Framework/runDataProcessing.h>
34
35
#include "TRandom3.h"
36
#include <TH1.h>
@@ -342,7 +342,7 @@ struct RecoilJets {
342
std::vector<double> vPhiOfTT;
343
double phiTT = 0.;
344
int nTT = 0;
345
- float pTHat = getPtHat(weight);
+ float pTHat = getPtHat(weight);
346
spectra.fill(HIST("ptHat"), pTHat, weight);
347
348
auto dice = rand->Rndm();
0 commit comments