]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added new datatype in order to get data
authorphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 18 Jun 2008 21:28:36 +0000 (21:28 +0000)
committerphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 18 Jun 2008 21:28:36 +0000 (21:28 +0000)
from the Rorc publisher

HLT/PHOS/AliHLTPHOSDefinitions.cxx

index 4cf2a29f36036e375cce4273b1602a4bdd2497ad..314ff6a98981c524cbb0569a67c2edd88e3daa96 100644 (file)
@@ -31,7 +31,7 @@
 #include "AliHLTPHOSDefinitions.h"
 
 
-const AliHLTComponentDataType AliHLTPHOSDefinitions::fgkDDLPackedRawDataType          = { sizeof(AliHLTComponentDataType),       {'D','D','L','_','R','W','P','K'},{'P','H','O','S'}};;
+const AliHLTComponentDataType AliHLTPHOSDefinitions::fgkDDLPackedRawDataType          = { sizeof(AliHLTComponentDataType),       {'D','D','L','_','R','A','W',' '},{'P','H','O','S'}};;
 const AliHLTComponentDataType AliHLTPHOSDefinitions::fgkCellEnergyDataType            = { sizeof(AliHLTComponentDataType),       {'C','E','L','L','E','N','E','R'},{'P','H','O','S'}};;
 const AliHLTComponentDataType AliHLTPHOSDefinitions::fgkCellEnergyHistogramDataType   = { sizeof(AliHLTComponentDataType),       {'E','N','E','R','H','I','S','T'},{'P','H','O','S'}};;
 const AliHLTComponentDataType AliHLTPHOSDefinitions::fgkCellAverageEnergyDataType     = { sizeof(AliHLTComponentDataType),       {'E','N','E','R','A','V','E','R'},{'P','H','O','S'}};;