7#ifndef TRIGSCINT_TRIGSCINTFIRMWAREHITPRODUCER_H
8#define TRIGSCINT_TRIGSCINTFIRMWAREHITPRODUCER_H
16#include "DetDescr/TrigScintID.h"
19#include "TrigScint/Event/TrigScintHit.h"
20#include "TrigScint/Event/TrigScintQIEDigis.h"
25#include "Framework/Configure/Parameters.h"
31#include "TrigScint/Firmware/objdef.h"
32#include "TrigScint/SimQIE.h"
81 std::string test_collection_;
Class providing string constants for the event model.
Base classes for all user event processing components to extend.
Utility used to generate noise hits_.
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.
Producer(const std::string &name, Process &process)
Class constructor.
virtual void process(Event &event) final
Processing an event for a Producer is calling produce.
Class encapsulating parameters for configuring a processor.
std::string output_collection_
Name of the output collection that will be used to stored the digitized trigger scintillator hits.
void configure(framework::config::Parameters &ps) override
Callback for the EventProcessor to configure itself from the given set of parameters.
int sample_of_interest_
Total number of photoelectrons per MIP.
void produce(framework::Event &event) override
Process the event and put new data products into it.
double pedestal_
QIE pedestal.
std::string input_collection_
add a hit at index idx to a cluster
std::string input_pass_name_
Name of the pass that the input collection is on (empty string means take any pass)
double mev_per_mip_
Total MeV per MIP.
double pe_per_mip_
Total number of photoelectrons per MIP.