@@ -142,7 +142,8 @@ struct StrangenessInJets {
142142 Configurable<float > deltaMassLambda{" deltaMassLambda" , 0 .02f , " Mass window for Lambda inclusion" };
143143
144144 // List of Particles
145- enum Option { kV0Particles , kCascades };
145+ enum Option { kV0Particles ,
146+ kCascades };
146147
147148 // Instantiate utility class for jet background subtraction
148149 JetBkgSubUtils backgroundSub;
@@ -256,7 +257,6 @@ struct StrangenessInJets {
256257 registryMC.add (" Lambda_reconstructed_ue_incl" , " Lambda_reconstructed_ue_incl" , HistType::kTH2F , {multBinning, ptAxis});
257258 registryMC.add (" AntiLambda_reconstructed_jet_incl" , " AntiLambda_reconstructed_jet_incl" , HistType::kTH2F , {multBinning, ptAxis});
258259 registryMC.add (" AntiLambda_reconstructed_ue_incl" , " AntiLambda_reconstructed_ue_incl" , HistType::kTH2F , {multBinning, ptAxis});
259- }
260260 }
261261 }
262262
@@ -738,8 +738,8 @@ struct StrangenessInJets {
738738
739739 // Process data
740740 void processData (SelCollisions::iterator const & collision, aod::V0Datas const & fullV0s,
741- aod::CascDataExt const & Cascades, DaughterTracks const & tracks,
742- aod::BCsWithTimestamps const &)
741+ aod::CascDataExt const & Cascades, DaughterTracks const & tracks,
742+ aod::BCsWithTimestamps const &)
743743 {
744744 // Fill event counter before event selection
745745 registryData.fill (HIST (" number_of_events_data" ), 0.5 );
@@ -1259,7 +1259,7 @@ struct StrangenessInJets {
12591259 }
12601260 }
12611261
1262- // Fill inclusive spectra
1262+ // Fill inclusive spectra
12631263 // K0s
12641264 if (passedK0ShortSelection (v0, pos, neg) && pdgParent == kK0Short ) {
12651265 if (deltaRjet < rJet) {
0 commit comments