main file for the daqman exectutable. More...
#include "V172X_Daq.hh"#include "V172X_Event.hh"#include "ConfigHandler.hh"#include "CommandSwitchFunctions.hh"#include "EventHandler.hh"#include "AsyncEventHandler.hh"#include "RawWriter.hh"#include "ProcessedPlotter.hh"#include "Reader.hh"#include "GenericAnalysis.hh"#include "BaselineFinder.hh"#include "PulseFinder.hh"#include "Integrator.hh"#include "EvalRois.hh"#include "SpectrumMaker.hh"#include "ConvertData.hh"#include "SumChannels.hh"#include "TriggerHistory.hh"#include "runinfo.hh"#include "kbhit.h"#include <exception>#include <string>#include "Message.hh"#include <time.h>#include <fstream>#include <algorithm>#include <numeric>#include "boost/thread/thread.hpp"Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &out, const PrintStats &stats) |
| int | main (int argc, char **argv) |
Variables | |
| bool | stop_run = false |
main file for the daqman exectutable.
daqman acquires raw data from the digitizers. Automatically loads the file daqman.cfg. Several comman-line arguments are also available to affect the trigger params.
Definition in file daqman.cc.
1.6.1