ATLAS Offline Software
Functions
GetRefIndex.cxx File Reference
#include <algorithm>
#include <cassert>
#include <cmath>
#include <iomanip>
#include "LUCID_DetectorFactory.h"
#include "GetRefIndex.h"
#include "GaudiKernel/PhysicalConstants.h"
Include dependency graph for GetRefIndex.cxx:

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 }
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:92
python.SystemOfUnits.eV
int eV
Definition: SystemOfUnits.py:155
DiTauMassTools::MaxHistStrategyV2::e
e
Definition: PhysicsAnalysis/TauID/DiTauMassTools/DiTauMassTools/HelperFunctions.h:26
CalibCoolCompareRT.nm
nm
Definition: CalibCoolCompareRT.py:110