File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const& configcontext)
6565 auto isExtendedMode = configcontext.options ().get <bool >(" tcm-extended-mode" );
6666 auto disableRootOut = configcontext.options ().get <bool >(" disable-root-output" );
6767 auto askSTFDist = !configcontext.options ().get <bool >(" ignore-dist-stf" );
68+ o2::conf::ConfigurableParam::updateFromString (configcontext.options ().get <std::string>(" configKeyValues" ));
6869 LOG (info) << " WorkflowSpec FLPWorkflow" ;
6970 // Type aliases
7071 // using RawReaderFDDtrgInput = o2::fit::RawReaderFIT<o2::fdd::RawReaderFV0BaseNorm,true>;
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const& configcontext)
6565 auto isExtendedMode = configcontext.options ().get <bool >(" tcm-extended-mode" );
6666 auto disableRootOut = configcontext.options ().get <bool >(" disable-root-output" );
6767 auto askSTFDist = !configcontext.options ().get <bool >(" ignore-dist-stf" );
68+ o2::conf::ConfigurableParam::updateFromString (configcontext.options ().get <std::string>(" configKeyValues" ));
6869 LOG (info) << " WorkflowSpec FLPWorkflow" ;
6970 // Type aliases
7071 // using RawReaderFT0trgInput = o2::fit::RawReaderFIT<o2::ft0::RawReaderFT0BaseNorm,true>;
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ WorkflowSpec defineDataProcessing(ConfigContext const& configcontext)
4646 LOG (info) << " WorkflowSpec defineDataProcessing" ;
4747 // Update the (declared) parameters if changed from the command line
4848 o2::conf::ConfigurableParam::updateFromString (configcontext.options ().get <std::string>(" configKeyValues" ));
49- LOG (info) << " ccdbpath " << configcontext.options ().get <std::string>(" ccdb-path-ft0" );
5049
5150 // write the configuration used for the digitizer workflow
5251 o2::conf::ConfigurableParam::writeINI (" o2-ft0-recoflow_configuration.ini" );
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const& configcontext)
6565 auto isExtendedMode = configcontext.options ().get <bool >(" tcm-extended-mode" );
6666 auto disableRootOut = configcontext.options ().get <bool >(" disable-root-output" );
6767 auto askSTFDist = !configcontext.options ().get <bool >(" ignore-dist-stf" );
68+ o2::conf::ConfigurableParam::updateFromString (configcontext.options ().get <std::string>(" configKeyValues" ));
6869 // Type aliases
6970 // using RawReaderFV0trgInput = o2::fit::RawReaderFIT<o2::fv0::RawReaderFV0BaseNorm,true>;
7071 using RawReaderFV0 = o2::fit::RawReaderFIT<o2::fv0::RawReaderFV0BaseNorm, false >;
Original file line number Diff line number Diff line change @@ -209,7 +209,6 @@ constexpr int DbgFull = 3;
209209
210210const std::string CCDBPathConfigSim = " ZDC/Config/Sim" ;
211211const std::string CCDBPathConfigModule = " ZDC/Config/Module" ;
212- const std::string CCDBPathConfigReco = " ZDC/Calib/RecoParam" ;
213212const std::string CCDBPathRecoConfigZDC = " ZDC/Calib/RecoConfigZDC" ;
214213const std::string CCDBPathTDCCalib = " ZDC/Calib/TDCCalib" ;
215214const std::string CCDBPathEnergyCalib = " ZDC/Calib/EnergyCalib" ;
You can’t perform that action at this time.
0 commit comments