2 #include "StjTrackTowerEnergyListToFourVecList.h"
4 #include "StjTrackToFourVec.h"
5 #include "StjTowerEnergyToFourVec.h"
11 return operator()(inList.first, inList.second);
14 StjFourVecList StjTrackTowerEnergyListToFourVecList::operator()(
const StjTrackList& trackList,
const StjTowerEnergyList& energyList)
22 for(StjTrackList::const_iterator
track = trackList.begin();
track != trackList.end(); ++
track) {
24 four.fourvecId = fourvecId++;
28 for(StjTowerEnergyList::const_iterator tower = energyList.begin(); tower != energyList.end(); ++tower) {
30 four.fourvecId = fourvecId++;