~maus-mlcr/maus/mlcrFeb2015

« back to all changes in this revision

Viewing changes to tests/cpp_unit/Simulation/TestGeometries/VolumeTestNone.dat

  • Committer: Durga Rajaram
  • Date: 2013-10-01 00:19:57 UTC
  • mfrom: (659.1.74 rc)
  • Revision ID: durga@fnal.gov-20131001001957-iswih60vis9rodw0
Tags: MAUS-v0.7.1
MAUS-v0.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Configuration Box 
 
2
{
 
3
  Dimensions 10. 10. 20. mm
 
4
  PropertyString Material Galactic
 
5
  PropertyDouble G4StepMax 100 mm
 
6
  Module VolumeNone
 
7
  {
 
8
    PropertyString     Volume None
 
9
    PropertyHep3Vector Dimensions 1. 1. 1. mm
 
10
    PropertyHep3Vector Position 0. 0. 4. mm
 
11
    PropertyString Material lH2
 
12
    PropertyDouble RedColour 0.5
 
13
    PropertyDouble BlueColour 0.5
 
14
    PropertyDouble GreenColour 0.5
 
15
    Module VolumeNotNone
 
16
    {
 
17
      PropertyString     Volume Box
 
18
      PropertyHep3Vector Dimensions 1. 1. 1. mm
 
19
      PropertyHep3Vector Position 0. 0. 2. mm
 
20
      PropertyString Material lH2
 
21
      PropertyDouble RedColour 0.5
 
22
      PropertyDouble BlueColour 0.5
 
23
      PropertyDouble GreenColour 0.5
 
24
      PropertyBool Invisible True
 
25
    }
 
26
  }
 
27
}
 
28