Skip to content

Commit 04589f0

Browse files
committed
Please consider the following formatting changes
1 parent 702d2e2 commit 04589f0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

PWGJE/Tasks/jetBackgroundAnalysis.cxx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#include <cmath>
3737
#include <string>
3838
#include <vector>
39+
3940
#include <math.h>
4041

4142
using namespace o2;
@@ -142,7 +143,7 @@ struct JetBackgroundAnalysis {
142143
}
143144
}
144145
}
145-
registry.fill(HIST("h2_centrality_rhorandomconerandomtrackdirection"),centrality, randomConePt - o2::constants::math::PI * randomConeR * randomConeR * collision.rho());
146+
registry.fill(HIST("h2_centrality_rhorandomconerandomtrackdirection"), centrality, randomConePt - o2::constants::math::PI * randomConeR * randomConeR * collision.rho());
146147

147148
// removing the leading jet from the random cone
148149
if (jets.size() > 0) { // if there are no jets in the acceptance (from the jetfinder cuts) then there can be no leading jet
@@ -257,7 +258,7 @@ struct JetBackgroundAnalysis {
257258
PROCESS_SWITCH(JetBackgroundAnalysis, processBkgFluctuationsMCD, "QA for random cone estimation of background fluctuations in mcd", false);
258259
};
259260

260-
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
261-
{
262-
return WorkflowSpec{adaptAnalysisTask<JetBackgroundAnalysis>(cfgc)};
261+
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
262+
{
263+
return WorkflowSpec{adaptAnalysisTask<JetBackgroundAnalysis>(cfgc)};
263264
}

0 commit comments

Comments
 (0)