]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSRecPointDataStruct.h
- fixing compilation errors/warnings
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRecPointDataStruct.h
index dbbd5cf85bf916b9a964213a75bbfdf37b01bdcf..7fcf9e29250ae64262094421141a4dcee0e885c8 100644 (file)
@@ -1,3 +1,6 @@
+//-*- Mode: C++ -*-
+// $Id$
+
 
 /**************************************************************************
  * This file is property of and copyright by the ALICE HLT Project        * 
@@ -77,8 +80,11 @@ struct AliHLTPHOSRecPointDataStruct
   /** Distance to nearest bad channel */
   Float_t fDistanceToBadChannel;              //COMMENT
 
-  /** Digits in the rec point */
-  AliHLTPHOSDigitDataStruct fDigits;          //COMMENT
+  /** 
+   * Digit offset for the first digit in the 
+   * rec point.
+   */
+  Int_t fStartDigitOffset;                    //COMMENT
 
 };