#include <TwoAxisView.h>
|
| TwoAxisView (const std::string &name="CRTEvd", const std::string &title="CRT Event Display", const std::string &zTitle="Hits") |
|
| TwoAxisView (TPad *pad, const std::string &name="CRTEvd", const std::string &title="CRT Event Display", const std::string &zTitle="Hits") |
|
| TwoAxisView (const std::string &name, const std::string &title, const std::string &xTitle, const std::string &yTitle, const std::string &zTitle) |
|
| TwoAxisView (const std::string &name, const std::string &title, const std::string &xTitle, const std::string &yTitle, const std::string &zTitle, TPad *pad) |
|
| ChannelView () |
|
| ChannelView (TPad *pad) |
|
virtual | ~ChannelView () |
|
void | Fill (const size_t module, const size_t channel, const double weight=1.0) |
|
void | SetValue (const size_t module, const size_t channel, const double value) |
|
void | Draw (const char *option) |
|
void | Reset (const char *option) |
|
|
virtual void | doFill (const size_t module, const size_t channel, const double weight) override |
|
virtual void | doSetValue (const size_t module, const size_t channel, const double value) override |
|
virtual void | doDraw (const char *option) override |
|
virtual void | doReset (const char *option) override |
|
TPad * | GetMainPad () |
|
Definition at line 15 of file TwoAxisView.h.
Definition at line 44 of file TwoAxisView.cpp.
TwoAxisView(const std::string &name="CRTEvd", const std::string &title="CRT Event Display", const std::string &zTitle="Hits")
CRT::TwoAxisView::TwoAxisView |
( |
TPad * |
pad, |
|
|
const std::string & |
name = "CRTEvd" , |
|
|
const std::string & |
title = "CRT Event Display" , |
|
|
const std::string & |
zTitle = "Hits" |
|
) |
| |
Definition at line 49 of file TwoAxisView.cpp.
TwoAxisView(const std::string &name="CRTEvd", const std::string &title="CRT Event Display", const std::string &zTitle="Hits")
Definition at line 30 of file TwoAxisView.cpp.
34 fHist.SetStats(
false);
35 fHist.SetMaximum(4096);
static constexpr size_t ChannelsPerModule
static constexpr size_t NModules
Definition at line 38 of file TwoAxisView.cpp.
static constexpr size_t ChannelsPerModule
static constexpr size_t NModules
void CRT::TwoAxisView::doDraw |
( |
const char * |
option | ) |
|
|
overrideprotectedvirtual |
void CRT::TwoAxisView::doFill |
( |
const size_t |
module, |
|
|
const size_t |
channel, |
|
|
const double |
weight |
|
) |
| |
|
overrideprotectedvirtual |
void CRT::TwoAxisView::doReset |
( |
const char * |
option | ) |
|
|
overrideprotectedvirtual |
void CRT::TwoAxisView::doSetValue |
( |
const size_t |
module, |
|
|
const size_t |
channel, |
|
|
const double |
value |
|
) |
| |
|
overrideprotectedvirtual |
TH2D CRT::TwoAxisView::fHist |
|
private |
The documentation for this class was generated from the following files:
- duneprototypes/duneprototypes/Protodune/singlephase/CRT/alg/plot/TwoAxisView.h
- duneprototypes/duneprototypes/Protodune/singlephase/CRT/alg/plot/TwoAxisView.cpp