]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - LHC/AliLhcProcessBB.cxx
Fix for the loophole in the magnets currents check: the L3Off/DipON was passing the...
[u/mrichter/AliRoot.git] / LHC / AliLhcProcessBB.cxx
index 90f2654ca8f6208c6cc778675eb2360e6ac0a776..e93e159ee7ec6759df0009fed90ba57df6c7873e 100644 (file)
@@ -13,9 +13,7 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-*/
+/* $Id$ */
 
 #include "AliLhcProcessBB.h"
 #include "AliLHC.h"
@@ -25,11 +23,24 @@ $Log$
 ClassImp(AliLhcProcessBB)
 
 AliLhcProcessBB::AliLhcProcessBB(AliLHC* lhc, const char* name, const char* title)
-    :AliLhcProcess(lhc,name,title)
+    :AliLhcProcess(lhc,name,title), 
+     fCrossSection(0.),
+     fIRegions(0),
+     fBeam1(0),
+     fBeam2(0)
 {
 // Constructor
 }
 
+AliLhcProcessBB::AliLhcProcessBB(const AliLhcProcessBB& bb):
+    AliLhcProcess(bb),
+    fCrossSection(0.),
+    fIRegions(0),
+    fBeam1(0),
+    fBeam2(0)
+{
+// Copy Constructor
+}
 
 AliLhcProcessBB::~AliLhcProcessBB()
 {
@@ -63,7 +74,7 @@ void AliLhcProcessBB::Evolve(Float_t dt)
 }
 
 
-AliLhcProcessBB& AliLhcProcessBB::operator=(const  AliLhcProcessBB & rhs)
+AliLhcProcessBB& AliLhcProcessBB::operator=(const  AliLhcProcessBB & /*rhs*/)
 {
 // Assignment operator
     return *this;