]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
minor syntax bugs corrected
authordibari <dibari@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Mar 2003 17:36:32 +0000 (17:36 +0000)
committerdibari <dibari@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Mar 2003 17:36:32 +0000 (17:36 +0000)
RICH/RICHrawclusters.C

index ce58c138b1b2d1b3b1a88179ee5305a72fb2ef97..6a73ab0902c6c99f49da313dfffd7c12e4b19d46 100644 (file)
@@ -115,7 +115,7 @@ void RICHrawclusters (Int_t evNumber1=0,Int_t evNumber2=0)
        Int_t nbytes = 0;
 
 
        Int_t nbytes = 0;
 
 
-       TClonesArray *Particles = gAlice->Particles();
+       TClonesArray *Particles = (TClonesArray*)gAlice->Particles();
        TTree *TD = gAlice->TreeD();
        Int_t nent=gAlice->TreeD()->GetEntries();
        //printf("Found %d entries in the tree (must be one per cathode per event!)\n",nent);
        TTree *TD = gAlice->TreeD();
        Int_t nent=gAlice->TreeD()->GetEntries();
        //printf("Found %d entries in the tree (must be one per cathode per event!)\n",nent);