]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSsimulation.h
Fix to track labes in SDD Rec-points
[u/mrichter/AliRoot.git] / ITS / AliITSsimulation.h
index 26a51a905cc14cfa7e03e523bcb48f21713bb8e2..2ad8e9839e8ffb7328513207f960c9efbab261b0 100644 (file)
@@ -14,6 +14,7 @@
  * about the suitability of this software for any purpose. It is          *
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
+
 /* $Id$ */
 
 #include <TObject.h>
@@ -61,6 +62,15 @@ class AliITSsimulation : public TObject {
     // digitizes module using the "fast" detector simulator.
     virtual void CreateFastRecPoints(AliITSmodule *mod,Int_t module,
                                     TRandom *rndm) {}
+    // Return pointer to Response model
+    virtual AliITSresponse* GetResponseModel(){return fResponse;}
+    // set pointer to Response model
+    virtual void SetResponseModel(AliITSresponse *res){fResponse = res;}
+    // Return pointer to Response model
+    virtual AliITSsegmentation* GetSegmentationModel(){return fSegmentation;}
+    // set pointer to Response model
+    virtual void SetSegmentationModel(AliITSsegmentation *seg){
+       fSegmentation = seg;}
 
  protected:
     AliITSresponse      *fResponse;       //! response