#include <cmath>
#include <climits>
#include <cassert>
#include "GaudiKernel/Bootstrap.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/MsgStream.h"
#include "GeoSpecialShapes/LArWheelCalculator.h"
#include "GeoSpecialShapes/EMECData.h"
#include "./LArWheelCalculator_Impl/DistanceCalculatorFactory.h"
#include "./LArWheelCalculator_Impl/FanCalculatorFactory.h"
#include "GeoModelKernel/Units.h"
Go to the source code of this file.
◆ default_slant_parametrization
| const double default_slant_parametrization[2][5] |
|
static |
Initial value:= {
{ -50.069, 0.50073, -0.10127E-02, 0.10390E-05, -0.42176E-09 },
{ -34.254, 0.15528, -0.11670E-03, 0.45018E-07, -0.68473E-11 }
}
Definition at line 60 of file LArWheelCalculator.cxx.
60 {
61 { -50.069, 0.50073, -0.10127E-02, 0.10390E-05, -0.42176E-09 },
62 { -34.254, 0.15528, -0.11670E-03, 0.45018E-07, -0.68473E-11 }
63};