7#ifndef PFHCALCLUSTERPRODUCER_H
8#define PFHCALCLUSTERPRODUCER_H
11#include "Framework/Configure/Parameters.h"
31 bool singleCluster_{
true};
32 bool logEnergyWeight_{
true};
34 float minHitEnergy_{0};
35 float clusterHitDist_{100.};
36 float clusterZBias_{1.};
37 int minClusterHitMult_{2};
40 std::string hitCollName_;
42 std::string clusterCollName_;
Base classes for all user event processing components to extend.
Class implementing an event buffer system for storing event data.
Implements an event buffer system for storing event data.
Class which represents the process under execution.
Base class for a module which produces a data product.
Class encapsulating parameters for configuring a processor.
virtual void configure(framework::config::Parameters &ps)
Callback for the EventProcessor to configure itself from the given set of parameters.
virtual void produce(framework::Event &event)
Process the event and put new data products into it.