Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Draft, in work.

Table of Contents

Include Page
Xtc Topic Map
Xtc Topic Map

This is typical use cases for the library and code samples for the cases that need them.

Generating Xtc

xtcwriter.cc (add_names, addData) methods.  these methods will be used by DAQ developers, for both raw data and det config data.Here is streamlined example of. A more detailed example

Define Detector Metadata

Panel

At some initialization step, for example in response to a DAQ configure signal:

  • SubclassInherit from XtcData::VarDef to capture

Define the "shape" of detector elements and associate algorithm version information with the data to facilitate pipeline processing.

 

 

Parsing Whole Xtc Files

xtcreader.cc and XtcIterator.hh

 

Use of Xtc Small Data Files

this might be duplicate of what's on top page