25 , _cluster_map(nullptr)
27 , _vertex_map(nullptr)
29 , _assoc_container(nullptr)
30 , _track_map_name(
"SvtxTrackMap")
36 return Setup(topNode);
65 _cluster_map = findNode::getClass<TrkrClusterContainer>(topNode,
"TRKR_CLUSTER_TRUTH");
67 _cluster_map = findNode::getClass<TrkrClusterContainer>(topNode,
"TRKR_CLUSTER");
71 cerr <<
PHWHERE <<
" ERROR: Can't find node TRKR_CLUSTER" << endl;
75 _hitsets = findNode::getClass<TrkrHitSetContainer>(topNode,
"TRKR_HITSET");
78 cerr <<
PHWHERE <<
"No hitset container on node tree. Bailing."
83 _vertex_map = findNode::getClass<SvtxVertexMap>(topNode,
"SvtxVertexMap");
86 cerr <<
PHWHERE <<
" ERROR: Can't find SvtxVertexMap." << endl;
97 _assoc_container = findNode::getClass<AssocInfoContainer>(topNode,
"AssocInfoContainer");
100 cerr <<
PHWHERE <<
" ERROR: Can't find AssocInfoContainer." << endl;