epic-drich-beam-test-analysis
ePIC dRICH beam test analysis framework
Loading...
Searching...
No Matches
recodata_writer.h
1#pragma once
2#include <string>
3
4#define _CROSS_TALK_DEADTIME_ 124
5#define _TRIGGER_MIN_SEPARATION_ 16
6#define _EDGE_REJECTION_NS_ 25
7
8void recodata_writer(
9 std::string data_repository,
10 std::string run_name,
11 int max_spill = 1000,
12 bool force_recodata_rebuild = false,
13 bool force_lightdata_rebuild = false,
14 std::string mapping_conf = "conf/mapping_conf.2025.toml",
15 std::string trigger_conf = "conf/trigger_conf.toml");