X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=RAW%2FAliDAQ.cxx;h=0b3087c769b7574b3d16620af749aefef6d6f407;hb=b91d160c1acae7bc205f03f82c01cc0b0215d20a;hp=3107f1d27760559dae0793660d3f2a3229474e54;hpb=362c9d61708912a81d77cb017e1d05fd1f9486a6;p=u%2Fmrichter%2FAliRoot.git diff --git a/RAW/AliDAQ.cxx b/RAW/AliDAQ.cxx index 3107f1d2776..0b3087c769b 100644 --- a/RAW/AliDAQ.cxx +++ b/RAW/AliDAQ.cxx @@ -50,17 +50,17 @@ const char* AliDAQ::fgkDetectorName[AliDAQ::kNDetectors] = { "TPC", "TRD", "TOF", - "RICH", // Name to be changed to HMPID + "HMPID", "PHOS", "CPV", "PMD", "MUONTRK", "MUONTRG", "FMD", - "START", // Name to be changed to T0 + "T0", "VZERO", // Name to be changed to V0 ? "ZDC", - "CRT", // Name to be changed to ACCORDE + "ACORDE", "TRG", "EMCAL", "HLT" @@ -273,7 +273,9 @@ const char *AliDAQ::DdlFileName(Int_t detectorID, Int_t ddlIndex) } ddlID += ddlIndex; - TString fileName = DetectorName(detectorID); + static TString fileName; + + fileName = DetectorName(detectorID); fileName += "_"; fileName += ddlID; fileName += ".ddl";