X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PHOS%2FAliPHOSClusterizer.h;h=23690c33d23fcd2f7d505fa56963d371ebda6c4d;hb=a73f46fd4a6cd24b7bd064d7c729edeb707fe1ea;hp=0260a3e038deba707a0314da9e97cad3ff85f2a5;hpb=d76c31f4f41294d7ae5a31c2c56a682abef0b827;p=u%2Fmrichter%2FAliRoot.git diff --git a/PHOS/AliPHOSClusterizer.h b/PHOS/AliPHOSClusterizer.h index 0260a3e038d..23690c33d23 100644 --- a/PHOS/AliPHOSClusterizer.h +++ b/PHOS/AliPHOSClusterizer.h @@ -6,6 +6,9 @@ /* 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) * @@ -36,6 +39,7 @@ class TTree; class AliPHOSGeometry; +class AliPHOSCalibData ; class AliPHOSClusterizer : public TObject { @@ -73,6 +77,7 @@ public: protected: + static AliPHOSCalibData * fgCalibData ; //! Calibration database if aval. AliPHOSGeometry *fGeom; // Pointer to PHOS geometry TClonesArray *fDigitsArr; // Array with input digits TTree *fTreeR; // Tree with output clusters