-
Notifications
You must be signed in to change notification settings - Fork 53
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
TriggerDataDecoder and MRDTracks minor bug fix #292
Conversation
Don't hault the toolchain if there are no MRD tracks
Triggers are stored to the buffer - clear it to speed up the tool. Also adding verbosity conditions on std out
Wrong config variables - now it should work out of the box as intended
Also fixed the config file for the EventBuilderRaw toolchain that can be used to generate raw waveforms in the Processed file (useful for the AmBe analysis). |
Rather than passing the path of the RAWData file to the bash script, add it hard coded. Not great practice but this script is used for a very specific purpose to generate a list file containing part files from the RAWData, and the data location has not changed in years (and likely won't change for now).
CreateMyList.sh is used to generate the my_files.txt list for running the PreProcessing toolchain that generates the TrigOverlap files. Just removed an argument that asks for the path to the RAWData and added a hard coded path, as it doesn't move locations. That way you simply need to provide the Run number. |
@marc1uk regarding the comments you gave me during the software call:
|
revert changes
awesome, thanks for looking into it and for the explanations 👍 🎉 |
Modify the TriggerDataDecoder tool to increase its performance:
Change the FindMRDTracks so that if the tool doesn't find MRD data it spits out an error message instead of haulting the entire toolchain