There are a number of data file types that we are using to store detector data, either real or MC generated. This page serves as a guide to those.
/pnfs/e906/production/digit/
`) .File name example: digit_023431_009.root
The structure is defined in `e1039-core/packages/reco/interface
` .
/data2/e1039/online/sraw
`).File name example: run_004500_spill_000000001_sraw.root
e1039-core/interface_main
`./data2/e1039/dst/
`).File name example: DST.root
Output of Fun4All MC generation of events. Includes MC truth for tracks, and both detectorID and elementID as well as individual elements for each detector.
Does not include TDC time of events.
File name example: track_QA_v2.ROOT
Notes: This file is not the primary output file. This file (and several others) is derived from the DST (primary output) using converter code which essentially is C++ content that load the library and output a light root file based on demand. If you need special or additional variables, let me know (za2hd@virginia.edu) and I will make the code.
The goal is to have universal, light root format that can be accessed by everyone without library. Currently, the RUS file is obtained using "converter code" from the original DST output. This is okay since the goal is the format itself. Below is the screen shot. More information can be found in: ROOTUniversal_Struct_File.pdf