-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathcafmakerjob_icarus_data_NuGraphReco.fcl
More file actions
43 lines (31 loc) · 1.29 KB
/
cafmakerjob_icarus_data_NuGraphReco.fcl
File metadata and controls
43 lines (31 loc) · 1.29 KB
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
#include "services_common_icarus.fcl"
#include "channelmapping_icarus.fcl"
#include "correctionservices_icarus.fcl"
#include "cafmaker_defs.fcl"
process_name: CAFmaker
services:
{
@table::icarus_wirecalibration_minimum_services
@table::icarus_random_services # from services_common_icarus.fcl
SpaceChargeService: @local::icarus_spacecharge
}
physics:
{
producers: {
@table::caf_preprocess_data_producers
}
runprod: [ @sequence::caf_preprocess_data_sequence, cafmaker]
trigger_paths: [ runprod ]
}
physics.producers.cafmaker.G4Label: ""
physics.producers.cafmaker.GenLabel: ""
physics.producers.cafmaker.SimChannelLabel: ""
physics.producers.cafmaker.SystWeightLabels: []
physics.producers.cafmaker.SaveGENIEEventRecord: false
physics.producers.cafmaker.TriggerLabel: "daqTrigger" # the general configuration, for MC, has a different one (see also https://github.com/SBNSoftware/icaruscode/issues/556)
## Grab the second-pass Pandora reconstruction, after NuGraph2's filter
physics.producers.cafmaker.PFParticleLabel: "pandoraGausNuGraphReco"
## Use NuGraph2's PID after NuGraph2's filter
physics.producers.cafmaker.UsePandoraAfterNuGraph: true
physics.producers.cafmaker.NuGraphFilterLabel: "ngfilteredhits:filter"
physics.producers.cafmaker.NuGraphSemanticLabel: "ngfilteredhits:semantic"