Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
fhiclcpp
fhiclcpp
test
types
return_optionalValues_from_fcl_t.fcl
Go to the documentation of this file.
1
pset: {
2
3
atom: 5
4
physics: {
5
energyCutoff: [ "QGSP", 14.6 ]
6
moniker: Johnny
7
}
8
9
list2: [1,2,4,8]
10
11
list3: [
12
[0,1],
13
[1,2],
14
[2,4],
15
[3,8]
16
]
17
18
list4: [
19
{
20
composer: Mozart
21
aSymphonyMoniker: [ 41, "Jupiter" ]
22
},
23
{
24
composer: Beethoven
25
aSymphonyMoniker: [ 3, "Eroica" ]
26
},
27
{ composer: Brahms },
28
{
29
composer: Mahler
30
aSymphonyMoniker: [ 8, "Symphony for a Thousand" ]
31
}
32
]
33
34
}
Generated by
1.8.11