6#include "AthLinks/ElementLink.h"
16 std::vector<ElementLink<PFOContainer>>
::iterator firstPFO = pfoContainer.begin();
17 std::vector<ElementLink<PFOContainer>>
::iterator lastPFO = pfoContainer.end();
19 for (; firstPFO != lastPFO; ++firstPFO){
24 particleContainer.push_back(myLink);
stored_index_type persIndex() const
Return the index of the link.
sgkey_t persKey() const
Return the SG key that we reference, as a hash.
ElementLink implementation for ROOT usage.
void resetWithKeyAndIndex(const ID_type &dataID, index_type elemID, IProxyDict *sg=0)
Set the link to an element given by string key and index.
bool toPersistent()
Dummy function provinding the offline interface.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
JetConstituentVector::iterator iterator
static void convertLinks(std::vector< ElementLink< PFOContainer > > &pfoContainer, std::vector< ElementLink< IParticleContainer > > &particleContainer)