-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPM_pipeline.yaml
56 lines (56 loc) · 1.08 KB
/
PM_pipeline.yaml
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
prefileloop_call:
type: prefileloop_call
kwargs:
PM_files_path: PM_functions/PM_files
module: PM_functions
preevent_func:
type: preeventloop_call
module: PM_functions.preevent_func
read_angles:
type: call
module: electronic_chain
kwargs:
tree: tshower
read_sampling_time:
type: call
module: electronic_chain
kwargs:
tree: trunefieldsimdata
read_traces:
type: call
module: electronic_chain
kwargs:
tree: tefield
adjust_traces:
type: call
module: electronic_chain
efield2voltage_pm:
type: call
module: PM_functions
generate_galacticnoise:
type: call
module: PM_functions.noisemodel
galactic_noise:
type: add_randomized
LNA_coefficient:
type: multiply
cable_coefficient:
type: multiply
filter_coefficient:
type: multiply
restore_traces_length:
type: call
module: electronic_chain
store_voltage:
type: store
tree_type: VoltageEventTree
filename_suffix: _voltage
copy_tefield: true
voltage2adc:
type: call
module: XDU_electronic_chain
store_adc:
type: store
tree_type: ADCEventTree
filename_suffix: _adc
copy_tefield: true