41 std::vector<const xAOD::IParticle*> particleList = tau.
clusters();
43 std::vector<xAOD::CaloVertexedTopoCluster> vertexedClusterList;
49 vertexedClusterList.emplace_back(*cluster, vertex->position());
52 vertexedClusterList.emplace_back(*cluster);
57 vertexedClusterList.emplace_back(*cluster,
m_clusterState, vertex->position());
66 vertexedClustersAcc(tau) = vertexedClusterList;
68 return StatusCode::SUCCESS;
Class providing the definition of the 4-vector interface.