File tree Expand file tree Collapse file tree
Detectors/TPC/workflow/include/TPCWorkflow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,7 +161,6 @@ class TPCFactorizeIDCSpec : public o2::framework::Task
161161 static constexpr header::DataDescription getDataDescriptionTimeStamp () { return header::DataDescription{" FOURIERTS" }; }
162162 static constexpr header::DataDescription getDataDescriptionIntervals () { return header::DataDescription{" INTERVALS" }; }
163163 static constexpr header::DataDescription getDataDescriptionIDCDelta () { return header::DataDescription{" IDCDELTA" }; }
164- static constexpr header::DataDescription getDataDescriptionFourier () { return header::DataDescription{" FOURIER" }; }
165164 static constexpr header::DataDescription getDataDescriptionLane () { return header::DataDescription{" IDCLANE" }; }
166165
167166 // for CCDB
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ class TPCFactorizeSACSpec : public o2::framework::Task
7979
8080 static constexpr header::DataDescription getDataDescriptionSAC1 () { return header::DataDescription{" SAC1" }; }
8181 static constexpr header::DataDescription getDataDescriptionTimeStamp () { return header::DataDescription{" FOURIERTSSAC" }; }
82- static constexpr header::DataDescription getDataDescriptionFourier () { return header::DataDescription{" FOURIER" }; }
8382 static constexpr header::DataDescription getDataDescriptionLane () { return header::DataDescription{" SACLANE" }; }
8483
8584 // for CCDB
You can’t perform that action at this time.
0 commit comments