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.

Define Detector Metadata

Panel
  • Inherit from XtcData::VarDef to

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