X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=RICH%2FAliRICHRawCluster.h;h=907abd577a5c4220e8b2462633f0a040d5e4c767;hb=59e2916d5cd0d406ec1a74e74fb740b0cd4e2d30;hp=bf25987748e004263422eb5fa01066995d7903a3;hpb=237c933d68793192ded67c959825d4e5e881131e;p=u%2Fmrichter%2FAliRoot.git diff --git a/RICH/AliRICHRawCluster.h b/RICH/AliRICHRawCluster.h index bf25987748e..907abd577a5 100644 --- a/RICH/AliRICHRawCluster.h +++ b/RICH/AliRICHRawCluster.h @@ -27,18 +27,8 @@ public: Int_t fClusterType; //?? Int_t fCtype; //CL0, CL1, etc... public: - AliRICHRawCluster() { - fTracks[0]=fTracks[1]=fTracks[2]=-1; - fQ=0; fX=fY=0; fMultiplicity=0; - for (int k=0;k<50;k++) { - fIndexMap[k]=-1; - fOffsetMap[k]=0; - fContMap[k]=0; - fPhysicsMap[k]=-1; - fCtype=-1; - } - fNcluster[0]=fNcluster[1]=-1; - } + + AliRICHRawCluster(); virtual ~AliRICHRawCluster() {} Float_t GetRadius() {return TMath::Sqrt(fX*fX+fY*fY);}