]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSAnalyze.h
Coding convention rules obeyed
[u/mrichter/AliRoot.git] / PHOS / AliPHOSAnalyze.h
index 0876114760ae694012f7916c60413e47fb0d76cd..4f6821ad152879035a3e0f46cf0e3ff5b42e1fd3 100644 (file)
@@ -6,7 +6,10 @@
 /* $Id$ */
 
 //_________________________________________________________________________
-//  Algorithm class to analyze PHOSv1 events    
+// Algorythm class to analyze PHOSv1 events:
+// Construct histograms and displays them.
+// Use the macro EditorBar.C for best access to the functionnalities
+//*--
 //*-- Author : Yves Schutz (SUBATECH)
 
 // --- ROOT system ---
@@ -35,13 +38,11 @@ public:
 
   void ActivePPSD(Int_t Nevents) ;
   void AnalyzeManyEvents(Int_t Nevtents = 100, Int_t Module=0) ;  // analyzes many events   ;
-  void ReconstructCPV(Int_t Nevents = 1) ;  // reconstruct points in EMC and CPV
   void AnalyzeResolutions(Int_t Nevtents) ; // analyzes Energy and Position resolutions   ;
   void ReadAndPrintCPV(Int_t Nevents);      // Read & print generated and reconstructed hits in CPV
   void AnalyzeCPV(Int_t Nevents);           // analyzes various CPV characteristics
   void InvariantMass(Int_t Nevents = 100) ; 
   void Reconstruct(Int_t Nevtents = 100,Int_t FirstEvent = 0) ;
-  void AnalyzeResolutions(Int_t Nevtents) ;  // analyzes Energy and Position resolutions   ;
   void BookingHistograms() ;                // booking histograms for the ManyEvent analysis ;
   void BookResolutionHistograms() ;         // booking histograms for the Resoluion analysis ;
   void Copy(TObject & obj) ;                // copies an analysis into an other one