forked from alisw/AliRoot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
- Loading branch information
Showing
9 changed files
with
570 additions
and
238 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
// Can be used by TGeant3 and TGeant4 | ||
// It contains also the constants for the PDG particle IDs. | ||
// Should evolve towards dynamical loading from external data base. | ||
// Comments to: [email protected] | ||
// Comments to: [email protected] | ||
|
||
#include "AliPDG.h" | ||
#include "TDatabasePDG.h" | ||
|
@@ -34,7 +34,7 @@ void AliPDG::AddParticlesToPdgDataBase() | |
// | ||
// Add particles to the PDG data base | ||
// | ||
|
||
static Bool_t bAdded = kFALSE; | ||
// Check if already called | ||
if(bAdded)return; | ||
|
@@ -44,7 +44,7 @@ void AliPDG::AddParticlesToPdgDataBase() | |
const Int_t kspe=50000000; | ||
|
||
// PDG nuclear states are 10-digit numbers | ||
// 10LZZZAAAI e.g. deuteron is | ||
// 10LZZZAAAI e.g. deuteron is | ||
// 1000010020 | ||
const Int_t kion=1000000000; | ||
|
||
|
@@ -82,63 +82,63 @@ void AliPDG::AddParticlesToPdgDataBase() | |
|
||
// From Herwig | ||
pdgDB->AddParticle("PSID ", " ", 3.7699, kFALSE, 0.0, 0, "meson", 30443); | ||
|
||
pdgDB->AddParticle("A_00 ", " ", 0.9960, kFALSE, 0.0, 0, "meson", 9000111); | ||
pdgDB->AddParticle("A_0+ ", " ", 0.9960, kFALSE, 0.0,+3, "meson", 9000211); | ||
pdgDB->AddParticle("A_0- ", " ", 0.9960, kFALSE, 0.0,-3, "meson", -9000211); | ||
|
||
pdgDB->AddParticle("F0P0 ", " ", 0.9960, kFALSE, 0.0, 0, "meson", 9010221); | ||
|
||
pdgDB->AddParticle("KDL_2+ ", " ", 1.773, kFALSE, 0.0,+3, "meson", 10325); | ||
pdgDB->AddParticle("KDL_2- ", " ", 1.773, kFALSE, 0.0,-3, "meson", -10325); | ||
pdgDB->AddParticle("A_00 ", " ", 0.9960, kFALSE, 0.0, 0, "meson", 9000111); | ||
pdgDB->AddParticle("A_0+ ", " ", 0.9960, kFALSE, 0.0,+3, "meson", 9000211); | ||
pdgDB->AddParticle("A_0- ", " ", 0.9960, kFALSE, 0.0,-3, "meson", -9000211); | ||
|
||
pdgDB->AddParticle("F0P0 ", " ", 0.9960, kFALSE, 0.0, 0, "meson", 9010221); | ||
|
||
pdgDB->AddParticle("KDL_20 ", " ", 1.773, kFALSE, 0.0, 0, "meson", 10315); | ||
pdgDB->AddParticle("KDL_2BR0", " ", 1.773, kFALSE, 0.0, 0, "meson", -10315); | ||
pdgDB->AddParticle("KDL_2+ ", " ", 1.773, kFALSE, 0.0,+3, "meson", 10325); | ||
pdgDB->AddParticle("KDL_2- ", " ", 1.773, kFALSE, 0.0,-3, "meson", -10325); | ||
|
||
pdgDB->AddParticle("KDL_20 ", " ", 1.773, kFALSE, 0.0, 0, "meson", 10315); | ||
pdgDB->AddParticle("KDL_2BR0", " ", 1.773, kFALSE, 0.0, 0, "meson", -10315); | ||
|
||
pdgDB->AddParticle("PI_2+ ", " ", 1.670, kFALSE, 0.0,+3, "meson", 10215); | ||
pdgDB->AddParticle("PI_2- ", " ", 1.670, kFALSE, 0.0,-3, "meson", -10215); | ||
pdgDB->AddParticle("PI_20 ", " ", 1.670, kFALSE, 0.0, 0, "meson", 10115); | ||
pdgDB->AddParticle("KD*+ ", " ", 1.717, kFALSE, 0.0,+3, "meson", 30323); | ||
pdgDB->AddParticle("KD*- ", " ", 1.717, kFALSE, 0.0,-3, "meson", -30323); | ||
|
||
pdgDB->AddParticle("KD*0 ", " ", 1.717, kFALSE, 0.0, 0, "meson", 30313); | ||
pdgDB->AddParticle("KDBR*0 ", " ", 1.717, kFALSE, 0.0, 0, "meson", -30313); | ||
|
||
pdgDB->AddParticle("RHOD+ ", " ", 1.700, kFALSE, 0.0,+3, "meson", 30213); | ||
pdgDB->AddParticle("RHOD- ", " ", 1.700, kFALSE, 0.0,-3, "meson", -30213); | ||
pdgDB->AddParticle("RHOD0 ", " ", 1.700, kFALSE, 0.0, 0, "meson", 30113); | ||
pdgDB->AddParticle("ETA_2(L)", " ", 1.632, kFALSE, 0.0, 0, "meson", 10225); | ||
pdgDB->AddParticle("ETA_2(H)", " ", 1.854, kFALSE, 0.0, 0, "meson", 10335); | ||
|
||
|
||
pdgDB->AddParticle("KD*+ ", " ", 1.717, kFALSE, 0.0,+3, "meson", 30323); | ||
pdgDB->AddParticle("KD*- ", " ", 1.717, kFALSE, 0.0,-3, "meson", -30323); | ||
|
||
pdgDB->AddParticle("KD*0 ", " ", 1.717, kFALSE, 0.0, 0, "meson", 30313); | ||
pdgDB->AddParticle("KDBR*0 ", " ", 1.717, kFALSE, 0.0, 0, "meson", -30313); | ||
|
||
pdgDB->AddParticle("RHOD+ ", " ", 1.700, kFALSE, 0.0,+3, "meson", 30213); | ||
pdgDB->AddParticle("RHOD- ", " ", 1.700, kFALSE, 0.0,-3, "meson", -30213); | ||
pdgDB->AddParticle("RHOD0 ", " ", 1.700, kFALSE, 0.0, 0, "meson", 30113); | ||
|
||
pdgDB->AddParticle("ETA_2(L)", " ", 1.632, kFALSE, 0.0, 0, "meson", 10225); | ||
pdgDB->AddParticle("ETA_2(H)", " ", 1.854, kFALSE, 0.0, 0, "meson", 10335); | ||
pdgDB->AddParticle("OMEGA(H)", " ", 1.649, kFALSE, 0.0, 0, "meson", 30223); | ||
|
||
|
||
pdgDB->AddParticle("KDH_2+ ", " ", 1.816, kFALSE, 0.0,+3, "meson", 20325); | ||
pdgDB->AddParticle("KDH_2- ", " ", 1.816, kFALSE, 0.0,-3, "meson", -20325); | ||
|
||
pdgDB->AddParticle("KDH_20 ", " ", 1.816, kFALSE, 0.0, 0, "meson", 20315); | ||
pdgDB->AddParticle("KDH_2BR0", " ", 1.816, kFALSE, 0.0, 0, "meson", -20315); | ||
|
||
|
||
pdgDB->AddParticle("KD_3+ ", " ", 1.773, kFALSE, 0.0,+3, "meson", 327); | ||
pdgDB->AddParticle("KD_3- ", " ", 1.773, kFALSE, 0.0,-3, "meson", -327); | ||
|
||
pdgDB->AddParticle("KD_30 ", " ", 1.773, kFALSE, 0.0, 0, "meson", 317); | ||
pdgDB->AddParticle("KD_3BR0 ", " ", 1.773, kFALSE, 0.0, 0, "meson", -317); | ||
|
||
pdgDB->AddParticle("RHO_3+ ", " ", 1.691, kFALSE, 0.0,+3, "meson", 217); | ||
pdgDB->AddParticle("RHO_3- ", " ", 1.691, kFALSE, 0.0,-3, "meson", -217); | ||
pdgDB->AddParticle("RHO_30 ", " ", 1.691, kFALSE, 0.0, 0, "meson", 117); | ||
pdgDB->AddParticle("OMEGA_3 ", " ", 1.667, kFALSE, 0.0, 0, "meson", 227); | ||
pdgDB->AddParticle("PHI_3 ", " ", 1.854, kFALSE, 0.0, 0, "meson", 337); | ||
|
||
pdgDB->AddParticle("CHI2P_B0", " ", 10.232, kFALSE, 0.0, 0, "meson", 110551); | ||
pdgDB->AddParticle("CHI2P_B1", " ", 10.255, kFALSE, 0.0, 0, "meson", 120553); | ||
pdgDB->AddParticle("CHI2P_B2", " ", 10.269, kFALSE, 0.0, 0, "meson", 100555); | ||
pdgDB->AddParticle("UPSLON4S", " ", 10.580, kFALSE, 0.0, 0, "meson", 300553); | ||
|
||
|
||
// IONS | ||
// | ||
|
@@ -176,7 +176,7 @@ void AliPDG::AddParticlesToPdgDataBase() | |
pdgDB->AddAntiParticle("AntiAlpha", - ionCode); | ||
|
||
// Special particles | ||
// | ||
// | ||
pdgDB->AddParticle("Cherenkov","Cherenkov",0,kFALSE, | ||
0,0,"Special",kspe+50); | ||
pdgDB->AddParticle("FeedbackPhoton","FeedbackPhoton",0,kFALSE, | ||
|
@@ -258,18 +258,81 @@ void AliPDG::AddParticlesToPdgDataBase() | |
2.5e-15, 0, "Special", ionCode); | ||
} | ||
|
||
ionCode = 1030000020; | ||
ionCode = 1020010020; | ||
if(!pdgDB->GetParticle(ionCode)){ | ||
pdgDB->AddParticle("Xi0Proton","Xi0Proton", 2.248, kFALSE, | ||
5e-15, 3, "Ion", ionCode); | ||
} | ||
|
||
ionCode = -1030000020; | ||
ionCode = -1020010020; | ||
if(!pdgDB->GetParticle(ionCode)){ | ||
pdgDB->AddParticle("AntiXi0Proton","AntiXi0Proton", 2.248, kFALSE, | ||
5e-15, 3, "Ion", ionCode); | ||
} | ||
|
||
ionCode = 1030000020; | ||
if(!pdgDB->GetParticle(ionCode)){ | ||
pdgDB->AddParticle("OmegaProton","OmegaProton", 2.592, kFALSE, | ||
2.5e-15, 0, "Special", ionCode); | ||
} | ||
|
||
ionCode = -1030000020; | ||
if(!pdgDB->GetParticle(ionCode)){ | ||
pdgDB->AddParticle("AntiOmegaProton","AntiOmegaProton", 2.592, kFALSE, | ||
2.5e-15, 0, "Special", ionCode); | ||
} | ||
|
||
ionCode = 1030010020; | ||
if(!pdgDB->GetParticle(ionCode)){ | ||
pdgDB->AddParticle("OmegaNeutron","OmegaNeutron", 2.472, kFALSE, | ||
0.003, 3, "Special", ionCode); | ||
} | ||
|
||
ionCode = -1030010020; | ||
if(!pdgDB->GetParticle(ionCode)){ | ||
pdgDB->AddParticle("AntiOmegaNeutron","AntiOmegaNeutron", 2.472, kFALSE, | ||
0.003, 3, "Special", ionCode); | ||
} | ||
|
||
ionCode = 1060020020; | ||
if(!pdgDB->GetParticle(ionCode)){ | ||
pdgDB->AddParticle("OmegaOmega","OmegaOmega", 3.229, kFALSE, | ||
2.5e-15, 6, "Special", ionCode); | ||
} | ||
|
||
ionCode = -1060020020; | ||
if(!pdgDB->GetParticle(ionCode)){ | ||
pdgDB->AddParticle("AntiOmegaOmega","AntiOmegaOmega", 3.229, kFALSE, | ||
2.5e-15, 6, "Special", ionCode); | ||
} | ||
|
||
ionCode = 1010010021; | ||
if(!pdgDB->GetParticle(ionCode)){ | ||
pdgDB->AddParticle("Lambda1405Proton","Lambda1405Proton", 2.295, kFALSE, | ||
0.05, 3, "Special", ionCode); | ||
} | ||
|
||
ionCode = -1010010021; | ||
if(!pdgDB->GetParticle(ionCode)){ | ||
pdgDB->AddParticle("AntiLambda1405Proton","AntiLambda1405Proton", 2.295, kFALSE, | ||
0.05, 3, "Special", ionCode); | ||
} | ||
|
||
ionCode = 1020000021; | ||
if(!pdgDB->GetParticle(ionCode)){ | ||
pdgDB->AddParticle("Lambda1405Lambda1405","Lambda1405Lambda1405", 2.693, kFALSE, | ||
0.05, 0, "Special", ionCode); | ||
} | ||
|
||
ionCode = -1020000021; | ||
if(!pdgDB->GetParticle(ionCode)){ | ||
pdgDB->AddParticle("AntiLambda1405Lambda1405","AntiLambda1405Lambda1405", 2.693, kFALSE, | ||
0.05, 0, "Special", ionCode); | ||
} | ||
|
||
|
||
|
||
|
||
// Special resonances | ||
|
||
ionCode = 9010221; | ||
|
@@ -285,5 +348,3 @@ void AliPDG::AddParticlesToPdgDataBase() | |
} | ||
|
||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.