EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
CalorimeterClusterShape.h File Reference
#include <algorithms/algorithm.h>
#include <edm4eic/ClusterCollection.h>
#include <edm4eic/EDM4eicVersion.h>
#include <edm4eic/MCRecoClusterParticleAssociationCollection.h>
#include <algorithm>
#include <cmath>
#include <functional>
#include <map>
#include <optional>
#include <string>
#include <string_view>
#include <utility>
#include "CalorimeterClusterShapeConfig.h"
#include "algorithms/interfaces/WithPodConfig.h"
#include <edm4eic/MCRecoClusterParticleLinkCollection.h>
Include dependency graph for CalorimeterClusterShape.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  eicrecon::CalorimeterClusterShape
 Calculate cluster shapes for provided clusters. More...
 

Namespaces

namespace  eicrecon
 -client
 

Typedefs

using eicrecon::CalorimeterClusterShapeAlgorithm = algorithms::Algorithm< algorithms::Input< edm4eic::ClusterCollection, std::optional< edm4eic::MCRecoClusterParticleAssociationCollection > >, algorithms::Output< edm4eic::ClusterCollection, std::optional< edm4eic::MCRecoClusterParticleLinkCollection >, std::optional< edm4eic::MCRecoClusterParticleAssociationCollection > > >
 Algorithm input/output.