]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRecPoint.h
fixed the tainted variables
[u/mrichter/AliRoot.git] / ITS / AliITSRecPoint.h
index 8f104519e99b259bd77a91718b358e7c8d7c545d..fe534c9f94ed9ea345f9f13c4b01a54ad4517e54 100644 (file)
@@ -79,6 +79,7 @@ class AliITSRecPoint : public AliCluster {
   Int_t GetSPDclusterType() const; // for SPD returns cluster type according to conventional numbering (-1 for SDD and SSD)
   Int_t GetSDDclusterType() const; 
   Int_t GetSSDclusterType() const; 
+  static void DecodeSDDclusterType(Int_t cluType, Int_t &cluSizAn, Int_t& cluSizTb, Int_t &drSide);
 
   Int_t GetClusterType() const {
     if(fLayer<=1) return GetSPDclusterType();