Skip to content

Commit

Permalink
fix charges pion lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Murat committed Nov 3, 2023
1 parent 945813e commit 69dfe24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GlobalConstantsService/data/globalConstants_01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ double physicsParams.protonKE = 8000.; // - in MeV
double physicsParams.nominalDRPeriod = 1695.; // ns

// charged pion and kaon
vector<int> physicsParams.freeLifePDGId = { 211, 312 };
vector<int> physicsParams.freeLifePDGId = { 211 , 312 , 13 , 2212};
// in Mu2e units (ns), per PDG 2013 partial update
vector<double> physicsParams.freeLifetime = { 26.033, 12.38 };
vector<double> physicsParams.freeLifetime = { 26.033, 12.38 , 2196.98, 1.e20};

// Available stopping target materials
vector<string> physicsParams.stoppingTargets = {"Al","Ti","Cu","Se","Sb","Au","C","IPA"};
Expand Down

0 comments on commit 69dfe24

Please sign in to comment.