]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegmentationTrigger.h
Mainly coding conventions + some small bug fixes
[u/mrichter/AliRoot.git] / MUON / AliMUONSegmentationTrigger.h
index 318310c85c29141400c91584880cd8d34853143d..023c8e540d9fe120884eb0267c8e6f8757757497 100644 (file)
@@ -25,6 +25,8 @@ public AliMUONSegmentationV0 {
   virtual void     SetHit(Float_t xhit, Float_t yhit);
   virtual void     SetHit(Float_t xhit, Float_t yhit, Float_t zhit)
       {SetHit(xhit, yhit);}
+
+  virtual void Draw(const char *opt="") {}
   
   ClassDef(AliMUONSegmentationTrigger,1) //Segmentation class for trigger
     protected: