|
EICrecon
JANA based reconstruction for the EPIC detector
|
#include <algorithms/algorithm.h>#include <edm4eic/EDM4eicVersion.h>#include <edm4eic/JetCollection.h>#include <edm4hep/EventHeaderCollection.h>#include <fastjet/AreaDefinition.hh>#include <fastjet/JetDefinition.hh>#include <map>#include <memory>#include <string>#include <string_view>#include <utility>#include "JetReconstructionConfig.h"#include "algorithms/interfaces/WithPodConfig.h"#include "algorithms/interfaces/UniqueIDGenSvc.h"

Go to the source code of this file.
Classes | |
| class | eicrecon::JetReconstruction< InputT > |
Namespaces | |
| namespace | eicrecon |
| -client | |
Typedefs | |
| using | eicrecon::JetOutputCollection = edm4eic::JetCollection |
| template<typename InputT > | |
| using | eicrecon::JetReconstructionAlgorithm = algorithms::Algorithm< algorithms::Input< edm4hep::EventHeaderCollection, typename InputT::collection_type >, algorithms::Output< JetOutputCollection > > |