}
//____________________________________________________________________________
-AliPHOSAnalyze::Copy(TObject & obj)
+void AliPHOSAnalyze::Copy(TObject & obj)
{
// copy an analysis into an other one
TObject::Copy(obj) ;
// But save the cumulated hits instead (need to create the branch myself)
// It is put in the Digit Tree because the TreeH is filled after each primary
- // and the TreeD at the end of the event (branch is set in FinishEvent() ).
+ // and the TreeD at the end of the event (branch is set in FinishEvent() ).
fTmpHits= new TClonesArray("AliPHOSHit",1000) ;
AliPHOSGeometry * fGeom ; // Geometry definition
Int_t fNTmpHits ; //! Used internally for digitalization
Float_t fPinElectronicNoise ; // Electronic Noise in the PIN
- RecPointsList * fPpsdRecPoints ; // The RecPoints (clusters) list in PPSD
+ AliPHOSRecPoint::RecPointsList * fPpsdRecPoints ; // The RecPoints (clusters) list in PPSD
virtual void ResetReconstruction() ; // Reset reconstructed objects
AliPHOSReconstructioner * fReconstructioner ; // Reconstrutioner of the PHOS event: Clusterization and subtracking procedures
TClonesArray * fTmpHits ; //! Used internally for digitalization