simulationservices_lartpcdetector.fcl
Go to the documentation of this file.
1 #include "simulationservices.fcl"
2 #include "services_lartpcdetector.fcl"
3 #include "seedservice_lartpcdetector.fcl"
4 
5 BEGIN_PROLOG
6 
7 lartpcdetector_largeantparameters: @local::standard_largeantparameters
8 
9 lartpcdetector_larvoxelcalculator: @local::standard_larvoxelcalculator
10 
11 
12 lartpcdetector_simulation_services: {
13  @table::lartpcdetector_services
14  NuRandomService: @local::lartpcdetector_seedservice
15  LArG4Parameters: @local::lartpcdetector_largeantparameters
16  LArVoxelCalculator: @local::lartpcdetector_larvoxelcalculator
17  MagneticField: @local::no_mag_larsoft
18 } # lartpcdetector_simulation_services
19 
20 END_PROLOG