Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

work impactkit #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

work impactkit #5

wants to merge 3 commits into from

Conversation

jenniferzon
Copy link

No description provided.

@alexpearce
Copy link
Member

This is good to see; thanks! Are you planning on adding any more content? I think it would be nice to have more information on the motivation, and how you went about tracking the bug down.

@alexpearce
Copy link
Member

ping @jenniferzon 🔔

@jenniferzon
Copy link
Author

Sorry I was very busy with graduating. I've added more information to the code!

std::vector<LHCb::LHCbID> diff;
std::set_symmetric_difference(i_ids.begin(), i_ids.end(), j_ids.begin(), j_ids.end(), std::back_inserter(diff));

if (std::all_of(diff.begin(), diff.end(), [] (LHCb::LHCbID id) { return id.isCalo(); } ))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is different to what's reported in LHCBPS-1537. We should make sure to update this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants