forked from kvtsang/Supera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupera_basic.fcl
72 lines (68 loc) · 1.88 KB
/
supera_basic.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
ProcessDriver: {
Verbosity: 2
EnableFilter: false
RandomAccess: false
#ProcessType: ["SuperaMetaMaker","SuperaWire","SuperaOpDigit","SuperaChStatus","WireMask"]
#ProcessName: ["SuperaMetaMaker","SuperaWire","SuperaOpDigit","SuperaChStatus","WireMask"]
#ProcessType: ["SuperaMetaMaker","SuperaWire","SuperaHit","SuperaOpDigit","SuperaChStatus"]
#ProcessName: ["SuperaMetaMaker","SuperaWire","SuperaHit","SuperaOpDigit","SuperaChStatus"]
ProcessType: ["SuperaMetaMaker","SuperaWire","SuperaHit"]
ProcessName: ["SuperaMetaMaker","SuperaWire","SuperaHit"]
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]
}
}
WireMask: {
ChStatusProducer: "wire"
ImageProducer: "wire"
}
SuperaChStatus: {
LArChStatusProducer: "chstatus"
OutChStatusLabel: "wire"
}
SuperaWire: {
Verbosity: 2
OutImageLabel: "wire"
LArWireProducer: "caldata"
TimeOffset: 2400
}
SuperaHit: {
Verbosity: 2
OutImageLabel: "hit"
LArHitProducer: "gaushit"
TimeOffset: 2400
Smear: true
}
SuperaOpDigit: {
Verbosity: 0
OutImageLabel: "pmt"
LArOpDigitProducer: "saturation OpdetBeamHighGain"
TimeOffset: 0
MetaConfig: {
MinTime: 0
MinWire: 0
EventImageRows: [1500]
EventImageCols: [32]
EventCompRows: [1]
EventCompCols: [1]
}
}
}
}