58 if (dbase_file.extension() ==
".root")
71 std::cout <<
PHWHERE <<
", ERROR, unknown file type, " << dbfile << std::endl;
84 if (dbase_file.extension() ==
".root")
92 for (
int idiv = 0; idiv <
NDIVS; idiv++)
97 std::cout <<
"centdiv " << idiv <<
" : " <<
_centrality_map[idiv] << std::endl;
104 std::cout <<
PHWHERE <<
", ERROR, unknown file type, " << dbfile << std::endl;
115 std::cout << __FILE__ <<
" :: " << __FUNCTION__ << std::endl;
128 std::cout << __FILE__ <<
" :: " << __FUNCTION__ << std::endl;
153 std::cout << __FILE__ <<
" :: " << __FUNCTION__ << std::endl;
155 int binvalue = std::numeric_limits<int>::quiet_NaN();
156 float value = std::numeric_limits<float>::quiet_NaN();
162 value =
static_cast<float>(
i + 1)/static_cast<float>(NDIVS);
169 std::cout <<
" Centile : " << (value >= 0 ? value : -999) << std::endl;
181 std::cout <<
"------------CentralityReco-------------" << std::endl;
212 std::cout << __FILE__ <<
" :: " << __FUNCTION__ <<
" :: " << __LINE__ << std::endl;
215 _central = findNode::getClass<CentralityInfo>(topNode,
"CentralityInfo");
219 std::cout <<
"no centrality node " << std::endl;
223 _mbd_out = findNode::getClass<MbdOut>(topNode,
"MbdOut");
227 std::cout <<
"no MBD out node " << std::endl;
237 std::cout << __FILE__ <<
" :: " << __FUNCTION__ <<
" :: " << __LINE__ << std::endl;
244 std::cout <<
PHWHERE <<
"DST Node missing doing nothing" << std::endl;
252 std::cout <<
PHWHERE <<
"Detector Node missing, making one" << std::endl;
260 detNode->
addNode(centralityNode);