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 dumpFileName =
"dummy.dump";
67 unsigned long evtNo = 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.
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.