#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 "nuevdb/EventDisplayBase/DisplayWindow.h"
#include "EventDisplay/EVD/Display3DView.h"
#include "EventDisplay/EVD/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_root_io/TFileService.h"
#include "art_root_io/TFileDirectory.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
Go to the source code of this file.
static evdb::Canvas* mk_calor_canvas |
( |
TGMainFrame * |
mf | ) |
|
|
static |
Definition at line 46 of file EVD_module.cc.
View showing calorimetric particle ID information.
static evdb::Canvas* mk_display3d_canvas |
( |
TGMainFrame * |
mf | ) |
|
|
static |
The Event Display.
Definition at line 40 of file EVD_module.cc.
View of event shoing the XZ and YZ readout planes.