]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRecPoint.h
cleanup
[u/mrichter/AliRoot.git] / ITS / AliITSRecPoint.h
index 8f104519e99b259bd77a91718b358e7c8d7c545d..25db19aa907df5c3ea2a9c30b3dbfc6ffcb99b8c 100644 (file)
@@ -26,6 +26,9 @@
 #include <Riostream.h>
 #include <AliLog.h>
 
+using std::ostream;
+using std::istream;
+
 class AliITSRecPoint : public AliCluster {
  public:
   AliITSRecPoint();
@@ -79,6 +82,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();