Files
Latest commit
This branch is 26 commits ahead of, 170 commits behind R3BRootGroup/R3BRoot:dev.
input
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Document generated by Hector Alvarez Pol @ USC, 14/11/2006 Last update by Hector Alvarez Pol @ USC, 14/11/2006 ---------------------------------------------------------- magField -------- Different magnetic field maps are here included. Most recent versions are written first: ############################################################## ############### R3B magnet #################### [Last update by Hector Alvarez Pol @ USC, 14/11/2006] Based on the field map: R3B.MAP.gz the directory R3B contains the original field map (R3B.MAP.gz) with a simple X, Y, Z, Bx, By, Bz list, with 30mm step between field values in the three dimensions. The field map is converted to a simple vector of the values Bx, By and Bz using the perl scrip converMapToCode2.pl The outcome (R3B.dat) is included in the magnetic field description within the code. The X, Y, Z positions are calculated by very simple algorithms to avoid copying large vectors. ############################################################## ############################################################## ############### Aladin #################### [Last update by Hector Alvarez Pol @ USC, 14/11/2006] Based on the field map: measuredF-ala18.dat the directory Aladin contains the original field map (measuredF-ala18.dat) with a simple X, Bx, Y, By, Z, Bz list, with 50mm step between field values in the three dimensions. The field map is converted to a simple vector of the values Bx, By and Bz using the perl scrip converMapToCode.pl The outcome (ALADIN.dat) is included in the magnetic field description within the code. The X, Y, Z positions are calculated by very simple algorithms to avoid copying large vectors. ##############################################################