]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONv0.h
Updated from the TPC-PreRelease branch
[u/mrichter/AliRoot.git] / MUON / AliMUONv0.h
index bacb914104ac7588dba693d169bb1ef928f4fa62..60de2f7ba1d935362994ff8edd474251c9623568 100644 (file)
@@ -1,11 +1,16 @@
-#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                               */
+
+/* $Id$ */
+
 /////////////////////////////////////////////////////////
 //  Manager and hits classes for set:MUON version 0    //
 /////////////////////////////////////////////////////////
  
 #include "AliMUON.h"
-#include "AliMUONClusterFinder.h"
 class AliMUONv0 : public AliMUON {
 public:
    AliMUONv0();
@@ -16,7 +21,6 @@ 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
 };