Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Common/TableProducer/eseTableProducer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ struct EseTableProducer {
const float centrality = collision.centFT0C();
float counter{0.5};
registry.fill(HIST("hESEstat"), counter++);

std::unordered_map<std::string, std::vector<float>*> vMap{
{"FT0C", &qnpFT0C},
{"FT0A", &qnpFT0A},
Expand Down Expand Up @@ -221,7 +221,6 @@ struct EseTableProducer {
}
}
}

};

void processESE(CollWithMults::iterator const& collision, aod::BCsWithTimestamps const&, aod::FV0As const&, aod::FT0s const&)
Expand Down
Loading