-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsupera_segment_calmod.fcl
111 lines (107 loc) · 2.76 KB
/
supera_segment_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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
ProcessDriver: {
Verbosity: 2
EnableFilter: false
RandomAccess: false
ProcessType: ["SuperaMetaMaker","SuperaWire","SuperaSimCh","SuperaChStatus","SuperaMCROI","WireMask","WireMask","SuperaOpDigit"]
ProcessName: ["SuperaMetaMaker","SuperaWire","SuperaSimCh","SuperaChStatus","SuperaMCROI","WireMaskWire","WireMaskSegment","SuperaOpDigit"]
IOManager: {
Verbosity: 2
Name: "IOManager"
IOMode: 1
OutFileName: "out_test.root"
InputFiles: []
InputDirs: []
StoreOnlyType: []
StoreOnlyName: []
}
ProcessList: {
SuperaMetaMaker: {
MetaConfig: {
MinTime: 2400
MinWire: 0
EventImageRows: [1008,1008,1008]
EventImageCols: [3456,3456,3456]
EventCompRows: [6,6,6]
EventCompCols: [1,1,1]
}
}
WireMaskWire: {
ChStatusProducer: "wire"
ImageProducer: "wire"
}
WireMaskSegment: {
ChStatusProducer: "wire"
ImageProducer: "segment"
}
SuperaChStatus: {
LArChStatusProducer: "chstatus"
OutChStatusLabel: "wire"
}
SuperaWire: {
Verbosity: 2
OutImageLabel: "wire"
LArWireProducer: "calmod"
TimeOffset: 2400
}
SuperaSimCh: {
Verbosity: 2
OutImageLabel: "segment"
OutROILabel: "segment"
LArMCTruthProducer: "generator"
LArMCTrackProducer: "mcreco"
LArMCShowerProducer: "mcreco"
LArSimChProducer: "largeant"
Origin: 1
TimeOffset: 2400
}
SuperaMCROI: {
Verbosity: 2
OutROILabel: "segment"
LArMCTruthProducer: "generator"
LArMCTrackProducer: "mcreco"
LArMCShowerProducer: "mcreco"
LArSimChProducer: "largeant"
TimeOffset: 2400
Origin: 0
StoreG4SecondaryROI: false
StoreG4PrimaryROI: true
FilterTargetPDG: []
FilterTargetInitEMin: []
FilterTargetDepEMin: []
ShowerInitEMin: 0
ShowerDepEMin: 20
TrackInitEMin: 0
TrackDepEMin: 20
FilterROIMinRows: 0
FilterROIMinCols: 0
MCParticleTree: {
Verbosity: 2
UseG4Primary: false
DTMax: 10000
}
MCROIMaker: {
Verbosity: 2
MaxTimeTick: 8448
TimePadding: 10
WirePadding: 10
MinWidth: 2
MinHeight: 2
ApplySCE: true
}
}
SuperaOpDigit: {
Verbosity: 2
OutImageLabel: "pmt"
LArOpDigitProducer: "saturation OpdetBeamHighGain"
MetaConfig: {
MinTime: 0
MinWire: 0
TimeOffset: 0
EventImageRows: [1500]
EventImageCols: [32]
EventCompRows: [1]
EventCompCols: [1]
}
}
}
}