Skip to content

Commit 224c042

Browse files
Fix: removed whitespace from 4 lines
1 parent 5aed61e commit 224c042

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGJE/Tasks/hfFragmentationFunction.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ struct HfFragmentationFunction {
237237
PROCESS_SWITCH(HfFragmentationFunction, processDummy, "Dummy process function turned on by default", true);
238238

239239
template <typename TJets, typename TCandidates>
240-
void analyzeData(aod::JetCollision const& collision,
241-
TJets const& jets,
240+
void analyzeData(aod::JetCollision const& collision,
241+
TJets const& jets,
242242
TCandidates const&,
243243
aod::JetTracks const&)
244244
{
@@ -424,7 +424,7 @@ struct HfFragmentationFunction {
424424

425425
if (mcpjet.has_matchedJetCand()) {
426426
registry.fill(HIST("h_jet_counter"), 1.0);
427-
427+
428428
// loop over detector level matched to current particle level
429429
for (const auto& mcdjet : mcpjet.template matchedJetCand_as<TJetsMCD>()) {
430430
registry.fill(HIST("h_jet_counter"), 2.0);
@@ -462,7 +462,7 @@ struct HfFragmentationFunction {
462462
} else if (mcdcand.candidateSelFlag() & BIT(1)) { // CandidateSelFlag == BIT(1) -> selected as HFbar
463463
selectedAs = -1;
464464
}
465-
465+
466466
// store matched particle and detector level data in one single table (calculate angular distance in eta-phi plane on the fly)
467467
matchJetTable(jetutilities::deltaR(mcpjet, mcpcand), mcpjet.pt(), mcpjet.eta(), mcpjet.phi(), mcpjet.template tracks_as<aod::JetParticles>().size(), // particle level jet
468468
mcpcand.pt(), mcpcand.eta(), mcpcand.phi(), mcpcand.y(), (mcpcand.originMcGen() == RecoDecay::OriginType::Prompt), // particle level HF

0 commit comments

Comments
 (0)