forked from DeepLearnPhysics/Supera
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsupera_basic.fcl
More file actions
115 lines (108 loc) · 2.86 KB
/
supera_basic.fcl
File metadata and controls
115 lines (108 loc) · 2.86 KB
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
ProcessDriver: {
Verbosity: 1
EnableFilter: false
RandomAccess: false
ProcessType: ["SuperaMCTruth","SuperaBBoxInteraction"]
ProcessName: ["SuperaMCTruth","SuperaBBoxInteraction"]
IOManager: {
Verbosity: 2
Name: "IOManager"
IOMode: 1
OutFileName: "out_test.root"
InputFiles: []
InputDirs: []
StoreOnlyType: []
StoreOnlyName: []
}
ProcessList: {
SuperaMCTruth: {
LArMCTruthProducer: "generator"
OutParticleLabel: "mctruth"
Origin: 0
}
SuperaBBoxInteraction: {
Verbosity: 1
LArMCTruthProducer: "generator"
LArSimEnergyDepositProducer: "largeant TPCActive"
Origin: 0
Cluster3DLabels: ["mcst"]
Tensor3DLabels: []
BBoxSize: [153.6,153.6,153.6]
VoxelSize: [0.3,0.3,0.3]
#TPCList: [0]
TPCList: [1,2,4,5,9,10]
}
SuperaMCParticle: {
Verbosity: 1
OutParticleLabel: "mcst"
LArMCTruthProducer: "generator"
LArMCTrackProducer: "mcreco"
LArMCShowerProducer: "mcreco"
Origin: 0
FilterTargetPDG: []
FilterTargetInitEMin: []
FilterTargetDepEMin: []
TrackInitEMin: 0
TrackDepEMin: 5
ShowerInitEMin: 0
ShowerDepEMin: 5
MCParticleTree: {
Verbosity: 2
UseG4Primary: false
DTMax: 10000
}
MCParticleMaker: {
Verbosity: 2
ApplySCE: true
}
}
SuperaSimEnergyDeposit: {
Verbosity: 1
LArSimEnergyDepositProducer: "largeant TPCActive"
ParticleProducer: "mcst"
OutCluster3DLabel: "mcst"
StoreLength: true
StoreCharge: false
StorePhoton: false
StoreDiffTime: true
StoreAbsTime: true
StoreDEDX: true
}
BBoxFromCluster3D: {
Verbosity: 2
Cluster3DProducer: "mcst"
ParticleProducer: "mcst"
OutputProducer: "mcst"
Threshold: 0.2
}
ParticleCorrector: {
Verbosity: 3
Cluster3DProducer: "mcst"
ParticleProducer: "mcst"
VoxelMinValue: 0.05
}
Tensor3DFromCluster3D: {
Verbosity: 2
#Cluster3DProducerList: ["mcst_dedx"]
#OutputProducerList: ["mcst_dedx"]
#PITypeList: [1]
#FixedPIList: [0.]
Cluster3DProducerList: ["mcst","mcst","mcst_dx","mcst_dedx","mcst_dt","mcst_at"]
OutputProducerList: ["data","mcst","mcst_dx","mcst_dedx","mcst_dt","mcst_at"]
PITypeList: [1,2,1,1,1,1]
FixedPIList: [0.,0.,0.,0.,0.,0.]
}
#MaskTensor3D: {
# MinVoxelValueList: [0.01,0.01,0.01]
# TargetProducerList: ["data","segment","clst"]
# ReferenceProducerList: ["segment","data","segment"]
# OutputProducerList: ["data","segment","clst"]
#}
SegLabelFiveTypes: {
Cluster3DProducer: "mcst"
ParticleProducer: "mcst"
OutputProducer: "fivetypes"
MinVoxelCount: 3
}
}
}