File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -377,15 +377,10 @@ void RawTask::monitorData(o2::framework::ProcessingContext& ctx)
377377 for (Int_t i = 0 ; i < NFEESM ; i++)
378378 nchannels[i] = 0 ;
379379
380- // Accept only descriptor RAWDATA, discard FLP/SUBTIMEFRAME
381- std::cout << " Found " << ctx.inputs ().size () << " inputs" << std::endl;
382-
383380 auto posReadout = ctx.inputs ().getPos (" readout" );
384381 auto nslots = ctx.inputs ().getNofParts (posReadout);
385382 for (decltype (nslots) islot = 0 ; islot < nslots; islot++) {
386383 auto rawData = ctx.inputs ().getByPos (posReadout, islot);
387- auto datahead = framework::DataRefUtils::getHeader<header::DataHeader*>(rawData);
388- std::cout << " Next input " << rawData.spec ->binding << " " << datahead->dataOrigin .str << " /" << datahead->dataDescription .str << " , subspec " << datahead->subSpecification << std::endl;
389384 // get message header
390385 if (rawData.header != nullptr && rawData.payload != nullptr ) {
391386 const auto * header = header::get<header::DataHeader*>(rawData.header );
You can’t perform that action at this time.
0 commit comments