]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPHIC/AliGenTPHIC.h
doxy: correctly consider macro blocks in methods
[u/mrichter/AliRoot.git] / TPHIC / AliGenTPHIC.h
index 851841c53ede486e2b1af66322e2da6bb4075898..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,7 @@ public:
   Float_t GetXSectionCurrent     ();
   Float_t GetXSection            ();
   Float_t GetXSectionError       ();
-
-protected:
+ protected:
   TPHICgen     *fTPHICgen;          //!generator TPHIC17
   AliPythia    *fPythia;            //!generator PYTHIA6
   TClonesArray *fParticles;         // Particle  List
@@ -64,6 +62,11 @@ protected:
   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