1 process_name: wclsdatanfsp
     5    saveMemoryObjectThreshold: 10485760
     7    #inputCommands: ["drop *", "keep raw::RawDigits_*_*_*"]
     8    #inputCommands: ["drop *", "keep *_*_*_Swizzler"]
    14          module_type : WireCellToolkit
    20             loglevels: ["debug", "pgraph:info"]
    22             // Libraries in which to look for WCT components
    23             plugins: ["WireCellGen", "WireCellSigProc", "WireCellSio", "WireCellPgraph", "WireCellImg", "WireCellLarsoft"]
    25             // The tool marshals the art::Event to these visitors before.
    26             // See notes below in params.
    27             inputers: ["wclsRawFrameSource:adcs"
    28                // To use wclsMultiChannelNoiseDB you must also put epoch:dynamic below
    29                // and you must have geo::Geometry service in your environment.
    30                // ,"wclsMultiChannelNoiseDB"  
    33             // or after the WCT app is run.  These names MUST be used identically in the Jsonnet
    34             // fixme: https://github.com/WireCell/larwirecell/issues/3
    35             //outputers: ["wclsFrameSaver:nfsaver", "wclsFrameSaver:spsaver"]
    36             outputers: ["wclsFrameSaver:spsaver"]
    38             // This sets the "main" Jsonnet file which provides the 
    39             // configuration for the Wire-Cell Toolkit components.  It is
    40             // take as relative to entries in WIRECELL_PATH.
    41             configs: ["pgrapher/experiment/pdsp/wcls-nf-sp-img.jsonnet"]
    43             // Set the "external variables" required by the Jsonnet.
    45                // This locates the input raw::RawDigit collection in the art::Event 
    46                raw_input_label: "tpcrawdecoder:daq"
    47                //raw_input_label: "caldata"
    49                // Set "data" vs. "sim".  The epoch below probably should follow suit.
    59    trigger_paths : [ p1 ]
    67       module_type: RootOutput
    68       fileName: "output.root"
    70       saveMemoryObjectThreshold: 10485760 
    74          // "drop *_nfspl1_raw_*",
    75          // "drop *_nfspl1_threshold_*",
    76          // "drop *_nfspl1_wiener_*",
    77          // "drop *_nfspl1_gauss_*",
    78          // "drop *_wcNoiseFilter_*_*",