Sample Tracer Module
The sampletracer class is the in-memory event store. It manages metadata,
events, graphs, and selections organised into container objects (one per
ROOT file/label pair), and provides the bridge from fully compiled event objects
to the dataloader’s graph tensor dataset.
Class: sampletracer
Header: <generators/sampletracer.h>
Inheritance: tools, notification
Public Fields
Field |
Type |
Description |
|---|---|---|
|
|
Pointer to the output directory string (set by |
Public Methods
Signature |
Description |
|---|---|
|
Associates the |
|
Returns the |
|
Returns all events stored under dataset label label. |
|
Adds a fully compiled event to the container for label.
Returns |
|
Adds a compiled graph to the container for label.
Returns |
|
Adds a selection result. Returns |
|
Populates inpt from each |
|
Transfers all compiled |
|
Compiles events, graphs, and selections across threads parallel workers with intrath intra-op threads each. |