Changeset 2897 for branches/mcstas-1.x
- Timestamp:
- 06/27/10 05:31:11 (2 years ago)
- Files:
-
- 1 modified
-
branches/mcstas-1.x/lib/contrib/PSD_Detector.comp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/mcstas-1.x/lib/contrib/PSD_Detector.comp
r2822 r2897 162 162 * yChDivRelSigma: Relative sigma due to charge division in y direction (1), 163 163 * (relative to yheight) 164 * restore_neutron: If set, the monitor does not influence the neutron state (1) 164 165 * 165 166 * OUTPUT PARAMETERS: … … 180 181 re=0.73, thres=100, PressureConv=5, PressureStop=1, interpolate=1, frac=0, 181 182 verbose=0, LensOn=1, dc=0, borderx=-1, bordery=-1, xChDivRelSigma=0, 182 yChDivRelSigma=0 )183 yChDivRelSigma=0, restore_neutron=0) 183 184 OUTPUT PARAMETERS (PSD_N, PSD_p, PSD_p2, EAP,M1P1,PosAP, EAT,M1T1,PosAT, 184 185 CrossSectionHe, CountNeutrons, GeomCumul, AbsCumul, DetCumul, PHSpectrum, 185 186 PHSpectrum2,PHSpectrum_n,nH_p,nH_t,FullEnergyP,FullEnergyT,VariousErrors,SensVolCumul) 186 187 STATE PARAMETERS (x,y,z,vx,vy,vz,t,s1,s2,p) 188 POLARISATION PARAMETERS (sx,sy,sz) 187 189 188 190 SHARE … … 1022 1024 } /* end if frac */ 1023 1025 } /* end if (box_intersect) */ 1026 if (restore_neutron) { 1027 RESTORE_NEUTRON(INDEX_CURRENT_COMP, x, y, z, vx, vy, vz, t, sx, sy, sz, p); 1028 } 1024 1029 1025 1030 %}
