services_refactored_pdune.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "larg4services_dune.fcl"
3 
4 BEGIN_PROLOG
5 
6 
7 ##############################
8 ### ProtoDUNE Single Phase ###
9 ##############################
10 
11 
12 protodune_refactored_simulation_services:
13 {
14  @table::protodune_simulation_services
15  ParticleInventoryService: @local::standard_particleinventoryservice
16  PhotonBackTrackerService: @local::dunefd_photonbacktrackerservice
17 }
18 
19 protodune_larg4_services:
20 {
21  @table::common_larg4_services
22 
23  ParticleListAction: @local::dune_particle_list_action
24  PhysicsList: @local::dune_physics_list_fastoptical
25  LArG4Detector: @local::protodune_larg4detector
26 }
27 
28 
29 ############################
30 ### DUNE FD Single Phase ###
31 ############################
32 
33 dunefd_refactored_simulation_services: @local::dunefd_simulation_services
34 dunefd_refactored_simulation_services.PhotonBackTrackerService: @local::dunefd_photonbacktrackerservice
35 
36 dunefd_refactored_services: @local::dunefd_services
37 dunefd_refactored_services.PhotonBackTrackerService: @local::dunefd_photonbacktrackerservice
38 
39 dunefd_refactored_reco_services: @local::dunefd_reco_services
40 dunefd_refactored_reco_services.PhotonBackTrackerService: @local::dunefd_photonbacktrackerservice
41 
42 dunefd_larg4_services:
43 {
44  @table::common_larg4_services
45 
46  ParticleListAction: @local::dune_particle_list_action
47  PhysicsList: @local::dune_physics_list_fastoptical
48  #LArG4Detector: No refactored full FD geom, required for this to run
49 }
50 
51 dune10kt_1x2x6_larg4_services:
52 {
53  @table::common_larg4_services
54 
55  ParticleListAction: @local::dune_particle_list_action
56  PhysicsList: @local::dune_physics_list_fastoptical
57  LArG4Detector: @local::dune10kt_1x2x6_v4_larg4detector
58 }
59 
60 dunevd10kt_1x6x6_larg4_services:
61 {
62  @table::common_larg4_services
63 
64  ParticleListAction: @local::dune_particle_list_action
65  PhysicsList: @local::dune_physics_list_fastoptical
66  LArG4Detector: @local::dunevd10kt_1x6x6_larg4detector
67 }
68 
69 
70 END_PROLOG