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 80db488 commit 1d4aa36Copy full SHA for 1d4aa36
1 file changed
PWGJE/TableProducer/luminositycalculator.cxx
@@ -32,7 +32,7 @@ struct LuminosityCalculator {
32
void init(InitContext&)
33
{
34
35
- std::vector<std::string> histLabels = {"BC", "BC+TVX", "BC+TVX+NoTFB", "BC+TVX+NoTFB+NoITSROFB", "Coll", "Coll+TVX", "Coll+TVX+Sel8", "Coll+TVX+Sel8Full", "Coll+TVX+Sel8FullPbPb", "Coll+TVX+SelMC", "Coll+TVX+SelMCFull", "Coll+TVX+SelMCFullPbPb", "Coll+TVX+SelUnanchoredMC", "Coll+TVX+SelTVX", "Coll+TVX+Sel7", "Coll+TVX+Sel7KINT7"};
+ std::vector<std::string> histLabels = {"BC", "BC+TVX", "BC+TVX+NoTFB", "BC+TVX+NoTFB+NoITSROFB", "Coll", "Coll+TVX", "Coll+TVX+VtxZ+Sel8", "Coll+TVX+VtxZ+Sel8Full", "Coll+TVX+VtxZ+Sel8FullPbPb", "Coll+TVX+VtxZ+SelMC", "Coll+TVX+VtxZ+SelMCFull", "Coll+TVX+VtxZ+SelMCFullPbPb", "Coll+TVX+VtxZ+SelUnanchoredMC", "Coll+TVX+VtxZ+SelTVX", "Coll+TVX+VtxZ+Sel7", "Coll+TVX+VtxZ+Sel7KINT7"};
36
registry.add("counter", "BCs and Collisions", HistType::kTH1I, {{static_cast<int>(histLabels.size()), -0.5, static_cast<double>(histLabels.size()) - 0.5}});
37
auto counter = registry.get<TH1>(HIST("counter"));
38
for (std::vector<std::string>::size_type iCounter = 0; iCounter < histLabels.size(); iCounter++) {
0 commit comments