37 : myBeginTime(startTime), myEndTime(endTime), myStepOffset(stepOffset),
38 myMaxDetectorFlow(-1) {}
51 for (std::vector<FlowDef>::iterator i = cflows.begin(); i < cflows.end(); ++i) {
86 std::vector<FlowDef>& flows) {
87 for (std::vector<FlowDef>::iterator i = flows.begin(); i < flows.end(); ++i) {
89 if (ofd.
qLKW != 0 && ofd.
qPKW != 0) {
111 const std::vector<FlowDef>&
123 const std::vector<FlowDef>& flows =
getFlowDefs(
id);
124 for (std::vector<FlowDef>::const_iterator i = flows.begin(); i != flows.end(); ++i) {
137 std::map<std::string, std::vector<FlowDef> >::const_iterator j;
140 const std::vector<FlowDef>& flows = (*j).second;
141 for (std::vector<FlowDef>::const_iterator i = flows.begin(); i != flows.end(); ++i) {
157 const std::vector<std::string>& oldids) {
158 for (std::vector<std::string>::const_iterator i = oldids.begin(); i != oldids.end(); ++i) {
165 addFlow(nid, t, flows[index++]);
175 std::cout << (*i).first <<
":";
176 const std::vector<FlowDef>& flows = (*i).second;
179 for (std::vector<FlowDef>::const_iterator j = flows.begin(); j != flows.end(); ++j) {
183 std::cout << qPKW <<
"/" << qLKW << std::endl;