2 #include "seedservice.fcl"
5 #include "DetectorClocks.fcl"
6 #include "DetectorProperties.fcl"
7 #include "GArProperties.fcl"
8 #include "Geometry.fcl"
9 #include "RunHistory.fcl"
10 #include "BackTracker.fcl"
11 #include "ECALProperties.fcl"
14 #include "RawDigitAna.fcl"
16 process_name: TPCReadout
20 # Load the service that manages root files for histograms.
21 TFileService: { fileName: "readoutsim_hist.root" }
23 RandomNumberGenerator: {} #ART native random number generator
24 #See Geometry.fcl for the list of geometries available
25 GeometryGAr: @local::nd_hall_mpd_only_SPYv3_geo
26 GeometryGArConfigurationWriter: {}
27 ExptGeoHelperInterface: @local::standard_geometry_helper
28 DetectorClocks: @local::standard_clocks
29 DetectorProperties: @local::standard_detproperties
30 GArProperties: @local::standard_garproperties
31 NuRandomService: @local::standard_NuRandomService
32 MagneticField: @local::standard_mag_garsoft
33 BackTracker: @local::standard_backtracker
34 ECALProperties: @local::standard_ecalproperties
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 daqana: @local::standard_rawdigitana
56 #define the output stream, there could be more than one if using filters