7#ifndef DUMPFILEWRITER_H
8#define DUMPFILEWRITER_H
11#include "DiscreteInputs.h"
12#include "DiscreteInputs_IO.h"
14#include "Framework/Configure/Parameters.h"
17#include "TrigUtilities.h"
64 std::string dump_file_name_ =
"dummy.dump";
65 std::string ecal_trig_digis_passname_;
66 std::string ecal_trig_digis_event_passname_;
70 unsigned long evt_no_ = 0;
Class that defines the relationship between precision cells and trigger cells and provides geometry i...
Base classes for all user event processing components to extend.
Class implementing an event buffer system for storing event data.
Base class for a module which does not produce a data product.
virtual void process(Event &event) final
Processing an event for an Analyzer is calling analyze.
Implements an event buffer system for storing event data.
Class which represents the process under execution.
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 onProcessEnd()
Callback for the EventProcessor to take any necessary action when the processing of events finishes,...
virtual void onProcessStart()
Callback for the EventProcessor to take any necessary action when the processing of events starts,...
virtual void analyze(const framework::Event &event)
Process the event and make histograms or summaries.