]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONv0.h
Major upgrade of AliRoot code
[u/mrichter/AliRoot.git] / MUON / AliMUONv0.h
index c3b6bc80b9e8870954e0b7b4eea2089ab19fb6a7..6952a7ecc11557d785aebbdef63f352d077c57dd 100644 (file)
@@ -1,5 +1,6 @@
-#ifndef MUONV0_H
-#define MUONV0_H
+#ifndef ALIMUONV0_H
+#define ALIMUONV0_H
+
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
@@ -10,7 +11,6 @@
 /////////////////////////////////////////////////////////
  
 #include "AliMUON.h"
-#include "AliMUONClusterFinder.h"
 class AliMUONv0 : public AliMUON {
 public:
    AliMUONv0();
@@ -21,9 +21,8 @@ public:
    virtual void   Init();
    virtual Int_t  IsVersion() const {return 0;}
    virtual void   StepManager();
-   virtual void   Trigger(Float_t (*)[4], Float_t (*)[4], Int_t& iflag);
 private:
-   ClassDef(AliMUONv0,1)  //Hits manager for set:MUON version 0
+   ClassDef(AliMUONv0,1)  // MUON Detector class Version 0 
 };
 #endif