1 #ifndef GCP_UTIL_WAVELENGTH_H
2 #define GCP_UTIL_WAVELENGTH_H
11 #include "gcp/util/common/Length.h"
12 #include "gcp/util/common/Speed.h"
24 static const double cmPerAngstrom_;
25 static Speed lightSpeed_;
40 void setMicrons(
double microns);
42 void setAngstroms(
double angstroms);
58 #endif // End #ifndef GCP_UTIL_WAVELENGTH_H
Definition: Wavelength.h:19
Definition: Wavelength.h:22
Wavelength()
Definition: Wavelength.cc:17
virtual ~Wavelength()
Definition: Wavelength.cc:40
Definition: Frequency.h:21