Skip to content

Commit ec61362

Browse files
author
Niveditha Ramasubramanian
committed
fixing space issues
1 parent 3727951 commit ec61362

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
1+
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
22
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
33
// All rights not expressly granted are reserved.
44
//
@@ -100,13 +100,15 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
100100
LOG(info) << "Sending an object to Production-CCDB";
101101
sendOutputCcdb(pc.outputs());
102102
LOG(info) << "Sending an object to Production-CCDBMerge";
103-
sendOutputCcdbMerge(pc.outputs());
103+
sendOutputCcdbMerge(pc.outputs());
104104
} else if (mOutputType.compare("DCS") == 0) {
105105
LOG(info) << "Sending an object to DCS-CCDB";
106106
sendOutputDcs(pc.outputs());
107107
} else {
108108
LOG(info) << "Sending an object to Production-CCDB and DCS-CCDB";
109-
sendOutputCcdbDcs(pc.outputs());
109+
sendOutputCcdbDcs(pc.outputs());
110+
LOG(info) << "Sending an object to Production-CCDBMerge";
111+
sendOutputCcdbMerge(pc.outputs());
110112
}
111113
pc.services().get<ControlService>().readyToQuit(mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
112114
}

0 commit comments

Comments
 (0)