]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA6/AliPythiaRndm.h
New quenching algorithm.
[u/mrichter/AliRoot.git] / PYTHIA6 / AliPythiaRndm.h
index 9bc644322f0c199d91c8b3d6a8263427939b1f27..d2dfc6ae47758b3af1adc29e856a00ba534235ec 100644 (file)
@@ -16,7 +16,7 @@ class AliPythiaRndm {
     // Default constructor. The static data member is initialized 
     // in the implementation file
   }
-  AliPythiaRndm(const AliPythiaRndm &rn) {
+  AliPythiaRndm(const AliPythiaRndm & /*rn*/) {
     // Copy constructor: no copy allowed for the object
     ::Fatal("Copy constructor","Not allowed\n");
   }
@@ -24,7 +24,7 @@ class AliPythiaRndm {
     // Destructor
     fgPythiaRandom=0;
   }
-  AliPythiaRndm & operator=(const AliPythiaRndm& rn) {
+  AliPythiaRndm & operator=(const AliPythiaRndm& /*rn*/) {
     // Assignment operator: no assignment allowed
     ::Fatal("Assignment operator","Not allowed\n");
     return (*this);