Skip to content

Conversation

@NamithaChitrazee
Copy link
Contributor

  1. Included time cluster hits.
  2. Color coded the hits belonging to each background cluster better.
  3. Made a separate collection of hits which have been flagged as background under the AddComboHits() function. This makes it easier to identify them.

std::vector<const BkgClusterCollection*> bkgcluster_list = std::get<1>(bkgcluster_tuple);
// std::vector<std::string> names = std::get<0>(bkgcluster_tuple);
std::cout<<"BkgClusterCollection size = "<<bkgcluster_list.size()<<std::endl;
std::string bctitle = "BkgCluster";
Copy link
Collaborator

Choose a reason for hiding this comment

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

Everything looks good. I would just suggest adding some more useful information for the mouse over in this title here. Identifying that specific cluster and its features.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi Sophie, thank you for the review. I'll fix this one in the next iteration because right now that title is common to all the background clusters, so I would not be able to add information about each individual cluster in this title. I'll also have to alter how I have compounded this object.

Considering, there isn't much use case for this feature right now, can we defer it to the next round of PRs.

Copy link
Collaborator

Choose a reason for hiding this comment

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

that's fine - I'll make an issue for later upgrade

@sophiemiddleton sophiemiddleton merged commit d2d68df into Mu2e:main Dec 11, 2025
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