Skip to content

Commit 731efaf

Browse files
AllaMaevskayashahor02
authored andcommitted
changed default CCDB path
1 parent bb28b10 commit 731efaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Detectors/FIT/FT0/workflow/include/FT0Workflow/ReconstructionSpec.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)