Changeset 17 in ZHANGProjects for ICOSIM/CPP/trunk/source/partcrys.h


Ignore:
Timestamp:
Sep 30, 2014, 11:05:33 AM (10 years ago)
Author:
zhangj
Message:

Added comments...

File:
1 edited

Legend:

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

    r15 r17  
    4444    int nvcapt;
    4545    int nvrefl;
     46    int nabsorbed;
    4647    int nout;          //number of particles that not hit the crystal collimator
    47     int effet;        //Number that defini the effect :1 --> Out ;;; 2 --> Amorphous ;;; 3 --> Channeling ;;; 4 --> Dechanneling ;;; 5 --> V. Reflection ;;; 6 --> V. Capture
     48    int effet;        //Number that defini the effect :1 --> Out ;;; 2 --> Amorphous ;;; 3 --> Channeling ;;; 4 --> Dechanneling ;;; 5 --> V. Reflection ;;; 6 --> V. Capture, 7 --> absorbed
     49   long int nhit; //number of particles that hit the crystal collimator
     50   
    4851
    4952};
Note: See TracChangeset for help on using the changeset viewer.