/[PAMELA software]/PamCut/CommonDefs.h
ViewVC logotype

Diff of /PamCut/CommonDefs.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by pam-fi, Wed Mar 10 08:54:44 2010 UTC revision 1.8 by pam-fi, Wed Mar 10 09:10:44 2010 UTC
# Line 50  const int TOFNPADLAYER[6] = { 8, 6, 2, 2 Line 50  const int TOFNPADLAYER[6] = { 8, 6, 2, 2
50  /*! @var H_MASS  /*! @var H_MASS
51   * Proton mass   * Proton mass
52   */   */
53  const Float_t H_MASS = 0.93827203; // GeV (pdg.web.cern.ch)  const float H_MASS = 0.93827203; // GeV (pdg.web.cern.ch)
54    
55  /*! @var HE4_MASS  /*! @var HE4_MASS
56   * Helium 4 mass   * Helium 4 mass
57   */   */
58  const Float_t HE4_MASS = 3.7274; // GeV (http://hyperphysics.phy-astr.gsu.edu/Hbase/pertab/He.html)  const float HE4_MASS = 3.7274; // GeV (http://hyperphysics.phy-astr.gsu.edu/Hbase/pertab/He.html)
59    
60  /*! @var HE3_MASS  /*! @var HE3_MASS
61   * Helium 3 mass   * Helium 3 mass
62   */   */
63  const Float_t HE3_MASS = 2.8084; // GeV (http://hyperphysics.phy-astr.gsu.edu/Hbase/pertab/He.html)  const float HE3_MASS = 2.8084; // GeV (http://hyperphysics.phy-astr.gsu.edu/Hbase/pertab/He.html)
64    
65  /*! @var E_MASS  /*! @var E_MASS
66   * Electron mass   * Electron mass
67   */   */
68  const Float_t E_MASS = 0.000510998; // GeV (from PDG)  const float E_MASS = 0.000510998; // GeV (from PDG)
69    
70  /*! @brief A simple matrix class.  /*! @brief A simple matrix class.
71   *   *

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.23