]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STARLIGHT/starlight/src/beam.cpp
Update to trunk of hepforge
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / src / beam.cpp
index 941df78e1e1d7db985c6f62f537af2bc8a5a2da7..c05b74a19461ae4d809216a2f86871a4e1981b47 100644 (file)
@@ -20,9 +20,9 @@
 ///////////////////////////////////////////////////////////////////////////
 //
 // File and Version Information:
-// $Rev:: 164                         $: revision of last commit
-// $Author:: odjuvsla                 $: author of last commit
-// $Date:: 2013-10-06 16:18:08 +0200 #$: date of last commit
+// $Rev:: 176                         $: revision of last commit
+// $Author:: jseger                   $: author of last commit
+// $Date:: 2014-06-20 22:15:20 +0200 #$: date of last commit
 //
 // Description:
 //
@@ -46,13 +46,11 @@ using namespace std;
 using namespace starlightConstants;
 
 //______________________________________________________________________________
-beam::beam(const int              Z_,
-           const int              A_,
-           const double           bdeuteron,
+beam::beam(const int              Z,
+           const int              A,
            const bool             dAuCoherentProduction)
-       : nucleus(Z_,
-                 A_,
-                 bdeuteron,
+       : nucleus(Z,
+                 A,
                  dAuCoherentProduction)
        ,_beamLorentzGamma(inputParametersInstance.beamLorentzGamma())
 {