EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
CalorimeterHitsMerger.h File Reference
#include <DD4hep/Detector.h>
#include <DD4hep/IDDescriptor.h>
#include <DDRec/CellIDPositionConverter.h>
#include <Parsers/Primitives.h>
#include <algorithms/algorithm.h>
#include <algorithms/geo.h>
#include <edm4eic/CalorimeterHitCollection.h>
#include <stdint.h>
#include <cstddef>
#include <functional>
#include <gsl/pointers>
#include <iterator>
#include <map>
#include <string>
#include <string_view>
#include <unordered_map>
#include <utility>
#include <vector>
#include "CalorimeterHitsMergerConfig.h"
#include "algorithms/interfaces/WithPodConfig.h"
Include dependency graph for CalorimeterHitsMerger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  eicrecon::CalorimeterHitsMerger
 

Namespaces

namespace  eicrecon
 -client
 

Typedefs

using eicrecon::MergeMap = std::unordered_map< uint64_t, std::vector< std::size_t > >
 
using eicrecon::RefField = std::pair< std::string, int >
 
using eicrecon::MapFunc = std::function< int(const edm4eic::CalorimeterHit &)>
 
using eicrecon::CalorimeterHitsMergerAlgorithm = algorithms::Algorithm< algorithms::Input< edm4eic::CalorimeterHitCollection >, algorithms::Output< edm4eic::CalorimeterHitCollection > >