-
Notifications
You must be signed in to change notification settings - Fork 486
CPV raw writing and reconstruction #5129
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
|
@ktf @TimoWilken @pzhristov @costing : During O2 compilation, we are getting warnings from ROOT about JAlien: Could it be that some JAlien dictionary is missing? This does not break the build, since we only fail on compiler warnings and this comes from ROOT. But it fills the logs, and I think will be confusing for people when a PR fails and they look for the real compile errors. Any ideas? |
|
@peressounko Please fix what CI complains for: |
shahor02
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.
@peressounko
Thanks! Could you also add test_ctf_io_cpv.cxx similar to test_ctf_io_phos.cxx?
| char mMulDigit = 0; ///< Digit nultiplicity | ||
| char mModule = 0; ///< Module number | ||
| char mNExMax = -1; ///< number of (Ex-)maxima before unfolding | ||
| int mLabel = -1; ///< Ref to entry in MCTruthContainer with list of labels |
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.
I see you are setting this label but don't see where it is used. The same for PHOS clusters. Do you need them? Usually we extract MC labels from the container using the cluster index in its container.
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.
Thanks, this is rudiment, removed.
|
@peressounko the |
|
Dear @shahor02, could you please approve this PR to make test of CPV code easier to cpv experts? Thanks, Dmitri |
|
Please fix the fullCI issue. |
|
Hi @peressounko , sure, will merge once the tests are passed. |
Code to write and read CPV raw data, convert raw->digits->clusters->CTF