Main file for daqview, displays a single event from raw data. More...
#include "Reader.hh"#include "ConfigHandler.hh"#include "CommandSwitchFunctions.hh"#include "V172X_Params.hh"#include "ProcessedPlotter.hh"#include "SumChannels.hh"#include "V172X_Event.hh"#include "EventHandler.hh"#include "Message.hh"#include "RootGraphix.hh"#include "TFile.h"#include "TCanvas.h"#include <fstream>#include <string>#include <exception>#include <stdlib.h>Go to the source code of this file.
Functions | |
| void | SaveCanvas (const TCanvas *c, const char *name) |
| Allows user to save a displayed canvas to a ROOT file. | |
| int | main (int argc, char **argv) |
Main file for daqview, displays a single event from raw data.
Definition in file daqview.cc.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 35 of file daqview.cc.
1.6.1