Skip to content

Commit f419f22

Browse files
authored
Fix formatting in jetBackgroundAnalysis.cxx
1 parent 702d2e2 commit f419f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGJE/Tasks/jetBackgroundAnalysis.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ struct JetBackgroundAnalysis {
142142
}
143143
}
144144
}
145-
registry.fill(HIST("h2_centrality_rhorandomconerandomtrackdirection"),centrality, randomConePt - o2::constants::math::PI * randomConeR * randomConeR * collision.rho());
145+
registry.fill(HIST("h2_centrality_rhorandomconerandomtrackdirection"), centrality, randomConePt - o2::constants::math::PI * randomConeR * randomConeR * collision.rho());
146146

147147
// removing the leading jet from the random cone
148148
if (jets.size() > 0) { // if there are no jets in the acceptance (from the jetfinder cuts) then there can be no leading jet
@@ -259,5 +259,5 @@ struct JetBackgroundAnalysis {
259259

260260
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
261261
{
262-
return WorkflowSpec{adaptAnalysisTask<JetBackgroundAnalysis>(cfgc)};
262+
return WorkflowSpec{adaptAnalysisTask<JetBackgroundAnalysis>(cfgc)};
263263
}

0 commit comments

Comments
 (0)