]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
minor bugs
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 29 May 2000 14:59:18 +0000 (14:59 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 29 May 2000 14:59:18 +0000 (14:59 +0000)
PHOS/AliPHOSAnalyze.cxx
PHOS/AliPHOSv0.cxx
PHOS/AliPHOSv0.h

index 24d3d4fd6cc875305c5c9f29cf4848ad2bbc1666..7d3cfd1e4e4a79a8ded6ac75c953737609e27bdb 100644 (file)
@@ -89,7 +89,7 @@ AliPHOSAnalyze::AliPHOSAnalyze(const AliPHOSAnalyze & ana)
 }
 
 //____________________________________________________________________________
-AliPHOSAnalyze::Copy(TObject & obj)
+void AliPHOSAnalyze::Copy(TObject & obj)
 {
   // copy an analysis into an other one
   TObject::Copy(obj) ;
index d544906db6ce0b05c6ffbd21023fe72e37337bee..dbb1662b41a17d999251a1a7e678c617ff14e9f8 100644 (file)
@@ -79,7 +79,7 @@ AliPHOSv0::AliPHOSv0(const char *name, const char *title):
 
   // 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) ;
 
index a6ec0e57f3d1d54ab15674abe2647697f66a48dd..f74d3119e88c12295da9016de3b9343160e3ada3 100644 (file)
@@ -55,7 +55,7 @@ protected:
   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