Changeset 9 in ZHANGProjects for ICOSIM/CPP/trunk/source/Collimator.h


Ignore:
Timestamp:
Apr 24, 2014, 4:51:08 PM (10 years ago)
Author:
zhangj
Message:

Add feature to define the install location of the crystal inner side (-1) or out side (1) of the vacuum chamber in the 'crystalinfo.csv' file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ICOSIM/CPP/trunk/source/Collimator.h

    r5 r9  
    107107
    108108    int C_orient; //crystal orientation (1 for 110, 2 for 111)
    109     int IS; //integer that defines the substance (0 for Si, 1 for W, 2 for C, 3 for Ge)
     109    int IS; //integer that defines the substance (0 for Si, 1 for W, 2 for C, 3 for Ge
     110    double Mirror; // -1 or 1; an integer to define the install location of the crystal.
     111                // -1: the crystal is installed inner side of the vacuum chamber
     112                // 1: the crystal is installed at the out side of the vacuum chamber
    110113    double C_xmax; //maximum in the x direction (dimension of the crystal) [m]
    111114    double C_ymax; //maximum in the y direction (dimension of the cystal) [m]
Note: See TracChangeset for help on using the changeset viewer.