------------------------------------------------------------------------
---- ROOT-MBS plugin for DABC
---- Version 0.9 September 2010 by Ahl Balitaon, Joern Adamczewski-Musch
----
------------------------------------------------------------------------
Defines a DabcEvent class to write in a root TTree
which contains the structure of mbs event with mbs subevent payload
Any mbs formatted dabc buffer which is connected to the RootTreeOutput
will be written to a ROOT Tree in raw format (generic data container).
Example file RocReadout.xml shows how parameters for plug-in are set
which are passed via CreateTransport in the
CreateAppModules() of the dabc application:
Note that tag CalibrFile is part of the ROC example, not part of the plug-in.
TODO:
- cleanup and global definition of naming strings for tags
- lmd file converter application
- root file input
- ...
2-Dec-2010 JAM -------------------------------------------