Skip to content

Commit 98bc1f3

Browse files
afursshahor02
authored andcommitted
Update LookUpTable.h
1 parent d2eb6f1 commit 98bc1f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD

DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/LookUpTable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class SingleLUT : public LUT
215215
public:
216216
static constexpr char sDetectorName[] = "FDD";
217217
static constexpr char sDefaultCCDBpath[] = "http://ccdb-test.cern.ch:8080/";
218-
static constexpr char sDefaultLUTpath[] = "FV0/LookUpTable";
218+
static constexpr char sDefaultLUTpath[] = "FDD/LookUpTable";
219219
inline static std::string sCurrentCCDBpath = sDefaultCCDBpath;
220220
inline static std::string sCurrentLUTpath = sDefaultLUTpath;
221221
//Before instance() call, setup url and path

0 commit comments

Comments
 (0)