LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
EVD_module.cc File Reference

Go to the source code of this file.

Classes

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

Namespaces

 art
 
 fhicl
 parameter set interface
 
 evd
 LArSoft includes.
 

Functions

static evdb::Canvasmk_twqprojectionview_canvas (TGMainFrame *mf)
 
static evdb::Canvasmk_twqmtpcprojectionview_canvas (TGMainFrame *mf)
 
static evdb::Canvasmk_display3d_canvas (TGMainFrame *mf)
 
static evdb::Canvasmk_ortho3d_canvas (TGMainFrame *mf)
 
static evdb::Canvasmk_calor_canvas (TGMainFrame *mf)
 

Detailed Description

Function Documentation

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

Definition at line 75 of file EVD_module.cc.

Referenced by evd::EVD::beginJob().

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

Definition at line 63 of file EVD_module.cc.

Referenced by evd::EVD::beginJob().

64 {
65  return new evd::Display3DView(mf);
66 }
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 69 of file EVD_module.cc.

Referenced by evd::EVD::beginJob().

70 {
71  return new evd::Ortho3DView(mf);
72 }
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 57 of file EVD_module.cc.

Referenced by evd::EVD::beginJob().

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

Definition at line 51 of file EVD_module.cc.

Referenced by evd::EVD::beginJob().