Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions
GetRefIndex.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double GetRefIndexQuartz (double lambda)
 

Function Documentation

◆ 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 
21  double r = 1.;
22 
23  for(int i=0; i<3; i++) r += SellCoeu[i]/(SellCoed[i]*SellCoed[i] - e*e);
24 
25  return sqrt(r);
26 }
AllowedVariables::e
e
Definition: AsgElectronSelectorTool.cxx:37
beamspotman.r
def r
Definition: beamspotman.py:676
M_PI
#define M_PI
Definition: ActiveFraction.h:11
python.PhysicalConstants.hbarc
float hbarc
Definition: PhysicalConstants.py:73
lumiFormat.i
int i
Definition: lumiFormat.py:85
python.SystemOfUnits.eV
int eV
Definition: SystemOfUnits.py:155
CalibCoolCompareRT.nm
nm
Definition: CalibCoolCompareRT.py:110