- Oct 24, 2020
-
-
Christos Anastopoulos authored
Add ATH_RESTRICT to addBiotSavart inputs, as they are tagged with it from the function calling it. Also check first if we are inside the r span of a cell BFieldCache::inside
-
- Sep 11, 2020
-
-
Christos Anastopoulos authored
-
scott snyder authored
Need to include <cstdlib> for size_t.
-
- Sep 09, 2020
-
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
- Sep 08, 2020
-
-
Christos Anastopoulos authored
-
- Sep 04, 2020
-
-
Christos Anastopoulos authored
-
- Sep 03, 2020
-
-
-
Fixing thresholds for currents to not read in maps for online, and returning zero b-field if no map is read
-
- Aug 27, 2020
-
-
Christos Anastopoulos authored
-
- Aug 25, 2020
-
-
- Aug 24, 2020
-
-
Magnetic Field Elements, small test fixes, add reference for the test, move more methods to .icc or .cxx
-
- Aug 16, 2020
-
-
R D Schaffer authored
move to new initialization of field when creating BFieldCache object as a test for optimizing the speed of the bfield calculations
-
R D Schaffer authored
move to new initialization of field when creating BFieldCache object as a test for optimizing the speed of the bfield calculations
-
R D Schaffer authored
adding in unit test for field optimizations. This version is a detailed framework for testing, which will be simplified in further commits.
-
R D Schaffer authored
adding in unit test for field optimizations. This version is a detailed framework for testing, which will be simplified in further commits.
-
- Aug 09, 2020
-
-
R D Schaffer authored
added LoadMapOnStart for AtlasFieldMapCondAlg for online running, and fixed the setting of UseSoleCurrent, UseToroCurrent for AtlasFieldCacheCondAlg so that they effectively turn off the field if set to 0
-
- Jul 26, 2020
-
-
Christos Anastopoulos authored
-
- Jul 24, 2020
-
-
Frank Winklmeier authored
Use `Gaudi::Units` instead of CLHEP. Cleanup cmake configuration.
-
- Jul 20, 2020
-
-
Frank Winklmeier authored
There is already a library that provides the public headers and hence the `atlas_install_headers` is redundant.
-
- Jul 09, 2020
-
-
scott snyder authored
Need <cstdlib> for size_t.
-
- Jul 02, 2020
-
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
- Jun 30, 2020
-
-
moving attributes back to float from double, and just doing calculations with explicit casts to double
-
- Jun 14, 2020
-
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
Magnetic field Elements use std::array when can make syntax easier, use ATh_RESTRICT where seems OK to do so
-
- May 24, 2020
-
-
R D Schaffer authored
removing most of the remaining use of AtlasFieldSvc, mostly concerns the test for solenoidOn or toroidOn
-
- May 16, 2020
-
-
scott snyder authored
Library dependency fixes. Fix circular package dependency.
-
- May 13, 2020
-
-
- May 06, 2020
-
-
added the option to set the solenoid or toroid current value for the map via the tagInfo object. This allows to do specialized simulation, and assure that the digit/reco chain uses the same current values
-
- Apr 24, 2020
-
-
- Apr 22, 2020
-
-
R D Schaffer authored
added solenoidOn/toroidOn to AtlasFieldCache for clients, and removed excess execute_r from previous MR
-
- Apr 09, 2020
-
-