@@ -78,13 +78,13 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
7878 LOG (info) << " Sending an object to Production-CCDBMerge" ;
7979 sendOutputCcdbMerge (pc.outputs ());
8080 } else if (mOutputType .compare (" DCS" ) == 0 ) {
81- LOG (info) << " Sending an object to DCS-Merge" ;
82- sendOutputDcsMerge (ec.outputs ());
81+ LOG (info) << " Sending an object to DCS-Merge" ;
82+ sendOutputDcsMerge (ec.outputs ());
8383 } else {
84- LOG (info) << " Sending an object to Production-CCDB, Production-CCDB-Merge and DCS-Merge" ;
85- sendOutputCcdb (ec.outputs ());
86- sendOutputDcsMerge (ec.outputs ());
87- sendOutputCcdbMerge (ec.outputs ());
84+ LOG (info) << " Sending an object to Production-CCDB, Production-CCDB-Merge and DCS-Merge" ;
85+ sendOutputCcdb (ec.outputs ());
86+ sendOutputDcsMerge (ec.outputs ());
87+ sendOutputCcdbMerge (ec.outputs ());
8888 }
8989 pc.services ().get <ControlService>().readyToQuit (mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
9090 }
@@ -102,13 +102,13 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
102102 LOG (info) << " Sending an object to Production-CCDBMerge" ;
103103 sendOutputCcdbMerge (pc.outputs ());
104104 } else if (mOutputType .compare (" DCS" ) == 0 ) {
105- LOG (info) << " Sending an object to DCS-Merge" ;
106- sendOutputDcsMerge (ec.outputs ());
105+ LOG (info) << " Sending an object to DCS-Merge" ;
106+ sendOutputDcsMerge (ec.outputs ());
107107 } else {
108- LOG (info) << " Sending an object to Production-CCDB, Production-CCDB-Merge and DCS-Merge" ;
109- sendOutputCcdb (ec.outputs ());
110- sendOutputDcsMerge (ec.outputs ());
111- sendOutputCcdbMerge (ec.outputs ());
108+ LOG (info) << " Sending an object to Production-CCDB, Production-CCDB-Merge and DCS-Merge" ;
109+ sendOutputCcdb (ec.outputs ());
110+ sendOutputDcsMerge (ec.outputs ());
111+ sendOutputCcdbMerge (ec.outputs ());
112112 }
113113 pc.services ().get <ControlService>().readyToQuit (mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
114114 }
0 commit comments