LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Drawing pad for time or charge histograms. More...
#include "lareventdisplay/EventDisplay/TQPad.h"
#include "TBox.h"
#include "TH1F.h"
#include "TF1.h"
#include "TPad.h"
#include "TPolyLine.h"
#include "TText.h"
#include "cetlib_except/exception.h"
#include "nutools/EventDisplayBase/View2D.h"
#include "nutools/EventDisplayBase/EventHolder.h"
#include "lareventdisplay/EventDisplay/RawDrawingOptions.h"
#include "lareventdisplay/EventDisplay/ColorDrawingOptions.h"
#include "lareventdisplay/EventDisplay/RawDataDrawer.h"
#include "lareventdisplay/EventDisplay/RecoBaseDrawer.h"
#include "larcore/Geometry/Geometry.h"
#include "larcorealg/Geometry/CryostatGeo.h"
#include "larcorealg/Geometry/TPCGeo.h"
#include "larcorealg/Geometry/PlaneGeo.h"
#include "lardataobj/RecoBase/Hit.h"
#include "lardata/ArtDataHelper/MVAReader.h"
#include <algorithm>
Go to the source code of this file.
Namespaces | |
evd | |
LArSoft includes. | |
Variables | |
static const int | evd::kRAW = 0 |
static const int | evd::kCALIB = 1 |
static const int | evd::kRAWCALIB = 2 |
static const int | evd::kQ = 0 |
static const int | evd::kTQ = 1 |
Drawing pad for time or charge histograms.
Definition in file TQPad.cxx.