2 #include "magfield.fcl"
3 #include "seedservice.fcl"
6 #include "DetectorClocks.fcl"
7 #include "DetectorProperties.fcl"
8 #include "GArProperties.fcl"
9 #include "Geometry.fcl"
10 #include "RunHistory.fcl"
11 #include "BackTracker.fcl"
14 #include "GArG4Ana.fcl"
16 # eventually will need to include configuration to simulate the electronics
18 process_name: GArG4AnaProcess
22 # Load the service that manages root files for histograms.
23 TFileService: { fileName: "single_hist.root" }
25 RandomNumberGenerator: {} #ART native random number generator
26 #See Geometry.fcl for the list of geometries available
27 GeometryGAr: @local::nd_hall_mpd_only_SPYv3_geo
28 ExptGeoHelperInterface: @local::standard_geometry_helper
29 DetectorClocks: @local::standard_clocks
30 DetectorProperties: @local::standard_detproperties
31 GArProperties: @local::standard_garproperties
32 NuRandomService: @local::standard_NuRandomService
33 BackTracker: @local::standard_backtracker
34 MagneticField: @local::standard_mag_garsoft
35 #RunHistory: @local::standard_runhistory
39 #Start each new event with an empty event.
42 module_type: RootInput
45 # Define and configure some modules to do work on each event.
46 # First modules are defined; they are scheduled later.
47 # Modules are grouped by type.
53 g4ana: @local::standard_garg4ana
56 #define the output stream, there could be more than one if using filters