#include <CAGraph.h>
Public Attributes | |
std::vector< CALayerPair > | theLayerPairs |
std::vector< CALayer > | theLayers |
std::vector< int > | theRootLayers |
std::vector<CALayerPair> CAGraph::theLayerPairs |
Definition at line 54 of file CAGraph.h.
Referenced by CellularAutomaton::createAndConnectCells(), CellularAutomaton::evolve(), CellularAutomaton::findTriplets(), CAHitTripletGenerator::initEvent(), and CAHitQuadrupletGenerator::initEvent().
std::vector<CALayer> CAGraph::theLayers |
Definition at line 53 of file CAGraph.h.
Referenced by CellularAutomaton::createAndConnectCells(), CellularAutomaton::evolve(), CellularAutomaton::findTriplets(), CAHitTripletGenerator::initEvent(), and CAHitQuadrupletGenerator::initEvent().
std::vector<int> CAGraph::theRootLayers |
Definition at line 55 of file CAGraph.h.
Referenced by CellularAutomaton::createAndConnectCells(), CellularAutomaton::evolve(), CellularAutomaton::findTriplets(), CAHitTripletGenerator::initEvent(), and CAHitQuadrupletGenerator::initEvent().