AlcapDAQ  1
Functions
rsp_ndet0.c File Reference

Go to the source code of this file.

Functions

void rsp_ndet0 (int runnr, int addr, int fadc)
 

Function Documentation

void rsp_ndet0 ( int  runnr,
int  addr,
int  fadc 
)

Definition at line 1 of file rsp_ndet0.c.

References gROOT, process_file(), and sprintf().

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 }