1#include "DQM/TrigScintTrackDQM.h"
14 "n_tracks",
"TrigScint track multiplicity in the pad/event", 25, 0, 25);
18 "Track edep fraction associated with beam electron", 101,
30 pass_name_ = ps.
get<std::string>(
"passName").c_str();
33 <<
" pass name =" << pass_name_;
38 const std::vector<ldmx::TrigScintTrack> trig_scint_tracks =
#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 track_collection_name_
Name of trigger pad track collection.
TrigScintTrackDQM(const std::string &name, framework::Process &process)
Constructor.
void analyze(const framework::Event &event)
Process the event and make histograms ro summaries.
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.
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.
Represents a track of trigger scintillator clusters.
All classes in the ldmx-sw project use this namespace.