pointidalg.fcl
Go to the documentation of this file.
1 #include "dataprovider.fcl"
2 
3 BEGIN_PROLOG
4 
5 standard_pointidalg: @local::standard_dataprovideralg
6 standard_pointidalg.NNetModelFile: "modelfile.pb" # path and file name to the network model and weights
7 standard_pointidalg.NNetOutputs: [] # string labels of the network outputs, empty or exactly corresponding to the model outputs
8 standard_pointidalg.PatchSizeW: 32 # important: wire/drift patch size and drift window have to be consistent
9 standard_pointidalg.PatchSizeD: 44 # with training data prep configuration used in neural net model preparation
10 
11 
12 
13 standard_trainingdataalg: @local::standard_dataprovideralg
14 standard_trainingdataalg.WireLabel: "caldata"
15 standard_trainingdataalg.SimulationLabel: "largeant"
16 standard_trainingdataalg.SimChannelLabel: "" # If left empty, it takes the value of the SimulationLabel variable
17 standard_trainingdataalg.SaveVtxFlags: true
18 standard_trainingdataalg.HitLabel: "" # used by functions dumping real data (so one has no MC truth
19 standard_trainingdataalg.TrackLabel: "" # and need to go by reconstructed objects)
20 standard_trainingdataalg.AdcDelayTicks: 0 # ADC pulse peak delay in ticks (non-zero for not deconvoluted waveforms)
21 
22 END_PROLOG