X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TPHIC%2FAliGenTPHIC.h;h=df9ba6db40a25568725e22cae3fc6b7caafae8c0;hb=a0e8f092139214b37beba4f059ab8443c0d25bfb;hp=b32359e9aeb7f3f29bd01e166824326cdbb217cd;hpb=82764a9c7bd2f5dd5e329394d7c8f6ed9ab2c951;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPHIC/AliGenTPHIC.h b/TPHIC/AliGenTPHIC.h index b32359e9aeb..df9ba6db40a 100644 --- a/TPHIC/AliGenTPHIC.h +++ b/TPHIC/AliGenTPHIC.h @@ -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