Skip to content

Commit 0c5bf80

Browse files
author
Niveditha Ramasubramanian
committed
adding some definitions in NoiseCalibratorSpec.h
1 parent bcd34bb commit 0c5bf80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Detectors/ITSMFT/MFT/calibration/include/MFTCalibration/NoiseCalibratorSpec.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)