-
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
Implementing BiPo event data processing in REST #106
Conversation
@juanangp I get the following compilation error.
what is the problem using just |
Then I get plenty of errors, because Perhaps this is a change to be made once the validation pipeline is running for this example. |
Indeed, Is better to use |
I guess you have to do something like |
for more information, see https://pre-commit.ci
Class documentation preview has been rendered here.
In order to launch the event data processing the file needs to be uncompressed. Inside the
pipeline/external/BiPo/
there is an example of launching a basic processing chain.We still need to uncompress the original file before start the data processing, so we need to do something like this:
Then, we can access the information of the new generated ROOT file and quickly inspect the file using:
Inside the ROOT command shell, we can access:
An example was added to include the analysis (using TRestRawSignalAnalysisProcess) of two different range of the waveforms, the example at
examples/01.BiPo/
contains aplots.rml
definition that will generate few prebuilt plots.