1 #include "dataprovider.fcl"
     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
    13 standard_trainingdataalg:                 @local::standard_dataprovideralg
    14 standard_trainingdataalg.WireLabel:       "caldata"
    15 standard_trainingdataalg.SimulationLabel: "largeant"
    16 standard_trainingdataalg.SaveVtxFlags:     true
    17 standard_trainingdataalg.HitLabel:        ""    # used by functions dumping real data (so one has no MC truth
    18 standard_trainingdataalg.TrackLabel:      ""    # and need to go by reconstructed objects)
    19 standard_trainingdataalg.AdcDelayTicks:   0     # ADC pulse peak delay in ticks (non-zero for not deconvoluted waveforms)