-
Notifications
You must be signed in to change notification settings - Fork 484
V0 geometry and Hits #1836
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
V0 geometry and Hits #1836
Conversation
b9488b1 to
b6d7ea2
Compare
b6d7ea2 to
a04fde0
Compare
Fixed material definition in FIT-V0+
6b72714 to
aab17a9
Compare
aab17a9 to
a705103
Compare
|
Dear Sandro G__BaseDict dictionary payload:4645:22: error: 'FairDetector' is an incomplete type |
|
Hi @AllaMaevskaya , BTW, the |
|
Yes, macros does not use Detector.h - so what can I do with crash? |
|
Remove unnecessary headers and guard remaining ones by |
db6e49d to
f79b76b
Compare
f79b76b to
0290ee5
Compare
8d690cf to
6756e03
Compare
6756e03 to
939e2a2
Compare
|
Dear Sandro, Best regards |
|
I am on it. Unit tests still fail. |
|
@sawenzel I see the test in DataFormats fail, because the length of detector names is not 3-characters long ("T0" and "V0"). What's the best approach to fix it? Should we modify the whole new code so that all the namespaces, names, etc are 3-letters long, or is it enough to just modify the test and add T0 and V0 as 2-letter exceptions there? #12 Detector T0 ID=12 mask: 001000000000000 �[1;31;49m*** 2 failures are detected in the test module "Test DetID" |
|
For us better to modify the test. Best regards |
|
For now, I will modify the test so that we can go on (independently) from here. But we need to see if a 2 letter detector specifier would not cause problems somewhere else. We might eventually call the detector "T0+" and "V0+" if this can be used as names for ROOT branches. |
|
Thank you |
|
I think DataOrigin also requires 3-char name, I would rename to T0+, V0+ |
|
Agreed. I tried but needs a few changes and there which I leave to the original authors. |
|
|
* Fixed the patition issue with sign of particles * fixed partition issue with sign of partilces
No description provided.