#include <algorithms/algorithm.h>
#include <edm4eic/ClusterCollection.h>
#include <edm4eic/EDM4eicVersion.h>
#include <edm4eic/MCRecoClusterParticleAssociationCollection.h>
#include <edm4eic/MCRecoParticleAssociationCollection.h>
#include <edm4eic/ReconstructedParticleCollection.h>
#include <string>
#include <string_view>
#include <edm4eic/MCRecoParticleLinkCollection.h>
#include "algorithms/interfaces/WithPodConfig.h"
#include "algorithms/reco/ClustersToParticlesConfig.h"
#include "services/particle/ParticleSvc.h"
Go to the source code of this file.
|
| using | eicrecon::ClustersToParticlesAlgorithm = algorithms::Algorithm< algorithms::Input< edm4eic::ClusterCollection, edm4eic::MCRecoClusterParticleAssociationCollection >, algorithms::Output< edm4eic::ReconstructedParticleCollection, edm4eic::MCRecoParticleLinkCollection, edm4eic::MCRecoParticleAssociationCollection > > |
| |