]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSv1.h
wagon for photon isolation spectra analysis with CaloTrackCorr frame
[u/mrichter/AliRoot.git] / PHOS / AliPHOSv1.h
index 69f393bb81ab0fe2dcfd1a97cdbf6ce93d03d693..e0ffa0e1ce54eed5d1a974c443d97287e4536b17 100644 (file)
@@ -57,9 +57,9 @@ public:
  private:
   AliPHOSv1(AliPHOSv1 & phos);
   AliPHOSv1 & operator = (const AliPHOSv1 & /*rvalue*/);
-  TClonesArray *fCPVDigits; //! Array of CPV digits per current CPV hit
+  TClonesArray fCPVDigits; //! Array of CPV digits per current CPV hit
 
-  ClassDef(AliPHOSv1,4)  // Implementation of PHOS manager class for layout EMC+PPSD
+  ClassDef(AliPHOSv1,5)  // Implementation of PHOS manager class for layout EMC+PPSD
 
 };