]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSClusterizer.h
Updated histogram limits (PHOS energy)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSClusterizer.h
index 9176f203dc617507a42fd278123525c07b4e9706..23690c33d23fcd2f7d505fa56963d371ebda6c4d 100644 (file)
@@ -6,6 +6,12 @@
 /* History of cvs commits:
  *
  * $Log$
+ * Revision 1.43  2007/09/26 14:22:17  cvetan
+ * Important changes to the reconstructor classes. Complete elimination of the run-loaders, which are now steered only from AliReconstruction. Removal of the corresponding Reconstruct() and FillESD() methods.
+ *
+ * Revision 1.42  2007/08/28 12:55:07  policheh
+ * Loaders removed from the reconstruction code (C.Cheshkov)
+ *
  * Revision 1.41  2007/08/07 14:12:03  kharlov
  * Quality assurance added (Yves Schutz)
  *
@@ -33,7 +39,7 @@
 class TTree;
 
 class AliPHOSGeometry;
-class AliPHOSQualAssDataMaker ; 
+class AliPHOSCalibData ;
 
 class AliPHOSClusterizer : public TObject {
 
@@ -70,10 +76,9 @@ public:
   virtual void SetOutput(TTree *clustersTree);
 
 protected:
-  AliPHOSQualAssDataMaker * GetQualAssDataMaker() const { return fQADM ; } 
 
+  static AliPHOSCalibData * fgCalibData ;   //! Calibration database if aval.
   AliPHOSGeometry *fGeom; // Pointer to PHOS geometry
-  AliPHOSQualAssDataMaker * fQADM ; //!Quality Assurance Data Maker
   TClonesArray *fDigitsArr; // Array with input digits
   TTree *fTreeR; // Tree with output clusters
   TObjArray *fEMCRecPoints; // Array with EMC clusters