]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
CTP raw data simulation changed to Run2 payload.
authorrlietava <rl@eprex16.ph.bham.ac.uk>
Mon, 7 Apr 2014 14:23:38 +0000 (15:23 +0100)
committerrlietava <rl@eprex16.ph.bham.ac.uk>
Mon, 7 Apr 2014 14:23:38 +0000 (15:23 +0100)
STEER/STEER/AliSimulation.cxx

index 2fbf9872af78085c2f06514dc4538b6b37916fc4..a85aa4d80fe3b599df9329d93a274badc8302dce 100644 (file)
@@ -982,7 +982,8 @@ Bool_t AliSimulation::WriteTriggerRawData()
   // Details of the format are given in the
   // trigger TDR - pages 134 and 135.
   AliCTPRawData writer;
-  writer.RawData();
+  //writer.RawData();
+  writer.RawDataRun2();
 
   return kTRUE;
 }