NSCL DDAS  12.1-001
Support for XIA DDAS at FRIB
Files | Classes
libddasrootformat.so

DDAS data format for ROOT I/O e.g. produced by the ddasdumper program. More...

Files

file  LinkDef.h
 Tell rootcling to add our custom classes DDASRootEvent, DDASRootHit and a std::vector<DDASRootHit*> object to the dictionary. Necessary for I/O of custom classes in ROOT.
 

Classes

class  DDASRootEvent
 Encapsulates a built DDAS event with added capabilities for writing to ROOT files. More...
 
class  DDASRootHit
 Encapsulation of a generic DDAS hit with added capabilities for writing to ROOT files. More...
 

Detailed Description

DDAS data format for ROOT I/O e.g. produced by the ddasdumper program.

Todo:
(ASC 3/26/24): Enforce some consistent namespace business here:
  1. Does this class belong in some namespace or not?
  2. What namespace(s) is/are used for DDAS code?
  3. What purpose(s) do they serve? For example, DDASRootHit probably should be under some daq::ddas:: namespace.