You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Draft, in work.

Topics

Go back to the Top of this tree.

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

Generating Xtc

For tutorial purposes, the following streamlined example shows XXX. For an example involving more detectors and formats and corresponding their algorithms, see  is available more detailed example in xtcdata/xtcdata/app/xtcwriter.cc.

Set Up Root Level Datagram/Xtc Container

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

  • Subclass XtcData::VarDef to capture

Define Detector Metadata

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

  • Subclass 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

  • No labels