8#ifndef TOOLS_PATTERNLUTMAKER_H
9#define TOOLS_PATTERNLUTMAKER_H
16#include "Framework/Configure/Parameters.h"
45 std::string input_file_;
48 std::string output_file_;
51 double lut_threshold_{0.0008};
53 std::ifstream infile_;
54 std::ofstream outfile_;
57 std::map<std::pair<float, float>, std::vector<Line>> groups_;
Base classes for all user event processing components to extend.
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.