Go to the source code of this file.
◆ GetRefIndexQuartz()
| double GetRefIndexQuartz |
( |
double | lambda | ) |
|
Definition at line 15 of file GetRefIndex.cxx.
15 {
16
17 double const SellCoeu[] = {46.41, 228.71, 0.014};
18 double const SellCoed[] = {10.666, 18.125, 0.125};
19
20 double e = 2.*
M_PI*Gaudi::Units::hbarc/(Gaudi::Units::eV*Gaudi::Units::nm)/lambda;
22
23 for(
int i=0;
i<3;
i++)
r += SellCoeu[i]/(SellCoed[i]*SellCoed[i] - e*e);
24
26}