1#include "DQM/TrigScintTrackDQM.h"
16 "n_tracks",
"TrigScint track multiplicity in the pad/event", 25, 0, 25);
20 "Track edep fraction associated with beam electron", 101,
32 passName_ = ps.
getParameter<std::string>(
"passName").c_str();
34 ldmx_log(info) <<
"In TrigScintTrackDQM::configure, got parameters "
40 const std::vector<ldmx::TrigScintTrack> TrigScintTracks =
#define DECLARE_ANALYZER_NS(NS, CLASS)
Macro which allows the framework to construct an analyzer given its name during configuration.
~TrigScintTrackDQM()
Destructor.
std::string trackCollectionName_
Name of trigger pad track collection.
void configure(framework::config::Parameters &pSet)
Configure the processor using the given user specified parameters.
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.
TDirectory * getHistoDirectory()
Access/create a directory in the histogram file for this event processor to create histograms and ana...
HistogramHelper histograms_
Interface class for making and filling histograms.
Implements an event buffer system for storing event data.
void fill(const std::string &name, const double &val)
Fill a 1D histogram.
void create(const std::string &name, const std::string &xLabel, const double &bins, const double &xmin, const double &xmax)
Create a ROOT 1D histogram of type TH1F and pool it for later use.
Class which represents the process under execution.
Class encapsulating parameters for configuring a processor.
T getParameter(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.