Skip to content

work impactkit#5

Open
jenniferzon wants to merge 3 commits intolhcb:masterfrom
jenniferzon:master
Open

work impactkit#5
jenniferzon wants to merge 3 commits intolhcb:masterfrom
jenniferzon:master

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