There was an error while loading. Please reload this page.
1 parent d2eb6f1 commit 98bc1f3Copy full SHA for 98bc1f3
1 file changed
DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/LookUpTable.h
@@ -215,7 +215,7 @@ class SingleLUT : public LUT
215
public:
216
static constexpr char sDetectorName[] = "FDD";
217
static constexpr char sDefaultCCDBpath[] = "http://ccdb-test.cern.ch:8080/";
218
- static constexpr char sDefaultLUTpath[] = "FV0/LookUpTable";
+ static constexpr char sDefaultLUTpath[] = "FDD/LookUpTable";
219
inline static std::string sCurrentCCDBpath = sDefaultCCDBpath;
220
inline static std::string sCurrentLUTpath = sDefaultLUTpath;
221
//Before instance() call, setup url and path
0 commit comments