1 #include "SaveSpacePoints.fcl"
2 #include "services_dune.fcl"
7 TFileService: { fileName: "eventtree.root" }
9 @table::protodune_services
11 services.BackTrackerService.BackTracker.SimChannelModuleLabel: "tpcrawdecoder:simpleSC"
12 #Look at the input files
15 module_type: RootInput
16 fileNames: [ "single_gen.root" ]
17 maxEvents: -1 # Number of events to create
25 sps: @local::proto_savesps
28 #list the modules for this path, order matters, filters reject all following items
31 #end_path are things that do not modify art::Event, includes analyzers
32 #and output modules. all items here can be run simultaneously