]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALDigit.h
do also keep jet direction for pTSub exactly 0
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALDigit.h
index 0d022b792044a288eea60f3a43b12fe6d22c4dbc..918d54c08f59b94ce88b17cf48761670b993ff5c 100644 (file)
@@ -93,7 +93,7 @@ class AliEMCALDigit : public AliDigitNew {
        
   Float_t  fAmpFloat;     // Cell amplitude, float
   Int_t    fNSamples;     // Number of time samples, Low Gain for ALTRO, used also for FALTRO 
-  Int_t   *fSamples;       //[fNSamples], list of time bin constents, Low Gain for ALTRO, used also for FALTRO 
+  Int_t   *fSamples;     //[fNSamples], list of time bin constents, Low Gain for ALTRO, used also for FALTRO 
   Int_t    fNSamplesHG;   // Number of time samples, High Gain for ALTRO
   Int_t   *fSamplesHG;   //[fNSamples], list of time bin constents, High Gain for ALTRO, used also for FALTRO 
        
@@ -114,7 +114,7 @@ class AliEMCALDigit : public AliDigitNew {
   Int_t    fNDF;          // Fit Number of Degrees of Freedom
        
   Int_t    fDigitType;    // This is a trigger digit(0), HG (1) or LG (3)
-  Float_t  fAmpCalib;     //!Calibrated energy
+  Float_t  fAmpCalib;     //! Calibrated energy
 
   ClassDef(AliEMCALDigit,6)   // Digit in EMCAL 
 } ;