-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpdhd_cosmics_gen.yaml
41 lines (38 loc) · 977 Bytes
/
pdhd_cosmics_gen.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
time_last: True
pass_name_through_stages: True
art_out_base: prod_cosmics_radio_protodunehd
timestamp_outname: True
justin_stage_outname: True
justin_jobid_outname: True
job_stages:
gen:
fcl: prod_cosmics_radiologicals_protodunehd.fcl
nevents: 10
art_out: True
tfile_out: False
input_from: "job" ##Todo -- make sure input is passed through
g4:
fcl: standard_g4_protodunehd_nophoton.fcl
nevents: -1
art_out: True
tfile_out: False
input_from: "gen"
detsim:
fcl: standard_detsim_protodunehd_nophoton.fcl
nevents: -1
art_out: True
tfile_out: False
input_from: "g4"
reco_stage1:
fcl: standard_reco_stage1_protodunehd_MC.fcl
nevents: -1
art_out: True
tfile_out: False #TODO -- True
input_from: "detsim"
reco_stage2:
fcl: standard_reco_stage2_protodunehd_MC_nophoton.fcl
nevents: -1
art_out: True
make_art_metadata: True
tfile_out: False
input_from: "reco_stage1"