]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STARLIGHT/starlight/include/nucleus.h
Update to trunk of hepforge
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / include / nucleus.h
index b987d02fa8216b4c82a0a47d8512eacde68e8f14..b5edf0482a4045035ab9c05a7dee04e663da7ddc 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,7 +46,6 @@ public:
        nucleus();
        nucleus(const int    Z,
                const int    A,
-               const double deuteronSlopePar,
                const bool   dAuCoherentProduction);
        ~nucleus();
        
@@ -75,7 +74,6 @@ private:
 
        int    _Z;                      ///< atomic number of nucleus
        int    _A;                      ///< nucleon number of nucleus
-       double _deuteronSlopePar;       ///< slope parameter for deuteron form factor [(GeV/c)^{-2}]
        bool   _dAuCoherentProduction;  ///< if true, production in d Au collisions is coherent, else incoherent
 
        double _r0;