Skip to content

Commit 73ac089

Browse files
committed
Temporarily restore old method to not crash the QC
1 parent f592208 commit 73ac089

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • DataFormats/Detectors/Common/include/DetectorsCommonDataFormats

DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/NameConf.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ class NameConf : public o2::conf::ConfigurableParamHelper<NameConf>
6969
// Filename to for decoding dictionaries
7070
static std::string getAlpideClusterDictionaryFileName(DId det, const std::string_view prefix = "", const std::string_view ext = "");
7171

72+
// Temporary alias to not crash the QC: Filename to for decoding dictionaries
73+
static std::string getDictionaryFileName(DId det, const std::string_view prefix = "", const std::string_view ext = "")
74+
{
75+
return getAlpideClusterDictionaryFileName(det, prefix, ext);
76+
}
77+
7278
// Filename to store material LUT file
7379
static std::string getMatLUTFileName(const std::string_view prefix = "");
7480

0 commit comments

Comments
 (0)