We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6683f commit cfd6a78Copy full SHA for cfd6a78
PWGLF/Tasks/Resonances/k892analysispbpb.cxx
@@ -69,7 +69,7 @@ struct K892analysispbpb {
69
Configurable<int> cPIDBins{"cPIDBins", 65, "PID binning"};
70
Configurable<float> cPIDQALimit{"cPIDQALimit", 6.5, "PID QA limit"};
71
Configurable<int> cDCABins{"cDCABins", 300, "DCA binning"};
72
- Configurable<int> cPDGbins{"cPDGBins", 5000, "number of PDG bins"};
+ Configurable<int> cPDGbins{"cPDGbins", 5000, "number of PDG bins"};
73
Configurable<float> cPDGMax{"cPDGMax", 9500000.0f, "PDG limit"};
74
75
// events
0 commit comments