Berkeley Nuclear Data Software
|
#include <iostream>
#include <chrono>
#include <thread>
#include <algorithm>
#include <set>
#include "CAENDigitizerType.h"
#include "CAENDigitizer.h"
#include "DigiState.h"
#include "TFile.h"
#include "TTree.h"
#include "TTimer.h"
#include "TCanvas.h"
#include "TROOT.h"
#include "TSystem.h"
#include "TApplication.h"
#include "TArrayS.h"
#include "TH1.h"
#include "TH2.h"
Functions | |
void | dataAcqLoop () |
int | main (int argc, char *argv[]) |
Variables | |
std::atomic_bool | runBool = true |
void dataAcqLoop | ( | ) |
create structures for data storage and create root file with tree in it
int main | ( | int | argc, |
char * | argv[] | ||
) |
std::atomic_bool runBool = true |