~durga/maus/rel709

« back to all changes in this revision

Viewing changes to tests/integration/test_utilities/test_geometry/conf3

  • Committer: Adam Dobbs
  • Date: 2014-12-11 13:26:05 UTC
  • mfrom: (659.1.96 release-candidate)
  • Revision ID: phuccj@gmail.com-20141211132605-6g6j2927elggi2q6
Tags: MAUS-v0.9.2
MAUS-v0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
geometry_validation = {
 
2
    "file_name":"tracking.json",
 
3
    "will_plot":True,
 
4
    "will_track":False,
 
5
    "z_start":12000.,
 
6
    "z_end":23000.,
 
7
    "x_start":0.,
 
8
    "x_step":5./2.**0.5,
 
9
    "y_start":0.,
 
10
    "y_step":5./2.**0.5,
 
11
    "n_steps":60,
 
12
    "plot_formats":["root", "png"],
 
13
    "1d_material_plot":"channel_geometry_validation_materials_1d",
 
14
    "2d_material_plot":"channel_geometry_validation_materials_2d",
 
15
    "1d_volume_plot":"channel_geometry_validation_volumes_1d",
 
16
    "2d_volume_plot":"channel_geometry_validation_volumes_2d",
 
17
    "2d_volume_plot_label_size":0.05,
 
18
    "volume_bounding_box_dump":"channel_geometry_validation_volumes.json",
 
19
}
 
20