CPV raw writing and reconstruction#5129
CPV raw writing and reconstruction#5129shahor02 merged 10 commits intoAliceO2Group:devAliceO2Group/AliceO2:devfrom
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.
@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.
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.
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