]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/AliHLTMUONChannelsBlockStruct.h
update EMCal EP v2
[u/mrichter/AliRoot.git] / HLT / MUON / AliHLTMUONChannelsBlockStruct.h
index 0281633c08b610ec699baedbf58d2b680735ab95..eaba97165e6651988575d7c12848066ddd3aedfc 100644 (file)
@@ -3,7 +3,7 @@
 /* Copyright(c) 1998-2007, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-/* $Id$ */
+// $Id$
 
 ///
 /// @file   AliHLTMUONChannelsBlockStruct.h
@@ -30,10 +30,10 @@ struct AliHLTMUONChannelStruct
        AliHLTInt32_t fClusterId;   // ID corresponding to the cluster this
                                    // channel is part of. -1 == invalid.
 
-       AliHLTUInt32_t fBusPatch;    // Bus patch to which this is connected.
+       AliHLTUInt16_t fBusPatch;    // Bus patch to which this is connected.
        AliHLTUInt16_t fManu;        // The MANU address on electronics.
        AliHLTUInt16_t fChannelAddress; // The channel address on electronics.
-       AliHLTUInt32_t fSignal;      // ADC value of signal.
+       AliHLTUInt16_t fSignal;      // ADC value of signal.
        AliHLTUInt32_t fRawDataWord; // The raw data word as found in the DDL stream.
 };