-
Notifications
You must be signed in to change notification settings - Fork 158
CTP: Change in RawDataQcTask #2538
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
|
@lhusova ok for me |
|
Hi @Barthelemy , @knopers8 , please, can this be merged asap as we need to deploy it in production. Cheers, Roman. |
|
@lietava When you say to deploy it in production, do you mean at P2 ? because merging will not do that, we would need to prepare a patch. |
|
@Barthelemy thanks. Yes, I spoke with pippo - he agrees. Who van do the patch, please ? |
|
@lietava I will prepare the patch, but @vascobarroso has to approve the installation. I feel that installing something the day before a long weekend is really calling for trouble. Is it preventing you from running ? |
Co-authored-by: Lucia Anna Tarasovicova <lucia.anna.husova@cern.ch>
|
Hi @Barthelemy , thanks for tag. |
| long int mTimestamp; | ||
| std::string classNames[nclasses]; | ||
| int mIndexMBclass = -1; // index for the MB ctp class, which is used as scaling for the ratios | ||
| bool mConsistCheck = 0; |
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.
@lhusova This variable is not used - can be removed at next modifications.
Addition parameter to turn off the consistency check. @lietava, please have a look.