forked from kvtsang/Supera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
supera_mc_only3d.fcl
140 lines (136 loc) · 3.52 KB
/
supera_mc_only3d.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
ProcessDriver: {
Verbosity: 2
EnableFilter: false
RandomAccess: false
ProcessType: ["SuperaMetaMaker","SuperaMCParticle","SuperaKeyPointCluster","SuperaKeyPointCluster","SuperaMCPCluster","SuperaMCTruth"]
ProcessName: ["SuperaMetaMaker","SuperaMCParticle","PrimaryKeyPointCluster","SecondaryKeyPointCluster","SuperaMCPCluster","SuperaMCTruth"]
IOManager: {
Verbosity: 2
Name: "IOManager"
IOMode: 1
OutFileName: "out_test.root"
InputFiles: []
InputDirs: []
StoreOnlyType: []
StoreOnlyName: []
}
ProcessList: {
SuperaMetaMaker: {
LArSimChProducer: "largeant"
LArMCTruthProducer: "generator"
Voxel3DSlicer: {
Verbosity: 2
Origin: 0
GridSize: [0.3,0.3,0.3]
WidthArray: [230.4,230.4,230.4]
MinCoordinate: [0.,-116.5,0.]
MaxCoordinate: [256.35,116.5,1036.8]
Padding: [5,5,5]
EventCompRows: [1,1,1]
EventCompCols: [1,1,1]
ApplySCE: false
T0G4ns: 0
ConstraintX: []
ConstraintY: []
ConstraintZ: []
}
}
SuperaWire: {
Verbosity: 2
OutImageLabel: "wire"
LArWireProducer: "caldata"
TimeOffset: 2400
}
PrimaryKeyPointCluster: {
Verbosity: 2
OutClusterPixel2DLabel: ""
OutClusterVoxel3DLabel: "primary"
LArMCTrackProducer: "mcreco"
LArMCShowerProducer: "mcreco"
TimeOffset: 0
ApplySCE: false
RowPad: 1
ColPad: 1
UsePrimaryStart: true
UseSecondaryStart: false
UseScattering: false
XPad: 1
YPad: 1
ZPad: 1
}
SecondaryKeyPointCluster: {
Verbosity: 2
OutClusterPixel2DLabel: ""
OutClusterVoxel3DLabel: "secondary"
LArMCTrackProducer: "mcreco"
LArMCShowerProducer: "mcreco"
TimeOffset: 0
ApplySCE: false
RowPad: 1
ColPad: 1
UsePrimaryStart: false
UseSecondaryStart: true
UseScattering: false
XPad: 1
YPad: 1
ZPad: 1
}
SuperaMCParticle: {
Verbosity: 2
OutParticleLabel: "mcst"
LArMCTruthProducer: "generator"
LArMCTrackProducer: "mcreco"
LArMCShowerProducer: "mcreco"
LArSimChProducer: "largeant"
TimeOffset: 2400
Origin: 0
FilterTargetPDG: []
FilterTargetInitEMin: []
FilterTargetDepEMin: []
TrackInitEMin: 0
TrackDepEMin: 5
ShowerInitEMin: 0
ShowerDepEMin: 5
#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: false
DTMax: 10000
}
MCParticleMaker: {
Verbosity: 2
MaxTimeTick: 8448
TimePadding: 0
WirePadding: 0
ApplySCE: false
}
}
SuperaMCTruth: {
LArMCTruthProducer: "generator"
OutParticleLabel: "mctruth"
Origin: 0
}
SuperaMCPCluster: {
Verbosity: 2
LArMCShowerProducer: "mcreco"
LArSimChProducer: "largeant"
OutClusterPixel2DLabel: ""
OutClusterVoxel3DLabel: "mcst"
ParticleProducer: "mcst"
UseTrue3DPosition: true
TimeOffset: 2400
MCParticleTree: {
Verbosity: 2
UseG4Primary: false
DTMax: 10000
}
}
}
}