EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
JetReconstruction.h File Reference
#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"
Include dependency graph for JetReconstruction.h:
This graph shows which files directly or indirectly include this file:

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 > >