-
Notifications
You must be signed in to change notification settings - Fork 27
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
WIP : Front-End Commissioning (FECOM) library #106
WIP : Front-End Commissioning (FECOM) library #106
Conversation
@goliviero, just to clarify the purpose, is the intent of this WIP to eventually provide a Raw Data reader/writer for the full SuperNEMO DAQ? My understanding was that this is quite different to the commissioning DAQ, so will a translation be possible? |
No, this PR only concern the work done for the commissioning. |
…ilder and Commissioning event. Fix calo and tracker mapping for programs / tests. Mock calibration works only for calorimeter hits and can been with flvisualize.
- hc_decode_sort_serialize.cxx : DAQ write in 2 files instead of 1. So Parse all DAQ (txt) files (vector of strings) and produce only 1 output file for a given run - hc_raw_data_to_calibrated_data.cxx : Write Calo + tracker events into an other files - hc_rd_bank_reader.cxx : read HCRD evnets instead of CD events for a future analysis - In DAQ calo : metadata changes : Add PeakCell and UnixTime parsing - In DAQ tracker : metadata changes : Add UnixTime parsing - Add Firmware version parsing (Major / Minor version) because the parser depends of the firmware version : * Modane commissioning : No PeakCell / UnixTime in data so parsing * Manchester commissioning : Some runs doesn't have UnixTime so adapt boost::spirit parsing
Closing due to lack of response |
Work done for the commissioning of February 2016.
Goals of the library :
This work can be the preliminary to define the real 'Raw Digitized Data' in the datamodels of Falaise.
Does this pull request fix any reported issues?
To Do :