7#ifndef TOOLS_CLUSTERTRIPLETMAKER_H
8#define TOOLS_CLUSTERTRIPLETMAKER_H
11#include "Framework/Configure/Parameters.h"
19#include "TrigScint/Event/TrigScintCluster.h"
47 std::string pass_name_{
""};
50 std::vector<std::string> cluster_input_collections_;
53 std::string output_file_{
"clusters.txt"};
56 std::ofstream output_stream_;
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.