1 #include "services_argoneut.fcl"
3 #include "hitfindermodules.fcl"
4 #include "clustermodules.fcl"
5 #include "trackfindermodules.fcl"
6 #include "vertexfindermodules.fcl"
7 #include "showerfindermodules.fcl"
8 #include "eventfindermodules.fcl"
9 #include "mccheatermodules.fcl"
11 process_name: CheaterReco
15 # Load the service that manages root files for histograms.
16 TFileService: { fileName: "cheater_hist.root" }
17 message: @local::standard_info
18 @table::argoneut_simulation_services
22 #source is now a root file
25 module_type: RootInput
29 # Define and configure some modules to do work on each event.
30 # First modules are defined; they are scheduled later.
31 # Modules are grouped by type.
37 caldata: @local::argoneut_calwire
38 hit: @local::standard_hitcheater
39 cluster: @local::standard_clustercheater
40 shower: @local::standard_showercheater
41 track: @local::standard_trackcheater
42 vertex: @local::standard_vertexcheater
43 event: @local::standard_eventcheater
48 check: @local::standard_recocheck
51 reco: [ caldata, hit, cluster, track, shower, vertex, event ]
55 trigger_paths: [ reco ]
56 end_paths: [ ana, stream1 ]
63 module_type: RootOutput
64 fileName: "cheater_reco.root"