-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
57 lines (57 loc) · 1.92 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"general": {
"boss_workarea_envname": "BOSSWORKAREA",
"boss_data_envname": "BOSSDATA",
"use_energy_and_dec_filename_data_subdirs": true,
"logfile_subdir": "logs",
"use_separate_log_dir": true,
"data_subdir": "data",
"mc_subdir": "mc",
"inclmc_subdir": "inclMc",
"use_long_info_filenames": false
},
"analysis": {
"job_option_file_ext": ".txt",
"analysis_output_subdir": "root",
"analysis_output_dir_subdir_order": [
"energy",
"algorithm",
"decayname"
],
"analysis_output_filename_base": "ana",
"job_opt_template_subdir": "run/anaOptions",
"job_name": "boss-ana",
"application_path": "/path/to/your/boss.exe",
"default_algorithm": "",
"log_filename": "boss_ana.log",
"dst_files_per_job": 5,
"chunk_redistribution_threshold": 0.5,
"job_resource_request": {
"walltime_in_hours": 2,
"memory_in_mb": 2000
},
"ana_min_filesize_in_kb": 1000
},
"simreco": {
"dec_file_subdir": "run/decfiles",
"dec_file_ext": ".dec",
"job_option_file_ext": ".txt",
"job_opt_template_subdir": "run/recSimOptions",
"pdt_table_subpath": "run/pdt.table",
"use_own_pdt_table": false,
"sim_output_subdir": "rtraw",
"sim_output_filename_base": "sim",
"reco_output_subdir": "dst",
"reco_output_filename_base": "rec",
"job_name": "boss-sim",
"application_path": "/path/to/your/boss.exe",
"himster2_randomtrg_path": "/lustre/miifs05/scratch/bes3/data/randomtrg/",
"log_filename": "boss_sim.log",
"job_resource_request": {
"walltime_in_hours": 8,
"memory_in_mb": 2000
},
"sim_min_filesize_per_event_in_kb": 3,
"reco_min_filesize_per_event_in_kb": 10
}
}