Skip to content

Commit

Permalink
Set up2date values for Lb lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
fprino committed Mar 11, 2020
1 parent 33eb448 commit 2bcdc37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions MC/CustomGenerators/PWGHF/Pythia8_Monash2013_D2Hdedicated.C
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,9 @@ AliGenerator *GeneratorCustom(TString opt = "")
(AliPythia8::Instance())->ReadString("333:onIfAll = 321 321");
}

// Set up2date lifetimes for hadrons
// lambda_b from PDG 2019: tau0 = 1.471 ps = 441 m/c = 0.441 mm/c
(AliPythia8::Instance())->ReadString("5122:tau0 = 4.41000e-01");

return pyth;
}
6 changes: 5 additions & 1 deletion MC/CustomGenerators/PWGHF/Pythia8_Monash2013_HF001.C
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@ AliGenerator *GeneratorCustom(TString opt = "")
(AliPythia8::Instance())->ReadString("4132:onMode = off");
(AliPythia8::Instance())->ReadString("4132:onIfMatch = 3312 211");
}


// Set up2date lifetimes for hadrons
// lambda_b from PDG 2019: tau0 = 1.471 ps = 441 m/c = 0.441 mm/c
(AliPythia8::Instance())->ReadString("5122:tau0 = 4.41000e-01");

//not necessary for the moment, but helpful when more options will be added
//AliGenCocktail *ctl = static_cast<AliGenCocktail *>(GeneratorCocktail("Monash2013_HF"));
//ctl->AddGenerator(pyth, label[iprocess][channelOption], 1.);
Expand Down

0 comments on commit 2bcdc37

Please sign in to comment.