Main file for genroot, creates ROOT tree from raw data file. More...
#include "Reader.hh"#include "ConfigHandler.hh"#include "CommandSwitchFunctions.hh"#include "EventHandler.hh"#include "AverageWaveforms.hh"#include <time.h>#include "V172X_Params.hh"#include "SumChannels.hh"#include "BaselineFinder.hh"#include "Differentiator.hh"#include "FParameter.hh"#include "Fitter.hh"#include "SpeFinder.hh"#include "PulseFinder.hh"#include "RootWriter.hh"#include "ConvertData.hh"#include <cstdlib>Go to the source code of this file.
Functions | |
| void | SetOutputFile (RootWriter *writer, const char *inputfile) |
| Determine the filename of the output root file. | |
| int | ProcessOneFile (const char *filename, std::string event_file, int max_event=-1, int min_event=0) |
| Fully process a single raw data file. | |
| int | main (int argc, char **argv) |
Main file for genroot, creates ROOT tree from raw data file.
Definition in file genroot.cc.
1.6.1