9#ifndef ECAL_ECALRECPRODUCER_H_
10#define ECAL_ECALRECPRODUCER_H_
20#include "DetDescr/DetectorID.h"
Class that defines an ECal detector ID with a cell number.
Base classes for all user event processing components to extend.
Performs basic ECal reconstruction.
std::string digiPassName_
Digi Pass Name to use as input.
std::vector< double > layerWeights_
Layer Weights to use for this reconstruction.
double mip_si_energy_
Energy [MeV] deposited by a MIP in Si 0.5mm thick.
virtual ~EcalRecProducer()
Destructor.
std::string digiCollName_
Digi Collection Name to use as input.
double charge_per_mip_
Number of electrons generated by average MIP in Si 0.5mm thick.
std::string recHitCollName_
output hit collection name
std::string simHitPassName_
simhit pass name
virtual void produce(framework::Event &event)
Produce EcalHits and put them into the event bus using the EcalDigis as input.
virtual void configure(framework::config::Parameters &)
Grabs configure parameters from the python config file.
double clock_cycle_
Length of clock cycle [ns].
std::string simHitCollName_
simhit collection name
double secondOrderEnergyCorrection_
Second Order Energy Correction to use for this reconstruction.
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.