MCBriefPad.h
Go to the documentation of this file.
1 ///
2 /// \file MCBriefPad.h
3 /// \brief Drawing pad for short summary of an MC event
4 /// \author messier@indiana.edu
5 /// \version $Id: MCBriefPad.h,v 1.1.1.1 2010/11/10 19:44:54 p-novaart Exp $
6 ///
7 #ifndef EVD_MCBRIEF_H
8 #define EVD_MCBRIEF_H
10 namespace evdb { class View2D; }
11 class TH1F;
12 
13 namespace gar {
14 namespace evd {
15  class MCBriefPad : public DrawingPad {
16  public:
17  MCBriefPad(const char* nm, const char* ti,
18  double x1, double y1,
19  double x2, double y2,
20  const char* opt);
21  ~MCBriefPad();
22  void Draw();
23  private:
24  evdb::View2D* fView; ///< Superimpose scale on 1D histo
25  };
26 }
27 }
28 #endif
29 ////////////////////////////////////////////////////////////////////////
opt
Definition: train.py:196
evdb::View2D * fView
Superimpose scale on 1D histo.
Definition: MCBriefPad.h:24
LArSoft includes.
Definition: InfoTransfer.h:33
void Draw(const char *plot, const char *title)
Definition: gXSecComp.cxx:580
Base class for event display drawing pads.
Definition: DrawingPad.h:23
General GArSoft Utilities.