epic-drich-beam-test-analysis
ePIC dRICH beam test analysis framework
Loading...
Searching...
No Matches
recotrackdata_writer.h
1#pragma once
2
3#include <string>
4#include "tracking_altai.h"
5
6void recotrackdata_writer(
7 std::string data_repository,
8 std::string run_name,
9 std::string track_data_repository,
10 std::string track_run_name,
11 int max_frames = 10000000,
12 bool force_recodata_rebuild = false,
13 bool force_lightdata_rebuild = false);