Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
larexamples
larexamples
Services
AtomicNumber
Providers
atomic_number_standard.fcl
Go to the documentation of this file.
1
#
2
# File: atomic_number_standard.fcl
3
# Brief: Standard configurations for the AtomicNumberService example service
4
# Author: Gianluca Petrillo (petrillo@fnal.gov)
5
# Date: April 13, 2016
6
# Description:
7
# Standard configurations for the AtomicNumberService example service.
8
# Include it as:
9
#
10
# services.AtomicNumberService: @local::argon_atomic_number
11
#
12
# Provides the following preset configurations:
13
#
14
# - argon_atomic_number: configuration for argon detectors
15
# - krypton_atomic_number: configuration for krypton detectors
16
# - xenon_atomic_number: configuration for xenon detectors
17
#
18
# Dependencies: none
19
#
20
#
21
22
BEGIN_PROLOG
23
24
# ------------------------------------------------------------------------------
25
26
argon_atomic_number: {
27
AtomicNumber: 18
28
} # argon_atomic_number
29
30
31
# ------------------------------------------------------------------------------
32
33
krypton_atomic_number: {
34
AtomicNumber: 36
35
} # krypton_atomic_number
36
37
38
# ------------------------------------------------------------------------------
39
40
xenon_atomic_number: {
41
AtomicNumber: 54
42
} # xenon_atomic_number
43
44
45
# ------------------------------------------------------------------------------
46
47
END_PROLOG
Generated by
1.8.5