magfield.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 no_mag_nova:
4 {
5  FieldDescriptions: [ { UseField: 0 # 0--off 1--Constant field
6  # 2--Field map (not implemented)
7  ConstantField: [ 0.0, 0.0, 0.0 ]
8  MagnetizedVolume: "vWorld" } ]
9 }
10 
11 no_mag: @local::no_mag_nova
12 
13 no_mag_larsoft:
14 {
15 FieldDescriptions: [ { UseField: 0 # 0--off 1--Constant field
16  # 2--Field map (not implemented)
17  ConstantField: [ 0.0, 0.0, 0.0 ]
18  MagnetizedVolume: "volWorld" } ]
19 }
20 
21 
22 END_PROLOG