forked from kvtsang/Supera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
supera_basic_mc_focused.fcl
94 lines (90 loc) · 2.27 KB
/
supera_basic_mc_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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
ProcessDriver: {
Verbosity: 2
EnableFilter: false
RandomAccess: false
ProcessType: ["SuperaMetaMaker","SuperaWire","SuperaChStatus","SuperaMCParticle","WireMask"]
ProcessName: ["SuperaMetaMaker","SuperaWire","SuperaChStatus","SuperaMCParticle","WireMaskWire"]
IOManager: {
Verbosity: 2
Name: "IOManager"
IOMode: 1
OutFileName: "out_test.root"
InputFiles: []
InputDirs: []
StoreOnlyType: []
StoreOnlyName: []
}
ProcessList: {
SuperaMetaMaker: {
LArSimChProducer: "largeant"
LArMCTruthProducer: "generator"
PulledPork: {
Verbosity: 1
Origin: 0
WidthArray: [171.16552,88.681001347526518,153.6]
MinCoordinate: [0.,-116.5,0.]
MaxCoordinate: [256.35,116.5,1036.8]
Padding: [10,10,10]
TimePixels: 3072
WirePixels: [512,512,512]
EventCompRows: [6,6,6]
EventCompCols: [1,1,1]
ApplySCE: true
T0G4ns: 0
ConstraintX: []
ConstraintY: []
ConstraintZ: []
}
}
WireMaskWire: {
ChStatusProducer: "wire"
ImageProducer: "wire"
}
SuperaChStatus: {
LArChStatusProducer: "chstatus"
OutChStatusLabel: "wire"
}
SuperaWire: {
Verbosity: 1
OutImageLabel: "wire"
LArWireProducer: "caldata"
TimeOffset: 2400
}
SuperaMCParticle: {
Verbosity: 1
OutParticleLabel: "segment"
LArMCTrackProducer: "mcreco"
LArMCShowerProducer: "mcreco"
LArSimChProducer: "largeant"
TimeOffset: 2400
Origin: 0
FilterTargetPDG: []
FilterTargetInitEMin: []
FilterTargetDepEMin: []
ShowerInitEMin: 0
ShowerDepEMin: 10
TrackInitEMin: 0
TrackDepEMin: 10
MetaConfig: {
MinTime: 2400
MinWire: 0
EventImageRows: [1008,1008,1008]
EventImageCols: [3456,3456,3456]
EventCompRows: [6,6,6]
EventCompCols: [1,1,1]
}
MCParticleTree: {
Verbosity: 2
UseG4Primary: true
DTMax: 10000
}
MCParticleMaker: {
Verbosity: 1
MaxTimeTick: 8448
TimePadding: 10
WirePadding: 10
ApplySCE: true
}
}
}
}