]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - LHC/AliLhcProcessBT.cxx
Fixes to run the MUON alignment on the grid (Javier)
[u/mrichter/AliRoot.git] / LHC / AliLhcProcessBT.cxx
index 5e4a5ba1bf43ed8a86483ba4ace7d396d6302ac4..c3a2965971d778233be8f69eb2fbc3190a0b2fdc 100644 (file)
 ClassImp(AliLhcProcessBT)
 
 AliLhcProcessBT::AliLhcProcessBT(AliLHC* lhc, const char* name, const char* title)
-    :AliLhcProcess(lhc,name,title)
+    :AliLhcProcess(lhc,name,title),
+     fCrossSection(0.),
+     fIRegions(0),
+     fBetaMin(0.)
 {
 // Constructor
 }
 
 
+
+AliLhcProcessBT::AliLhcProcessBT(const AliLhcProcessBT& bt):
+    AliLhcProcess(bt),
+    fCrossSection(0.),
+    fIRegions(0),
+    fBetaMin(0.)
+{
+// Copy Constructor
+
+}
+
 AliLhcProcessBT::~AliLhcProcessBT()
 {
 // Destructor
@@ -57,7 +71,7 @@ void AliLhcProcessBT::Evolve(Float_t dt)
 }
 
 
-AliLhcProcessBT& AliLhcProcessBT::operator=(const  AliLhcProcessBT & rhs)
+AliLhcProcessBT& AliLhcProcessBT::operator=(const  AliLhcProcessBT & /*rhs*/)
 {
 // Assignment operator
     return *this;