forked from kvtsang/Supera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
supera_basic_focused.fcl
72 lines (68 loc) · 1.7 KB
/
supera_basic_focused.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"]
IOManager: {
Verbosity: 2
Name: "IOManager"
IOMode: 1
OutFileName: "out_test.root"
InputFiles: []
InputDirs: []
StoreOnlyType: []
StoreOnlyName: []
}
ProcessList: {
SuperaMetaMaker: {
LArSimChProducer: ""
LArMCTruthProducer: ""
PulledPork: {
Verbosity: 1
Origin: 0
WidthArray: [171.16552,88.681001347526518,153.6]
MinCoordinate: [-44.,-116.5,0.]
MaxCoordinate: [312.,116.5,1036.8]
Padding: [100,0,100]
TimePixels: 3072
WirePixels: [512,512,512]
EventCompRows: [6,6,6]
EventCompCols: [1,1,1]
ApplySCE: true
T0G4ns: 0
ConstraintX: []
ConstraintY: []
ConstraintZ: []
}
}
WireMask: {
ChStatusProducer: "wire"
ImageProducer: "wire"
}
SuperaChStatus: {
LArChStatusProducer: "chstatus"
OutChStatusLabel: "wire"
}
SuperaWire: {
Verbosity: 2
OutImageLabel: "wire"
LArWireProducer: "caldata"
TimeOffset: 2400
}
SuperaOpDigit: {
Verbosity: 0
OutImageLabel: "pmt"
LArOpDigitProducer: "saturation OpdetBeamHighGain"
TimeOffset: 0
MetaConfig: {
MinTime: 0
MinWire: 0
EventImageRows: [1500]
EventImageCols: [32]
EventCompRows: [1]
EventCompCols: [1]
}
}
}
}