]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSclusterV2.h
new SDD preprocessor + removal of eff C++ warning (base) - E. Crescio
[u/mrichter/AliRoot.git] / ITS / AliITSclusterV2.h
index 6023f72d2d23169fd595c190fb97e4e6d18d6a97..bfd5672077947beba9b707508d743a0a00bdf128 100644 (file)
 //_____________________________________________________________________________
 class AliITSclusterV2 : public AliCluster {
 public:
-  AliITSclusterV2() : AliCluster() {
-    fQ=0; fLayer=0; fNz=fNy=1; fType=0; fDeltaProb=0;
-  }
-  AliITSclusterV2(Int_t *lab,Float_t *hit, Int_t *info) : AliCluster(lab,hit) {
-    fIndex=lab[3];
-    fQ=hit[4];
-    fNy    = info[0];
-    fNz    = info[1];
-    fLayer = info[2];
-    fChargeRatio = 0;
-    fType=0;
-    fDeltaProb=0.;
-  }
-
+  AliITSclusterV2(); 
+  AliITSclusterV2(Int_t *lab,Float_t *hit, Int_t *info); 
   void Use(Int_t = 0) {fQ=-fQ;}
   void UnUse() {fQ=TMath::Abs(fQ);}
   void SetQ(Float_t q) {fQ=q;}