]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPHIC/AliGenTPHIC.h
add and remove analysis
[u/mrichter/AliRoot.git] / TPHIC / AliGenTPHIC.h
index b32359e9aeb7f3f29bd01e166824326cdbb217cd..df9ba6db40a25568725e22cae3fc6b7caafae8c0 100644 (file)
@@ -18,7 +18,6 @@ class AliGenTPHIC : public AliGenMC
 {
 public:
   AliGenTPHIC();
-  AliGenTPHIC(const AliGenTPHIC & gen);
   virtual ~AliGenTPHIC();
   void Generate();
   void Init();
@@ -55,8 +54,6 @@ public:
   Float_t GetXSectionCurrent     ();
   Float_t GetXSection            ();
   Float_t GetXSectionError       ();
- private:
-  void Copy(TObject&) const;
  protected:
   TPHICgen     *fTPHICgen;          //!generator TPHIC17
   AliPythia    *fPythia;            //!generator PYTHIA6
@@ -65,6 +62,11 @@ public:
   Int_t         fDebug;             //!debug level
   Int_t         fDebugEventFirst;   //!First event to debug
   Int_t         fDebugEventLast;    //!Last  event to debug
-ClassDef(AliGenTPHIC,1)     // Generator of 2-photon processes in ultra-peripheral collisions
+
+ private:
+  AliGenTPHIC(const AliGenTPHIC & gen);
+  AliGenTPHIC & operator=(const AliGenTPHIC & gen);
+
+  ClassDef(AliGenTPHIC,1)     // Generator of 2-photon processes in ultra-peripheral collisions
 };
 #endif