]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliGenerator.h
Adding Cluster and KalmanTrack classes from J.Belikov
[u/mrichter/AliRoot.git] / STEER / AliGenerator.h
index 7f545afa0e725530c37cc335f05f705b93c29409..d52dae8a3a0bae6e29863692ad88d8179d43409f 100644 (file)
@@ -27,7 +27,7 @@ class AliGenerator : public TNamed
     AliGenerator(const AliGenerator &gen);
     virtual ~AliGenerator();
     virtual void Init();
-    virtual void Copy(AliGenerator &gen) const;
+    void Copy(AliGenerator &gen) const;
     virtual void SetOrigin(Float_t ox, Float_t oy, Float_t oz)
        {fOrigin[0]=ox;fOrigin[1]=oy;fOrigin[2]=oz;}
     virtual void SetOrigin(const TLorentzVector &o)
@@ -66,7 +66,7 @@ class AliGenerator : public TNamed
     virtual void SetMC(TGenerator *theMC) 
        {if (!fgMCEvGen) fgMCEvGen =theMC;}
 
-    virtual AliGenerator & operator=(const AliGenerator &gen);
+    AliGenerator & operator=(const AliGenerator &gen);
 
   // Getters