]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDv0.h
Introduce segmented geometry
[u/mrichter/AliRoot.git] / TRD / AliTRDv0.h
index d40a7255eb94bf6da4bd23fcbad776a7077bc691..0f28015e47ea2a1fb75544b4f2fe1225904672bb 100644 (file)
@@ -34,14 +34,13 @@ class AliTRDv0 : public AliTRD {
           void       SetSensPlane(Int_t )        { };
           void       SetSensSector(Int_t )       { };
           void       SetSensSector(Int_t ,Int_t) { };
+          void       SetTR(Bool_t )              { };
 
           Int_t      GetSensChamber() const      { return 0; };
           Int_t      GetSensPlane() const        { return 0; };
           Int_t      GetSensSector() const       { return 0; };
           Int_t      GetSensSectorRange() const  { return 0; };
-
-          AliTRDsim *CreateTR()                  { return 0; };
-          AliTRDsim *GetTR() const               { return 0; };
+          Bool_t     GetTR() const               { return 0; };
 
  protected: