Skip to content

Commit

Permalink
Remove unused mLabels containers
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrohr committed Sep 5, 2024
1 parent 4720c16 commit a7c2323
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Steer/DigitizerWorkflow/src/MCTruthSourceSpec.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class MCTruthSourceTask : public o2::framework::Task
bool mFinished = false;
int mSize = 0;
bool mNew = false;
o2::dataformats::MCTruthContainer<long> mLabels; // labels which get filled
};

o2::framework::DataProcessorSpec getMCTruthSourceSpec(bool newmctruth)
Expand Down
1 change: 0 additions & 1 deletion Steer/DigitizerWorkflow/src/MCTruthWriterSpec.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ class MCTruthWriterTask : public o2::framework::Task
bool mNew = false;
bool mIO = false;
int mID = 0;
o2::dataformats::MCTruthContainer<long> mLabels; // labels which get filled
};

o2::framework::DataProcessorSpec getMCTruthWriterSpec(int id, bool doio, bool newmctruth)
Expand Down

0 comments on commit a7c2323

Please sign in to comment.