]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSgeomSPD.h
Discard STAR type geometry before MDC
[u/mrichter/AliRoot.git] / ITS / AliITSgeomSPD.h
index a20c049f5b90fa33045b770c5a84d762fd242579..ec6f1444f51756eddf3f23411d635f168aa4947e 100644 (file)
@@ -8,6 +8,12 @@
 #include <TObject.h>
 #include <TBRIK.h>
 
+////////////////////////////////////////////////////////////////////////
+// This class is for the Silicon Pixel Detector, SPD, specific geometry.
+// It is being replaced by AliITSsegmentationSPD class. This file also
+// constains classes derived from AliITSgeomSPD which do nothing but
+// initilize this one with predefined values.
+////////////////////////////////////////////////////////////////////////
 
 class TShape;
 
@@ -64,6 +70,8 @@ class AliITSgeomSPD : public TObject {
     virtual void DetToL(Int_t row,Int_t col,Float_t &xl,Float_t &zl);
     virtual void Print(ostream *os) const; // output streamer to standard out.
     virtual void Read(istream *is); // input streamer from standard in.
+    virtual void Print(Option_t *option="") const {TObject::Print(option);}
+    virtual Int_t Read(const char *name) {return TObject::Read(name);}
 
  protected:
     TBRIK  *fShapeSPD; // SPD active area shape
@@ -126,6 +134,7 @@ class AliITSgeomSPD425Short : public AliITSgeomSPD {
 
  public:
     AliITSgeomSPD425Short();
+    AliITSgeomSPD425Short(Int_t npar,Float_t *par);
 
     // This clas now has version 0 so that it will not be written to a root
     // file. This is good since there are no longer any data members to this