]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/macros/RunChain.C
Fixing code so that components use the new standard DDL_RAW data type.
[u/mrichter/AliRoot.git] / HLT / MUON / macros / RunChain.C
index 73caa3d7a7eb00b7cdcfc104800cc77215c2f390..9d74c0ffbd51d9b4698e4d8750aeccd6fba32d8b 100644 (file)
@@ -204,16 +204,16 @@ void RunChain(
        // directory structure.
        if (buildDDLFilePubs)
        {
-               string cmd13 = "-datatype 'DDLTRACK' 'MUON' -dataspec 0x001000";
-               string cmd14 = "-datatype 'DDLTRACK' 'MUON' -dataspec 0x002000";
-               string cmd15 = "-datatype 'DDLTRACK' 'MUON' -dataspec 0x004000";
-               string cmd16 = "-datatype 'DDLTRACK' 'MUON' -dataspec 0x008000";
-               string cmd17 = "-datatype 'DDLTRACK' 'MUON' -dataspec 0x010000";
-               string cmd18 = "-datatype 'DDLTRACK' 'MUON' -dataspec 0x020000";
-               string cmd19 = "-datatype 'DDLTRACK' 'MUON' -dataspec 0x040000";
-               string cmd20 = "-datatype 'DDLTRACK' 'MUON' -dataspec 0x080000";
-               string cmd21 = "-datatype 'DDLTRIGR' 'MUON' -dataspec 0x100000";
-               string cmd22 = "-datatype 'DDLTRIGR' 'MUON' -dataspec 0x200000";
+               string cmd13 = "-datatype 'DDL_RAW ' 'MUON' -dataspec 0x001000";
+               string cmd14 = "-datatype 'DDL_RAW ' 'MUON' -dataspec 0x002000";
+               string cmd15 = "-datatype 'DDL_RAW ' 'MUON' -dataspec 0x004000";
+               string cmd16 = "-datatype 'DDL_RAW ' 'MUON' -dataspec 0x008000";
+               string cmd17 = "-datatype 'DDL_RAW ' 'MUON' -dataspec 0x010000";
+               string cmd18 = "-datatype 'DDL_RAW ' 'MUON' -dataspec 0x020000";
+               string cmd19 = "-datatype 'DDL_RAW ' 'MUON' -dataspec 0x040000";
+               string cmd20 = "-datatype 'DDL_RAW ' 'MUON' -dataspec 0x080000";
+               string cmd21 = "-datatype 'DDL_RAW ' 'MUON' -dataspec 0x100000";
+               string cmd22 = "-datatype 'DDL_RAW ' 'MUON' -dataspec 0x200000";
                for (int i = firstEvent; i < lastEvent+1; i++)
                {
                        if (i != 0)