-
Notifications
You must be signed in to change notification settings - Fork 4
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
Adding new method to draw signals in TRestRawSignalEvent #46
Conversation
…it returns a rawSignalEvent and mimics zero suppression from the electronics
…mplemented under TRestRawToDetectorSignalProcess
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.
Where is the new TRestRawZeroSuppresionProcess
in the lib? There is only TRestRawSignalEvent
being changed
Indeed, the PR is misleading, I will change the title and the description |
Probably the new implemented method should be used by |
Now |
Since you re-furbished the DrawEvent method you probably have at hand a nice plot that could be added to the I am successful adding images in doxygen with the following recipe:
|
I am not sure how to upload de image, find it below |
The image must be placed at the It will be automatically compiled at night as soon as it is placed at master. And it will be rendered at https://sultan.unizar.es/rest/. For doing tests, sometimes I do it manually and place it here: https://sultan.unizar.es/test/ |
Adding new method to draw a
vector
or signal IDs in TRestRawSignalEvent