Changing fSignal from short to int to prevent gaps in the data structure after compil...
authorszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 29 Sep 2007 12:53:09 +0000 (12:53 +0000)
committerszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 29 Sep 2007 12:53:09 +0000 (12:53 +0000)
HLT/MUON/AliHLTMUONChannelsBlockStruct.h

index ab94c0d9b690c04fb43dd6586d5d6a0865b177c7..5eafd8262e556bff5b0d766a669f6a24b2950725 100644 (file)
@@ -34,7 +34,7 @@ struct AliHLTMUONChannelStruct
 
        AliHLTUInt16_t fManu;        // The MANU address on electronics.
        AliHLTUInt16_t fChannelAddress; // The channel address on electronics.
-       AliHLTUInt16_t fSignal;      // ADC value of signal.
+       AliHLTUInt32_t fSignal;      // ADC value of signal.
        AliHLTUInt32_t fRawDataWord; // The raw data word as found in the DDL stream.
 };