2 # File: dump_lartpcdetector_geometry.fcl
3 # Purpouse: Example of geometry dumping job
4 # Author: Gianluca Petrillo (petrillo@slac.stanford.edu)
8 # This configuration is intended mostly as example to dump the geometry
9 # as seen by LArSoft. Experiments may want to replace the geometry service
10 # configuration with their own, and change the name of the output file
13 # Service dependencies:
18 #include "geometry_lartpcdetector.fcl"
21 process_name: GeometryDump
25 # use a specific configuration which dumps the geometry on a file.
30 filename: "LArTPCdetector-geometry.txt"
33 DumpGeometry: { limit: -1 }
44 @table::lartpcdetector_geometry_services
52 module_type: DumpGeometry
54 # message facility category for the output (default: "DumpGeometry")
55 outputCategory: "DumpGeometry"
59 dumpers: [ geometrydump ]
61 end_paths: [ dumpers ]