]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RICH/AliRICHRawCluster.h
Default constructor added.
[u/mrichter/AliRoot.git] / RICH / AliRICHRawCluster.h
index bf25987748e004263422eb5fa01066995d7903a3..907abd577a5c4220e8b2462633f0a040d5e4c767 100644 (file)
@@ -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);}