]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Some B mesons added
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 31 Jan 2001 14:32:42 +0000 (14:32 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 31 Jan 2001 14:32:42 +0000 (14:32 +0000)
STEER/AliPDG.cxx

index 30f0419ae236478905c0f851edb9cb514ef903c6..c9f6a1a797ca030eb0ac5fa71b1e8d56abd12326 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.1  2000/12/21 16:48:39  morsch
+AliPDG class, first commit.
+
 */
 
 // Class to encapsulate the ALICE updates to TDatabasePDG.h
@@ -52,6 +55,20 @@ ClassImp(AliPDG)
     
     pdgDB->AddParticle("B(s)*0 bar","B(s)*0 bar",
                       5.4163, kTRUE, 0.047, -0.,"Meson", -533);
+
+    pdgDB->AddParticle("B(c)+","B(c)+",
+                      6.594, kTRUE, 0.047, +1.,"Meson",  541);
+    
+    pdgDB->AddParticle("B(c)- bar","B(c)-",
+                      6.594, kTRUE, 0.047, -1.,"Meson", -541);
+
+    pdgDB->AddParticle("B(c)*+","B(c)*+",
+                      6.602, kTRUE, 0.047, +1.,"Meson",  543);
+    
+    pdgDB->AddParticle("B(c)*- bar","B(c)*-",
+                      6.602, kTRUE, 0.047, -1.,"Meson", -543);
+
+
     
 // Charmed baryons
 //