Skip to content

Commit 7c97d71

Browse files
nivram-phyNiveditha Ramasubramanianalibuild
authored
Merge noise branch (#13992)
* Adding functionalities to produced merged noise map objects * Adding functionalities to produced merged noise map objects * Clang format * Fixing typo * fixing typos * Please consider the following formatting changes * fixing typos * Please consider the following formatting changes * fixing typos in copyright issue notice * making small changes to make code more stable * fixing typos * Please consider the following formatting changes * modifying checks on validtime * modifying checks on validtime * Adding ccdbmerged object to the right call function * fixing space issues * fixing space issues * fixing space issues * fixing space issues * copyright header issue * clang format issue * Update NoiseCalibratorSpec.cxx --------- Co-authored-by: Niveditha Ramasubramanian <nramasubramanian@lyoalice02.local> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 5cecce8 commit 7c97d71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
8383
} else {
8484
LOG(info) << "Sending an object to Production-CCDB and DCS-CCDB";
8585
sendOutputCcdbDcs(pc.outputs());
86+
LOG(info) << "Sending an object to Production-CCDBMerge";
87+
sendOutputCcdbMerge(pc.outputs());
8688
}
8789
pc.services().get<ControlService>().readyToQuit(mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
8890
}
@@ -105,6 +107,8 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
105107
} else {
106108
LOG(info) << "Sending an object to Production-CCDB and DCS-CCDB";
107109
sendOutputCcdbDcs(pc.outputs());
110+
LOG(info) << "Sending an object to Production-CCDBMerge";
111+
sendOutputCcdbMerge(pc.outputs());
108112
}
109113
pc.services().get<ControlService>().readyToQuit(mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
110114
}

0 commit comments

Comments
 (0)