#include <algorithms/algorithm.h>
#include <edm4eic/TensorCollection.h>
#include <edm4eic/TrackCollection.h>
#include <edm4eic/MCRecoTrackParticleAssociationCollection.h>
#include <edm4hep/MCParticleCollection.h>
#include <mutex>
#include <optional>
#include <string>
#include <string_view>
#include "algorithms/fardetectors/FarDetectorTransportationPreMLConfig.h"
#include "algorithms/interfaces/WithPodConfig.h"
Go to the source code of this file.
|
| using | eicrecon::FarDetectorTransportationPreMLAlgorithm = algorithms::Algorithm< algorithms::Input< edm4eic::TrackCollection, std::optional< edm4eic::MCRecoTrackParticleAssociationCollection >, std::optional< edm4hep::MCParticleCollection > >, algorithms::Output< edm4eic::TensorCollection, std::optional< edm4eic::TensorCollection > > > |
| |