1#include "DQM/TrigScintClusterDQM.h"
34 pad_name_ = ps.
get<std::string>(
"pad").c_str();
35 pass_name_ = ps.
get<std::string>(
"passName").c_str();
38 <<
", pad = " << pad_name_ <<
", pass = " << pass_name_;
44 const std::vector<ldmx::TrigScintCluster> trig_scint_clusters =
63 total_pe += cluster.getPE();
#define DECLARE_ANALYZER(CLASS)
Macro which allows the framework to construct an analyzer given its name during configuration.
void configure(framework::config::Parameters &pSet)
Configure the processor using the given user specified parameters.
std::string cluster_collection_name_
Name of trigger pad cluster collection.
void analyze(const framework::Event &event)
Process the event and make histograms ro summaries.
TrigScintClusterDQM(const std::string &name, framework::Process &process)
Constructor.
void onProcessStart()
Method executed before processing of events begins.
HistogramPool histograms_
helper object for making and filling histograms
TDirectory * getHistoDirectory()
Access/create a directory in the histogram file for this event processor to create histograms and ana...
Implements an event buffer system for storing event data.
bool exists(const std::string &name, const std::string &passName, bool unique=true) const
Check for the existence of an object or collection with the given name and pass name in the event.
void create(const config::Parameters &p)
Create a histogram from the input configuration parameters.
void fill(const std::string &name, const T &val)
Fill a 1D histogram.
Class which represents the process under execution.
Class encapsulating parameters for configuring a processor.
const T & get(const std::string &name) const
Retrieve the parameter of the given name.
Stores cluster information from the trigger scintillator pads.
All classes in the ldmx-sw project use this namespace.