File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments