]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ZDC/AliGenZDC.h
First prototype of the new AliCluster base class
[u/mrichter/AliRoot.git] / ZDC / AliGenZDC.h
index 2013a1856c4783312ab07524f9ef6f91bfd622e4..5f8f5bc2a7215e44f0ee024fa76119b7d0106d61 100644 (file)
@@ -70,6 +70,10 @@ protected:
   Int_t    fDebugOpt;          // Option for debugging [0->No debug, 1->Screen
                                //  prints, 2->ASCII data file]
   
+ private:
+  AliGenZDC(const AliGenZDC & gen);
+  AliGenZDC & operator=(const AliGenZDC & gen);
+
    ClassDef(AliGenZDC,1)       // Generator for AliZDC class
 };