-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathdldata_larlite_supera_calmod.fcl
68 lines (56 loc) · 1.39 KB
/
dldata_larlite_supera_calmod.fcl
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
58
59
60
61
62
63
64
65
66
67
#include "dldata_fclbase_services.fcl"
#include "dldata_fclbase_analyzers.fcl"
#include "time_memory_tracker_microboone.fcl"
BEGIN_PROLOG
SuperaModule: {
module_type: "LArSoftSuperaSriver"
supera_params: "supera_example_calmod.fcl"
out_filename: "larcv.root"
unique_filename: false
stream: "data"
}
VPlaneHandler: {
module_type: "VPlaneHandler"
ProducerLabel: "caldata"
Smooth: true
HandlePlateau: true
Shift: true
}
END_PROLOG
process_name: LArLiteMeatSlicer
services:
{
scheduler: { defaultExceptions: false }
TimeTracker: @local::microboone_time_tracker
MemoryTracker: @local::microboone_memory_tracker
message: @local::microboone_message_services_prod_debug
@table::dldata_services
}
services.TimeTracker.printSummary: true
services.MemoryTracker.printSummaries: []
services.MemoryTracker.includeMallocInfo: false
services.MemoryTracker.dbOutput: {
filename: ""
overwrite: false
}
source_reprocess:
{
module_type: RootInput
maxEvents: 100000 # Number of events to create
}
outputs:
{
}
physics:
{
# include this if you want to use the V-plane fix (recommended)
producers: { calmod: @local::VPlaneHandler }
analyzers: {
supera: @local::SuperaModule
@table::dldata_analyzers
}
vplanefix: [ calmod ]
ana: [opdigit, opreco, reco2d, supera]
trigger_paths: [ vplanefix ]
end_paths: [ ana ]
}