13 const std::vector<float>& triggerTimes):
14 m_triggerEnergies(triggerEnergies),
15 m_triggerTimes(triggerTimes)
26 std::vector<float>::const_iterator itr;
27 std::vector<float>::const_iterator itr_end;
31 std::cout <<
"m_triggerEnergies = {";
32 for(;itr != itr_end; ++itr) {
33 std::cout << (*itr) <<
",";
35 std::cout <<
"}" << std::endl;
39 std::cout <<
"m_triggerTimes = {";
40 for(;itr != itr_end; ++itr) {
41 std::cout << (*itr) <<
",";
43 std::cout <<
"}" << std::endl;
48 std::vector<float>::const_iterator itr;
49 std::vector<float>::const_iterator itr_end;
54 for(;itr != itr_end; ++itr) {
62 for(;itr != itr_end; ++itr) {
70 std::stringstream sstream;
71 std::vector<float> counterValues;
72 std::vector<float>::const_iterator itr;
73 std::vector<float>::const_iterator itr_end;
76 itr = counterValues.begin();
77 itr_end = counterValues.end();
78 sstream <<
"m_triggerEnergies = {";
79 for(;itr != itr_end; ++itr) {
80 sstream << (*itr) <<
",";
82 sstream <<
"}" << std::endl;
85 itr = counterValues.begin();
86 itr_end = counterValues.end();
87 sstream <<
"m_triggerTimes = {";
88 for(;itr != itr_end; ++itr) {
89 sstream << (*itr) <<
", ";
97 return (
m <<
str(trigT2MbtsBits));