![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "art/Framework/Core/ModuleMacros.h"#include "art/Framework/Core/EDAnalyzer.h"#include <string>#include "TH1D.h"#include <sys/types.h>#include <sys/stat.h>#include "nutools/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/Event.h"#include "fhiclcpp/ParameterSet.h"#include "art/Framework/Principal/Handle.h"#include "art/Framework/Services/Registry/ServiceHandle.h"#include "art/Framework/Services/Optional/TFileService.h"#include "art/Framework/Services/Optional/TFileDirectory.h"#include "messagefacility/MessageLogger/MessageLogger.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. | |
Macros | |
| #define | EVD_EVD_H |
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) |
Definition in file EVD_module.cc.
| #define EVD_EVD_H |
Definition at line 10 of file EVD_module.cc.
|
static |
Definition at line 90 of file EVD_module.cc.
Referenced by evd::EVD::beginJob().
|
static |
Definition at line 78 of file EVD_module.cc.
Referenced by evd::EVD::beginJob().
|
static |
Definition at line 84 of file EVD_module.cc.
Referenced by evd::EVD::beginJob().
|
static |
Definition at line 72 of file EVD_module.cc.
Referenced by evd::EVD::beginJob().
|
static |
Definition at line 66 of file EVD_module.cc.
Referenced by evd::EVD::beginJob().