Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Experimental::Blueprint Namespace Reference

Classes

struct  Node
 

Detailed Description

A Blueprint is an instruction tree that allows you to defina a tree sequence of volume building using the provided tools.

It follows tree nomenclature and can define:

  • a root node (the top of the tree)
  • a branch node (also called inner node)
  • leaf node (also called terminal node)

Leaf nodes can have internal builders attached, while all the external builders will be created when the blueprint is interpreted.