AlcapDAQ  1
rsp_ndet0.c
Go to the documentation of this file.
1 void rsp_ndet0(int runnr, int addr, int fadc)
2 {
3  gInterpreter->AddIncludePath("/home/l_data/daq/midas/include");
4  gROOT->LoadMacro("/home/l_data/daq/midas/linux64/lib/libmidas_shared.so");
5  gROOT->LoadMacro("hdb.cxx+");
6  gROOT->LoadMacro("/home/l_data/online-analysis/compress/libmucap_compress.so");
7  gROOT->LoadMacro("show_pulses_ndet_0.cxx+g");
8  char name[256];
9  sprintf(name, "/data/midas-mucap/run%05d.mid", runnr);
10  process_file(name, addr, fadc);
11 }