]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALClusterizerv1.h
remove obsolete histos and add detailed comments about more obscure aspects of digits...
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALClusterizerv1.h
index 65fbefafb7a21e6f865eb09517a4a507a3aeb590..9c945b2160d149c72a923cd2baf8497c884e5a08 100644 (file)
@@ -67,11 +67,6 @@ public:
   static void UnfoldingChiSquare(Int_t & nPar, Double_t * Grad, Double_t & fret, Double_t * x, Int_t iflag)  ;
                                             // Chi^2 of the fit. Should be static to be passes to MINUIT
   virtual const char * Version() const { return "clu-v1" ; }  
-  //JLK
-  //TList* BookHists();
-  //void   SaveHists(const char *fn="reco.root");  //*MENU*
-  //void   DrawLambdasHists();                     //*MENU*
 
   void   PrintRecoInfo();                        //*MENU*
 
@@ -79,22 +74,6 @@ protected:
 
   virtual void   MakeClusters();            
 
-  //JLK
-///////////////////// 
-  // TList  *fHists;   //!
-  // TH1F* fPointE;    //histogram of point energy
-  // TH1F* fPointL1;   //histogram of point L1
-  // TH1F* fPointL2;   //histogram of point L2
-  // TH1F* fPointDis;  //histogram of point dispersion
-  // TH1F* fPointMult; //histogram of point multiplicity
-  // TH1F* fDigitAmp;  //histogram of digit ADC Amplitude
-  // TH1F* fMaxE;      //histogram of maximum point energy
-  // TH1F* fMaxL1;     //histogram of largest (first) of eigenvalue of covariance matrix
-  // TH1F* fMaxL2;     //histogram of smalest (second) of eigenvalue of covariace matrix
-  // TH1F* fMaxDis;    //histogram of point dispersion
-///////////////////////
-
-
 private:
   AliEMCALClusterizerv1(const AliEMCALClusterizerv1 &); //copy ctor
   AliEMCALClusterizerv1 & operator = (const AliEMCALClusterizerv1 &);
@@ -131,8 +110,6 @@ private:
   Float_t fTimeCut ;                // Maximum time difference between the digits in ont EMC cluster
   Float_t fMinECut;                  // Minimum energy for a digit to be a member of a cluster
 
-  //JLK
-  //ClassDef(AliEMCALClusterizerv1,6)   // Clusterizer implementation version 1
   ClassDef(AliEMCALClusterizerv1,7)   // Clusterizer implementation version 1
 
 };