]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDCalibGain.h
Fixing coding conventions
[u/mrichter/AliRoot.git] / PMD / AliPMDCalibGain.h
index 86416cba35a67e6c529eb4a6390ba24c707abba6..5b792edd15faa5982c4351ad5c5568a20c305c64 100644 (file)
@@ -24,8 +24,8 @@ class AliPMDCalibGain : public TObject
 
   Bool_t ProcessEvent(AliRawReader *rawReader, TObjArray *pmdddlcont);  //Looks for iso cells
 
-  void Analyse(TTree *gaintree);
-  void AnalyseHotCell(TTree *hottree); // finds hot cell
+  void Analyse(TTree *gaintree, TTree *meantree);
+  void FindHotCell(TTree *hottree, Float_t xvar); // finds hot cell
   
  private:
 
@@ -50,6 +50,6 @@ class AliPMDCalibGain : public TObject
   Float_t fTempnhitSq[kDet][kMaxSMN];  // square of hit freq. of each mod.
   FILE    *fpw;                        // write the temp file
 
-ClassDef(AliPMDCalibGain,6)            // description 
+ClassDef(AliPMDCalibGain,7)            // description 
 };
 #endif // ALIPMDCALIBGAIN_H