Classes | Namespaces | Functions
EVD_module.cc File Reference
#include "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Core/EDAnalyzer.h"
#include "nuevdb/EventDisplayBase/DisplayWindow.h"
#include "lareventdisplay/EventDisplay/TWQProjectionView.h"
#include "lareventdisplay/EventDisplay/TWQMultiTPCProjection.h"
#include "lareventdisplay/EventDisplay/Display3DView.h"
#include "lareventdisplay/EventDisplay/Ortho3DView.h"
#include "lareventdisplay/EventDisplay/CalorView.h"
#include "art/Framework/Principal/fwd.h"
#include "fhiclcpp/fwd.h"

Go to the source code of this file.

Classes

class  evd::EVD
 a class for transporting photons in a roughly realistic way More...
 

Namespaces

 evd
 LArSoft includes.
 

Functions

static evdb::Canvas * mk_twqprojectionview_canvas (TGMainFrame *mf)
 
static evdb::Canvas * mk_twqmtpcprojectionview_canvas (TGMainFrame *mf)
 
static evdb::Canvas * mk_display3d_canvas (TGMainFrame *mf)
 
static evdb::Canvas * mk_ortho3d_canvas (TGMainFrame *mf)
 
static evdb::Canvas * mk_calor_canvas (TGMainFrame *mf)
 

Function Documentation

static evdb::Canvas* mk_calor_canvas ( TGMainFrame *  mf)
static

Definition at line 74 of file EVD_module.cc.

75 {
76  return new evd::CalorView(mf);
77 }
View showing calorimetric particle ID information.
Definition: CalorView.h:20
static evdb::Canvas* mk_display3d_canvas ( TGMainFrame *  mf)
static

Definition at line 62 of file EVD_module.cc.

63 {
64  return new evd::Display3DView(mf);
65 }
View of event shoing the XZ and YZ readout planes.
Definition: Display3DView.h:16
static evdb::Canvas* mk_ortho3d_canvas ( TGMainFrame *  mf)
static

Definition at line 68 of file EVD_module.cc.

69 {
70  return new evd::Ortho3DView(mf);
71 }
View of event shoing orthographic view of 3D objects.
Definition: Ortho3DView.h:21
static evdb::Canvas* mk_twqmtpcprojectionview_canvas ( TGMainFrame *  mf)
static

Definition at line 56 of file EVD_module.cc.

static evdb::Canvas* mk_twqprojectionview_canvas ( TGMainFrame *  mf)
static

Definition at line 50 of file EVD_module.cc.