File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Detectors/FIT/FT0/workflow/include/FT0Workflow Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class ReconstructionDPL : public Task
4242
4343 private:
4444 bool mUseMC = false ;
45- const std::string mCCDBpath = " http://o2 -ccdb.internal/ " ;
45+ const std::string mCCDBpath = " http://alice -ccdb.cern.ch " ;
4646 std::vector<o2::ft0::RecPoints> mRecPoints ;
4747 std::vector<o2::ft0::ChannelDataFloat> mRecChData ;
4848 o2::ft0::CollisionTimeRecoTask mReco ;
@@ -51,7 +51,7 @@ class ReconstructionDPL : public Task
5151};
5252
5353// / create a processor spec
54- framework::DataProcessorSpec getReconstructionSpec (bool useMC = false , const std::string ccdbpath = " http://o2 -ccdb.internal/ " );
54+ framework::DataProcessorSpec getReconstructionSpec (bool useMC = false , const std::string ccdbpath = " http://alice -ccdb.cern.ch " );
5555
5656} // namespace ft0
5757} // namespace o2
You can’t perform that action at this time.
0 commit comments