]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
including -dataspec option in the configuration for file publisher
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 14 Apr 2011 06:13:06 +0000 (06:13 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 14 Apr 2011 06:13:06 +0000 (06:13 +0000)
HLT/BASE/util/AliHLTFileWriter.cxx

index 617a4f5fc36e2fec606674e67d98bbb5dccf5f6e..b80e3cce18d3eeb73d6a2e0663de3040a5077948 100644 (file)
@@ -587,6 +587,9 @@ int AliHLTFileWriter::WriteBlock(int blockno, const AliHLTEventID_t& eventID,
        fPublisherConfEvent=GetEventCount();
        conf << "-datatype ";
        conf << DataType2Text(pDesc->fDataType, 3);
+       conf << " -dataspec ";
+       TString specstr; specstr.Form("0x%08x", pDesc->fSpecification);
+       conf << specstr;
        conf << " -datafile ";
        conf << filename;
        conf << endl;