1 #include "services_dune.fcl"
2 #include "clusteralgorithms.fcl"
3 #include "SSPToOffline.fcl"
4 #include "standard_nearline35t.fcl"
5 #include "filters_dune35t.fcl"
7 process_name: ctreeraw35t
11 # TFileService: { fileName: "test.root" }
13 RandomNumberGenerator: {}
14 message: @local::standard_info
15 # @table::dune35t_simulation_services
16 FileCatalogMetadata: @local::art_file_catalog_mc
17 @table::dune35t_services
21 source: @local::standard_nearlinesplitter_evd
26 #define the output stream, there could be more than one if using filters
32 module_type: "CTree35t"
33 RawDigitLabel: "SplitterInput:TPC"
35 HitsModuleLabel: "gaushit"
36 TrackModuleLabel: "particlestitcher"
37 ClusterModuleLabel: "clustercheat"
38 #TrackModuleLabel: "particletracks"
39 outFile: "sample.root"
40 saveChannelWireMap: false
41 saveChannelWireGeo: false
42 InputModule: "SplitterInput"
43 MakeAllPhotonsTree: false
44 MakeDetectedPhotonsTree: false
46 MakeOpDetEventsTree: true
47 UncompressWithPed: true
53 SelectEvents: {SelectEvents: [selection]}
57 cwpfilter: @local::cwp_filter
60 analysis: [ chao ] //Directory for histograms
61 selection: [ cwpfilter ]
62 trigger_paths: [ selection ]
63 end_paths: [ analysis, stream1 ]
70 module_type: RootOutput
71 fileName: "sliced_pedestal.root"
72 SelectEvents: {SelectEvents: [selection]}