]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CALO/AliHLTCaloRecPointDataStruct.h
Bastian's Task for Jet Fragmentation, to be merged with other FF tasks
[u/mrichter/AliRoot.git] / HLT / CALO / AliHLTCaloRecPointDataStruct.h
index fba471c95a5e0291e42aef76d93144a139132088..9fa1ce23cc9f2b9e97226c1ebc791193f8f2e37f 100644 (file)
@@ -52,13 +52,16 @@ struct AliHLTCaloRecPointDataStruct
 
   /** x coordinate */
   Float_t fX;                                 //COMMENT
-
+  
   /** z coordinate */ 
   Float_t fZ;                                 //COMMENT
 
   /** Module number */
   Int_t fModule;                              //COMMENT
-
+   
+   /** Particle type */
+  Int_t fParticle;                              //COMMENT
+  
   /** The total energy of the rec point */
   Float_t fAmp;                               //COMMENT
 
@@ -80,8 +83,8 @@ struct AliHLTCaloRecPointDataStruct
   /** Distance to nearest bad channel */
   Float_t fDistanceToBadChannel;              //COMMENT
 
-  /** Digits in the rec point */
-  AliHLTCaloDigitDataStruct fDigits;          //COMMENT
+  /** Index of the digits in the rec point */
+  Int_t fDigits;                              //COMMENT
 
 };