]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - LHC/AliLhcProcess.cxx
Particle code range protection. (A. Gheata)
[u/mrichter/AliRoot.git] / LHC / AliLhcProcess.cxx
index bef79c01343ce26a9bd349a8e25694cbbf355cdf..41a15620bd8eda29952a07591fe276e57b3d9b40 100644 (file)
@@ -28,6 +28,7 @@ AliLhcProcess::AliLhcProcess(AliLHC *lhc, const char* name, const char* title)
 }
 
 AliLhcProcess::AliLhcProcess(const AliLhcProcess& process)
+    : TNamed(process), AliLhcMonitor(process)
 {
 // copy constructor
 }
@@ -43,7 +44,7 @@ void AliLhcProcess::Evolve(Float_t dt)
     printf("\n Here process %s %f:", GetName(), dt);
 }
 
-AliLhcProcess& AliLhcProcess::operator=(const  AliLhcProcess & rhs)
+AliLhcProcess& AliLhcProcess::operator=(const  AliLhcProcess & /*rhs*/)
 {
 // Assignment operator
     return *this;