]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fix problem with streaming - Jiri
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Apr 2012 17:47:43 +0000 (17:47 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Apr 2012 17:47:43 +0000 (17:47 +0000)
ANALYSIS/TenderSupplies/AliEMCALTenderSupply.h

index 027dfdef641a1df0d5e49af2b5f4fe850aa4fafa..42f2a19cd9b918c5197137308b9a15d90f5e39f0 100644 (file)
@@ -175,7 +175,7 @@ private:
 
   void     UpdateClusters();
 
-  AliEMCALGeometry      *fEMCALGeo;               //! EMCAL geometry
+  AliEMCALGeometry      *fEMCALGeo;               // EMCAL geometry
   TString                fEMCALGeoName;           //  name of geometry to use.
   AliEMCALRecoUtils     *fEMCALRecoUtils;         //  pointer to EMCAL utilities for clusterization
   TString                fConfigName;             //  name of analysis configuration file
@@ -218,7 +218,7 @@ private:
   AliEMCALAfterBurnerUF *fUnfolder;               //! unfolding procedure
   TClonesArray          *fDigitsArr;              //! digits array
   TObjArray             *fClusterArr;             //! recpoints array
-  Int_t                  fMisalignSurvey;         //! misalignment matrix survey  
+  Int_t                  fMisalignSurvey;         // misalignment matrix survey  
   Float_t                fExoticCellFraction;     // Good cell if fraction < 1-ecross/ecell
   Float_t                fExoticCellDiffTime;     // If time of candidate to exotic and close cell is too different (in ns), it must be noisy, set amp to 0
   Float_t                fExoticCellMinAmplitude; // Check for exotic only if amplitud is larger than this value
@@ -228,7 +228,7 @@ private:
   AliEMCALTenderSupply(const AliEMCALTenderSupply&c);
   AliEMCALTenderSupply& operator= (const AliEMCALTenderSupply&c);
   
-  ClassDef(AliEMCALTenderSupply, 9); // EMCAL tender task
+  ClassDef(AliEMCALTenderSupply, 10); // EMCAL tender task
 };
 
 #endif