-
Notifications
You must be signed in to change notification settings - Fork 35
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
SimTrackerHit: Add quality bitfield #21
Conversation
|
|
What about the fortran parts? I mean the f77api |
I don't think this is used anymore - or kept up to data. |
Tests are now passing, but the tests for java were already broken before and are not running in travis. |
Still need to implement the status bits |
Yes, it seems that the java build and tests are broken already on the HEAD. Could get the build to work with some extra commands but the tests are still broken... |
@andresailer after having implemented the status bits, can you also add corresponding printout code the ostream operators, defined here: |
Implemented two quality bits and printout
(added n/a for pathlength if not stored as well any more possible flags come to mind? |
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.
Looks good !
I tried to add the quality field for #11 .
Am I missing something?
I couldn't figure out how to run AID to generate the headers so I modified them directly
Where can/should I added some pre-defined bits
e.g.
kIsHitFromSecondary when the hit was not actually created by the MCParticle it is assigned to?
BEGINRELEASENOTES
ENDRELEASENOTES