1 #include "reco_uboone_data_mcc9_8.fcl"
     2 #include "services_microboone.fcl"
     4 process_name: wclsdatanfsp
     7     TFileService: {fileName: "TFileService.root"}
    10     RandomNumberGenerator: {}
    12     @table::microboone_reco_data_services
    13     message: @local::standard_info
    18    module_type: RootInput
    19    saveMemoryObjectThreshold: 10485760
    21    inputCommands: ["drop *", "keep raw::RawDigits_*_*_*"]
    22    #inputCommands: ["drop *", "keep *_*_*_Swizzler"]
    28          module_type : WireCellToolkit
    33             // Libraries in which to look for WCT components
    34             plugins: ["WireCellGen", "WireCellSigProc", "WireCellSio", "WireCellPgraph", "WireCellRoot", "WireCellLarsoft"]
    36             // The tool marshals the art::Event to these visitors before.
    37             // See notes below in params.
    38             inputers: ["wclsRawFrameSource"
    39                // To use wclsMultiChannelNoiseDB you must also put epoch:dynamic below
    40                // and you must have geo::Geometry service in your environment.
    41                // ,"wclsMultiChannelNoiseDB"  
    44             // or after the WCT app is run.  These names MUST be used identically in the Jsonnet
    45             // fixme: https://github.com/WireCell/larwirecell/issues/3
    46             outputers: ["wclsFrameSaver:nfsaver", "wclsFrameSaver:spsaver", "wclsFrameSaver:spthresholds"]
    48             // This sets the "main" Jsonnet file which provides the 
    49             // configuration for the Wire-Cell Toolkit components.  It is
    50             // take as relative to entries in WIRECELL_PATH.
    51             configs: ["pgrapher/experiment/uboone/wcls-nf-sp-check.jsonnet"]
    53             // Set the "external variables" required by the Jsonnet.
    55                // This locates the input raw::RawDigit collection in the art::Event 
    56                //raw_input_label: "daq"
    57                raw_input_label: "driftWC:orig"
    59                // Set "data" vs. "sim".  The epoch below probably should follow suit.
    63                // if epoch is "dynamic" you MUST add
    64                // "wclsMultiChannelNoiseDB" to "inputers" and must NOT
    65                // add it if not "dynamic"
    75    trigger_paths : [ p1 ]
    83       module_type: RootOutput
    84       fileName: "output.root"
    86       saveMemoryObjectThreshold: 10485760 
    90          // "drop *_nfspl1_raw_*",
    91          // "drop *_nfspl1_threshold_*",
    92          // "drop *_nfspl1_wiener_*",
    93          // "drop *_nfspl1_gauss_*",
    94          // "drop *_wcNoiseFilter_*_*",