]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STARLIGHT/starlight/include/starlightconstants.h
Update to trunk of hepforge
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / include / starlightconstants.h
index 175a82e120c1d2c105be10019830454576986bb4..43146b7308aa17c95c54459852e248fc9fa8c883 100644 (file)
@@ -20,9 +20,9 @@
 ///////////////////////////////////////////////////////////////////////////
 //
 // File and Version Information:
-// $Rev:: 125                         $: revision of last commit
-// $Author:: odjuvsla                 $: author of last commit
-// $Date:: 2013-09-05 22:08:26 +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:
 //
@@ -49,6 +49,8 @@ namespace starlightConstants
        static const double twoPi    = 2 * pi;
        static const double alpha    = 1/137.0359895;
 
+       // deuteron slope parameter
+       static const double deuteronSlopePar = 9.5; // [(GeV/c)^{-2}]
        // particle masses
        static const double protonMass      = 0.93827231;   // [GeV/c^2]
        static const double pionChargedMass = 0.13956995;   // [GeV/c^2]
@@ -71,6 +73,7 @@ namespace starlightConstants
                ELECTRON       = 11,
                MUON           = 13,
                TAUON          = 15,
+               TAUONDECAY     = 10015,
                PROTON         = 212,
                PION           = 211,
                KAONCHARGE     = 321,