]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALDigit.h
Updates D+ syst err
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALDigit.h
index 0d022b792044a288eea60f3a43b12fe6d22c4dbc..10289ddb3a07afa5005bd54218efbce0426ae4da 100644 (file)
@@ -38,7 +38,8 @@ class AliEMCALDigit : public AliDigitNew {
   Bool_t operator==(const AliEMCALDigit &rValue) const;
   AliEMCALDigit operator+(const AliEMCALDigit &rValue) ;
   AliEMCALDigit operator*(Float_t factor) ; 
-  const AliEMCALDigit& operator = (const AliEMCALDigit &) {return *this;}
+  AliEMCALDigit& operator = (const AliEMCALDigit & digit) ;
+  
   enum  digitType{kUnknown=-1, kHG=0, kLG=1, kLGnoHG=2, kTrigger=3, kEmbedded = 4};
 
   void     Clear(const Option_t*) ;    
@@ -93,7 +94,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 +115,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 
 } ;