]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- adding data member for associated cluster to digits
authorodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Jun 2010 11:28:28 +0000 (11:28 +0000)
committerodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Jun 2010 11:28:28 +0000 (11:28 +0000)
HLT/BASE/util/AliHLTCaloDigitDataStruct.h

index 5a8099f91da3c4f81f9146c16f44567a59b5d9d7..6e41de1fd7c1875ba6f7a27e7d7d9ce961b097f2 100644 (file)
@@ -64,7 +64,7 @@ struct AliHLTCaloDigitDataStruct
   /** The time in sample count */ 
   Float_t fTime;
 
-  /* The energy in GeV */
+  /** The energy in GeV */
   Float_t fEnergy;
 
   /** The gain */
@@ -79,6 +79,9 @@ struct AliHLTCaloDigitDataStruct
   /** Energy from overflow in channel? */
   Bool_t fOverflow;
 
+  /** ID of associated  cluster (-1 for no cluster) */
+  Short_t fAssociatedCluster;
+  
 };
 
 #endif