]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Minor changes
authorphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 29 Jan 2007 20:33:46 +0000 (20:33 +0000)
committerphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 29 Jan 2007 20:33:46 +0000 (20:33 +0000)
HLT/PHOS/AliHLTPHOSRawAnalyzerComponent.cxx
HLT/PHOS/AliHLTPHOSRcuCellEnergyData.h

index b86b0d46edde5fb28ef6619497c6da8998e3ca37..468be4aa436d07cfe16abbdcffc55f7102074048 100644 (file)
@@ -179,6 +179,7 @@ int AliHLTPHOSRawAnalyzerComponent::DoEvent( const AliHLTComponentEventData& evt
       bd.fOffset = offset;
       bd.fSize = mysize;
       bd.fDataType = AliHLTPHOSDefinitions::gkCellEnergyDataType;
+      bd.fSpecification = 0xFFFFFFFF;
       outputBlocks.push_back( bd );
       tSize += mysize;
       outBPtr += mysize;
index 36c3fb9ce89713238781d3569fae7be7de21452f..a9547d803c4ae087444e9f9f2572947376dc5602 100644 (file)
@@ -1,6 +1,9 @@
 #ifndef ALIHLTPHOSRCUCELLENERGYDATA_H
 #define ALIHLTPHOSRCUCELLENERGYDATA_H
 
+//#include "AliHLTDataTypes.h"
+//#include "Rtypes.h"
+
 struct AliHLTPHOSRcuCellEnergyData
 {
   AliHLTUInt16_t fRcuX;