We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ee3b8 commit f23aa72Copy full SHA for f23aa72
Detectors/FIT/FV0/workflow/src/ReconstructionSpec.cxx
@@ -42,6 +42,7 @@ void ReconstructionDPL::run(ProcessingContext& pc)
42
{
43
mTimer.Start(false);
44
mRecPoints.clear();
45
+ mRecChData.clear();
46
auto digits = pc.inputs().get<gsl::span<o2::fv0::Digit>>("digits");
47
auto digch = pc.inputs().get<gsl::span<o2::fv0::ChannelData>>("digch");
48
// RS: if we need to process MC truth, uncomment lines below
0 commit comments