1 process_name: wclsdatanfsp
     5    saveMemoryObjectThreshold: 10485760
     7    inputCommands: ["drop *", "keep raw::RawDigits_*_*_*"]
     8    #inputCommands: ["drop *", "keep *_*_*_Swizzler"]
    14          module_type : WireCellToolkit
    19             // Libraries in which to look for WCT components
    20             plugins: ["WireCellGen", "WireCellSigProc", "WireCellPgraph", "WireCellRoot", "WireCellLarsoft"]
    22             // The tool marshals the art::Event to these visitors before.
    23             // See notes below in params.
    24             inputers: ["wclsRawFrameSource"
    25                // To use wclsMultiChannelNoiseDB you must also put epoch:dynamic below
    26                // and you must have geo::Geometry service in your environment.
    27                // ,"wclsMultiChannelNoiseDB"  
    30             // or after the WCT app is run.  These names MUST be used identically in the Jsonnet
    31             // fixme: https://github.com/WireCell/larwirecell/issues/3
    32             outputers: ["wclsFrameSaver:nfsaver", "wclsFrameSaver:spsaver"]
    34             // This sets the "main" Jsonnet file which provides the 
    35             // configuration for the Wire-Cell Toolkit components.  It is
    36             // take as relative to entries in WIRECELL_PATH.
    37             configs: ["pgrapher/experiment/uboone/wcls-nf-sp.jsonnet"]
    39             // Set the "external variables" required by the Jsonnet.
    41                // This locates the input raw::RawDigit collection in the art::Event 
    42                raw_input_label: "daq"
    44                // Set "data" vs. "sim".  The epoch below probably should follow suit.
    48                // if epoch is "dynamic" you MUST add
    49                // "wclsMultiChannelNoiseDB" to "inputers" and must NOT
    50                // add it if not "dynamic"
    60    trigger_paths : [ p1 ]
    68       module_type: RootOutput
    69       fileName: "output.root"
    71       saveMemoryObjectThreshold: 10485760 
    75          // "drop *_nfspl1_raw_*",
    76          // "drop *_nfspl1_threshold_*",
    77          // "drop *_nfspl1_wiener_*",
    78          // "drop *_nfspl1_gauss_*",
    79          // "drop *_wcNoiseFilter_*_*",