#include <stdio.h>
#include <string.h>
#include <time.h>
#include "midas.h"
#include "experim.h"
#include "analyzer.h"
Go to the source code of this file.
◆ scaler_accum()
Definition at line 66 of file scaler.cxx.
67{
71
72
75 return 1;
76
77
79
80
81 for (
i = 0;
i <
n;
i++) {
84 }
85
86
88
90}
INT bk_close(void *event, void *pdata)
INT bk_locate(const void *event, const char *name, void *pdata)
void bk_create(void *event, const char *name, WORD type, void **pdata)
TH1X EXPRT * h1_book(const char *name, const char *title, int bins, double min, double max)
◆ scaler_clear()
INT scaler_clear |
( |
INT |
run_number | ) |
|
◆ scaler_eor()
INT scaler_eor |
( |
INT |
run_number | ) |
|
◆ scaler
◆ scaler_accum_module
Initial value:= {
"Scaler accumulation",
"Stefan Ritt",
0,
}
INT scaler_clear(INT run_number)
INT scaler_accum(EVENT_HEADER *, void *)
INT scaler_eor(INT run_number)
Definition at line 32 of file scaler.cxx.
32 {
33 "Scaler accumulation",
34 "Stefan Ritt",
41 0,
43};