Skip to content

Commit a7c2323

Browse files
committed
Remove unused mLabels containers
1 parent 4720c16 commit a7c2323

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Steer/DigitizerWorkflow/src/MCTruthSourceSpec.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class MCTruthSourceTask : public o2::framework::Task
7272
bool mFinished = false;
7373
int mSize = 0;
7474
bool mNew = false;
75-
o2::dataformats::MCTruthContainer<long> mLabels; // labels which get filled
7675
};
7776

7877
o2::framework::DataProcessorSpec getMCTruthSourceSpec(bool newmctruth)

Steer/DigitizerWorkflow/src/MCTruthWriterSpec.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ class MCTruthWriterTask : public o2::framework::Task
9797
bool mNew = false;
9898
bool mIO = false;
9999
int mID = 0;
100-
o2::dataformats::MCTruthContainer<long> mLabels; // labels which get filled
101100
};
102101

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

0 commit comments

Comments
 (0)