Converting Midas Eurogam data into Root trees

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Dear Rooters

I have data that is collected using Midas Data Acquisition system in Eurogam format and I need to build Root Trees. If anyone has done this before I really will deeply appreciate your assistance.

Kind regards

Hi,

I have not heard about the Eurogam format. However if it is data acquisition system you should be able to write some program converting the original data in a ROOT Tree

Lorenzo

MIDAS can either be the “Maximum Integrated Data Acquisition System” used at TRIUMF and PSI or “Multiple Instance Data Acquisition” from Daresbury. They are NOT the same thing at all. As you mention Exogam, I assume you want the latter.

The Exogam format is documented at Daresbury. It is quite a simple format with 64-bit hits, where some bits are a timestamp, some the detector ID and some the ADC conversion: http://npg.dl.ac.uk/documents/edoc504/edoc504.html.

The ISOLDE Decay Station at CERN uses the Daresbury MIDAS and Razvan Lica has written some code to convert into root format: https://github.com/rlica/nutaq4ids which might be what you need. However, IDS only uses a subset of the full Exogam format, so I’m not sure how much Razvan implemented. I know he based it on something I sent him, but that didn’t make trees.

Thank you very much this is a positive start for me. I appreciate that.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.