File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Detectors/ITSMFT/MFT/calibration/include/MFTCalibration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,17 +56,17 @@ class NoiseCalibratorSpec : public Task
5656 void sendOutputCcdbMerge (DataAllocator& output);
5757 void sendOutputCcdbDcs (DataAllocator& output);
5858 void sendOutputDcs (DataAllocator& output);
59+ void sendOutputDcsMerge (DataAllocator& output);
5960 void setOutputDcs (const o2::itsmft::NoiseMap& payload);
6061 o2::itsmft::NoiseMap mNoiseMap {936 };
6162 std::unique_ptr<CALIBRATOR> mCalibrator = nullptr ;
6263 std::shared_ptr<o2::base::GRPGeomRequest> mCCDBRequest ;
6364 std::string mPath ;
64- std::string mPathMerge ;
65+ std::string mPathSingle ;
6566 std::string mMeta ;
6667
6768 std::vector<std::array<int , 3 >> mNoiseMapForDcs ;
6869 std::string mPathDcs ;
69- std::string mPathDcsMerge ;
7070 std::string mOutputType ;
7171
7272 double mThresh ;
You can’t perform that action at this time.
0 commit comments