Skip to content

Commit 3281130

Browse files
committed
removed extra space
1 parent f4b700e commit 3281130

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

PWGLF/Tasks/QC/mcParticlePrediction.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,6 @@ struct McParticlePrediction {
529529
// Count id surviving the selection
530530
histos.fill(HIST("particles/idAfterPrimarySelection"), id);
531531

532-
533532
TParticlePDG* p = pdgDB->GetParticle(particle.pdgCode());
534533
if (p) {
535534
if (std::abs(p->Charge()) > chargetolerance) {
@@ -735,4 +734,4 @@ struct McParticlePrediction {
735734
PROCESS_SWITCH(McParticlePrediction, processReco, "Process the reco info", true);
736735
};
737736

738-
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) { return WorkflowSpec{adaptAnalysisTask<McParticlePrediction>(cfgc)}; }
737+
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) { return WorkflowSpec{adaptAnalysisTask<McParticlePrediction>(cfgc)}; }

0 commit comments

Comments
 (0)