All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
larproperties_icarus.fcl
Go to the documentation of this file.
1 #
2 # File: larproperties_icarus.fcl
3 # Purpose: Configuration for LArProperties service.
4 #
5 # Available configurations:
6 #
7 # * `icarus_properties`: standard ICARUS configuration
8 #
9 #
10 
11 #include "larproperties.fcl"
12 
14 
15 
16 BEGIN_PROLOG
17 
18 
19 #
20 # Standard ICARUS configuration
21 #
22 # Use as:
23 #
24 # services.LArPropertiesService: @local::icarus_properties
25 #
26 icarus_properties: {
27 
28  @table::standard_properties # from `larproperties.fcl` (`lardata`)
29 
30  @table::icarus_opticalproperties # from `opticalproperties_icarus.fcl`
31 
32 } # icarus_properties
33 
34 #
35 #
36 #
37 
38 END_PROLOG
39 
BEGIN_PROLOG standard_properties
BEGIN_PROLOG icarus_opticalproperties