Skip to content

Commit 1013f69

Browse files
authored
Make O and Ne nuclei known to LHCIF processor (#14494)
1 parent 2dbe3ff commit 1013f69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DataFormats/Parameters/src/GRPLHCIFData.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ using namespace o2::constants::lhc;
2828
const std::unordered_map<unsigned int, unsigned int> GRPLHCIFData::mZtoA =
2929
{
3030
{1, 1},
31+
{8, 16},
32+
{10, 20},
3133
{82, 208}};
3234

3335
//_______________________________________________

0 commit comments

Comments
 (0)