#include "WireCellIface/IFrameFilter.h"
#include "WireCellIface/IConfigurable.h"
#include "WireCellIface/SimpleFrame.h"
#include "WireCellIface/SimpleTrace.h"
#include "WireCellUtil/PluginManager.h"
#include "WireCellUtil/Binning.h"
#include "WireCellUtil/Response.h"
#include "WireCellUtil/NamedFactory.h"
#include <iostream>
#include "MultiPdf.h"
#include "TFile.h"
#include "TStyle.h"
#include "TH2F.h"
Go to the source code of this file.
Functions | |
std::vector< float > | blip (Binning bins, double time=1 *units::ms, double sigma=3 *units::us, double mag=10000.0) |
float | maximum (const std::vector< float > &wave) |
TH1F * | plot_wave (MultiPdf &pdf, const std::vector< float > &wave, std::string name, std::string title) |
TH2F * | plot_ratio (MultiPdf &pdf, TH2F *f1, TH2F *f2) |
TH2F * | plot_frame (MultiPdf &pdf, IFrame::pointer frame, std::string name, double mtick=-1, double mchan=-1) |
int | main (int argc, char *argv[]) |
std::vector<float> blip | ( | Binning | bins, |
double | time = 1*units::ms , |
||
double | sigma = 3*units::us , |
||
double | mag = 10000.0 |
||
) |
Definition at line 24 of file test_misconfigure.cxx.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 122 of file test_misconfigure.cxx.
float maximum | ( | const std::vector< float > & | wave | ) |
Definition at line 38 of file test_misconfigure.cxx.
TH2F * plot_frame | ( | MultiPdf & | pdf, |
IFrame::pointer | frame, | ||
std::string | name, | ||
double | mtick = -1 , |
||
double | mchan = -1 |
||
) |
Definition at line 75 of file test_misconfigure.cxx.
TH2F* plot_ratio | ( | MultiPdf & | pdf, |
TH2F * | f1, | ||
TH2F * | f2 | ||
) |
Definition at line 62 of file test_misconfigure.cxx.
TH1F* plot_wave | ( | MultiPdf & | pdf, |
const std::vector< float > & | wave, | ||
std::string | name, | ||
std::string | title | ||
) |
Definition at line 47 of file test_misconfigure.cxx.