We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e430a commit e49c8a2Copy full SHA for e49c8a2
DataFormats/Parameters/src/GRPLHCIFData.cxx
@@ -28,6 +28,8 @@ using namespace o2::constants::lhc;
28
const std::unordered_map<unsigned int, unsigned int> GRPLHCIFData::mZtoA =
29
{
30
{1, 1},
31
+ {8, 16},
32
+ {10, 20},
33
{82, 208}};
34
35
//_______________________________________________
0 commit comments