]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CALO/AliHLTCaloRecPointDataStruct.h
fixed reading from OADB (M. Verweij)
[u/mrichter/AliRoot.git] / HLT / CALO / AliHLTCaloRecPointDataStruct.h
index fba471c95a5e0291e42aef76d93144a139132088..ad113d71c37a0389bec7d99d455e38113e48116e 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,11 @@ 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
+  
+  /** Time of the maximum digit */
+  //Int_t fTime;                             //COMMENT
 
 };