Skip to content

Commit 93941d1

Browse files
committed
Please consider the following formatting changes
1 parent 5742a80 commit 93941d1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PWGLF/Tasks/Nuspex/angularCorrelationsInJets.cxx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,8 +1246,8 @@ struct AngularCorrelationsInJets {
12461246
template <typename U>
12471247
void fillHistogramsMC(U const& tracks)
12481248
{
1249-
std::vector<fastjet::PseudoJet> jetInput; // input for jet finder
1250-
std::map<int, typename U::iterator> particles; // all selected particles in event
1249+
std::vector<fastjet::PseudoJet> jetInput; // input for jet finder
1250+
std::map<int, typename U::iterator> particles; // all selected particles in event
12511251
jetInput.clear();
12521252
particles.clear();
12531253
int index = 0;
@@ -1882,4 +1882,5 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
18821882
{
18831883
return WorkflowSpec{
18841884
adaptAnalysisTask<AngularCorrelationsInJets>(cfgc)};
1885-
}
1885+
}
1886+

0 commit comments

Comments
 (0)