7#ifndef PFECALCLUSTERPRODUCER_H
8#define PFECALCLUSTERPRODUCER_H
13#include "Ecal/Event/EcalHit.h"
14#include "Ecal/MyClusterWeight.h"
15#include "Ecal/TemplatedClusterFinder.h"
16#include "Ecal/WorkingCluster.h"
17#include "Framework/Configure/Parameters.h"
20#include "TFitResult.h"
39 bool singleCluster_{
true};
40 bool logEnergyWeight_{
true};
42 float minHitEnergy_{0};
43 float clusterHitDist_{100.};
44 float clusterZBias_{1.};
45 int minClusterHitMult_{2};
48 std::string hitCollName_;
50 std::string clusterCollName_;
Class that stores cluster information from the ECal.
Class that translates raw positions of ECal module hits into cells in a hexagonal readout.
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.