-
Notifications
You must be signed in to change notification settings - Fork 158
MID:: TaskDigits : Add CRU,EP, GBTRate #2539
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
Conversation
knopers8
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @ValerieRamillien ! Please consider my two minor suggestions.
| } else if (mo->getName().find("BendHitsMap") != std::string::npos) { // Strips Display | ||
| // This matches both [N]BendHitsMap* | ||
| int maxStrip = 20; // 20kHz Max Display | ||
| auto histo = dynamic_cast<TH2F*>(mo->getObject()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please check for nullptr in case the cast was not successful
| histo->SetContour(zcontoursStrip.size(), zcontoursStrip.data()); | ||
| histo->SetStats(0); | ||
| } else if (mo->getName() == "Hits") { | ||
| auto histo = dynamic_cast<TH1F*>(mo->getObject()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok thanks for these changes and sorry for my late response.
When is it possible to have it at point2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that we are starting physics, we will perform upgrades more opportunistically, i.e. when we are given a slot by RC. I do not know what is our next slot.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok thanks again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ValerieRamillien are you planning to implement these proposed changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay. I just did it.
knopers8
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
No description provided.