Geant4
10.02.p03
|
Namespaces | |
detail | |
Typedefs | |
typedef uint64_t | myuint |
typedef struct rng_state_st | rng_state_t |
typedef uint32_t | myID_t |
template<typename T > | |
using | shared_ptr = std::shared_ptr< T > |
template<typename T > | |
using | weak_ptr = std::weak_ptr< T > |
typedef HepLorentzVector | HepLorentzVectorD |
typedef HepLorentzVector | HepLorentzVectorF |
typedef Hep3Vector | HepThreeVectorD |
typedef Hep3Vector | HepThreeVectorF |
Enumerations | |
enum | ZMpvMetric_t { TimePositive, TimeNegative } |
Functions | |
unsigned long | crc32ul (const std::string &s) |
template<class E > | |
unsigned long | engineIDulong () |
int | rng_get_N (void) |
rng_state_t * | rng_alloc () |
int | rng_free (rng_state_t *X) |
rng_state_t * | rng_copy (myuint *Y) |
void | read_state (rng_state_t *X, const char filename[]) |
void | print_state (rng_state_t *X) |
int | iterate (rng_state_t *X) |
myuint | iterate_raw_vec (myuint *Y, myuint sumtotOld) |
void | seed_uniquestream (rng_state_t *X, myID_t clusterID, myID_t machineID, myID_t runID, myID_t streamID) |
void | seed_spbox (rng_state_t *X, myuint seed) |
void | seed_vielbein (rng_state_t *X, unsigned int i) |
void | fill_array (rng_state_t *X, unsigned int n, double *array) |
void | iterate_and_fill_array (rng_state_t *X, double *array) |
myuint | precalc (rng_state_t *X) |
myuint | apply_bigskip (myuint *Vout, myuint *Vin, myID_t clusterID, myID_t machineID, myID_t runID, myID_t streamID) |
void | branch_inplace (rng_state_t *Xin, myID_t *ID) |
myuint | modadd (myuint foo, myuint bar) |
myuint | modmulM61 (myuint s, myuint a) |
myuint | fmodmulM61 (myuint cum, myuint s, myuint a) |
myuint | GET_BY_MACRO (rng_state_t *X) |
double | get_next_float_BY_MACRO (rng_state_t *X) |
std::ostream & | operator<< (std::ostream &os, const HepRandom &dist) |
std::istream & | operator>> (std::istream &is, HepRandom &dist) |
std::ostream & | operator<< (std::ostream &os, const HepRandomEngine &e) |
std::istream & | operator>> (std::istream &is, HepRandomEngine &e) |
template<class IS , class T > | |
bool | possibleKeywordInput (IS &is, const std::string &key, T &t) |
std::ostream & | operator<< (std::ostream &os, const HepAxisAngle &aa) |
std::istream & | operator>> (std::istream &is, HepAxisAngle &aa) |
HepBoost | inverseOf (const HepBoost <) |
std::ostream & | operator<< (std::ostream &os, const HepBoost &b) |
HepBoostX | inverseOf (const HepBoostX &b) |
std::ostream & | operator<< (std::ostream &os, const HepBoostX &b) |
HepBoostY | inverseOf (const HepBoostY &b) |
std::ostream & | operator<< (std::ostream &os, const HepBoostY &b) |
HepBoostZ | inverseOf (const HepBoostZ &b) |
std::ostream & | operator<< (std::ostream &os, const HepBoostZ &b) |
std::ostream & | operator<< (std::ostream &os, const HepEulerAngles &aa) |
std::istream & | operator>> (std::istream &is, HepEulerAngles &aa) |
HepLorentzRotation | inverseOf (const HepLorentzRotation <) |
HepLorentzRotation | operator* (const HepRotation &r, const HepLorentzRotation <) |
HepLorentzRotation | operator* (const HepRotationX &r, const HepLorentzRotation <) |
HepLorentzRotation | operator* (const HepRotationY &r, const HepLorentzRotation <) |
HepLorentzRotation | operator* (const HepRotationZ &r, const HepLorentzRotation <) |
std::ostream & | operator<< (std::ostream &os, const HepLorentzRotation <) |
bool | operator== (const HepRotation &r, const HepLorentzRotation <) |
bool | operator!= (const HepRotation &r, const HepLorentzRotation <) |
bool | operator<= (const HepRotation &r, const HepLorentzRotation <) |
bool | operator>= (const HepRotation &r, const HepLorentzRotation <) |
bool | operator< (const HepRotation &r, const HepLorentzRotation <) |
bool | operator> (const HepRotation &r, const HepLorentzRotation <) |
bool | operator== (const HepBoost &b, const HepLorentzRotation <) |
bool | operator!= (const HepBoost &b, const HepLorentzRotation <) |
bool | operator<= (const HepBoost &b, const HepLorentzRotation <) |
bool | operator>= (const HepBoost &b, const HepLorentzRotation <) |
bool | operator< (const HepBoost &b, const HepLorentzRotation <) |
bool | operator> (const HepBoost &b, const HepLorentzRotation <) |
HepLorentzVector | rotationXOf (const HepLorentzVector &vec, double delta) |
HepLorentzVector | rotationYOf (const HepLorentzVector &vec, double delta) |
HepLorentzVector | rotationZOf (const HepLorentzVector &vec, double delta) |
HepLorentzVector | rotationOf (const HepLorentzVector &vec, const Hep3Vector &axis, double delta) |
HepLorentzVector | rotationOf (const HepLorentzVector &vec, const HepAxisAngle &ax) |
HepLorentzVector | rotationOf (const HepLorentzVector &vec, const HepEulerAngles &e) |
HepLorentzVector | rotationOf (const HepLorentzVector &vec, double phi, double theta, double psi) |
HepLorentzVector | boostXOf (const HepLorentzVector &vec, double beta) |
HepLorentzVector | boostYOf (const HepLorentzVector &vec, double beta) |
HepLorentzVector | boostZOf (const HepLorentzVector &vec, double beta) |
HepLorentzVector | boostOf (const HepLorentzVector &vec, const Hep3Vector &betaVector) |
HepLorentzVector | boostOf (const HepLorentzVector &vec, const Hep3Vector &axis, double beta) |
std::ostream & | operator<< (std::ostream &, const HepLorentzVector &) |
std::istream & | operator>> (std::istream &, HepLorentzVector &) |
HepLorentzVector | operator* (const HepLorentzVector &, double a) |
HepLorentzVector | operator* (double a, const HepLorentzVector &) |
HepLorentzVector | operator/ (const HepLorentzVector &, double a) |
HepRotation | inverseOf (const HepRotation &r) |
HepRotation | operator* (const HepRotationX &rx, const HepRotation &r) |
HepRotation | operator* (const HepRotationY &ry, const HepRotation &r) |
HepRotation | operator* (const HepRotationZ &rz, const HepRotation &r) |
std::ostream & | operator<< (std::ostream &os, const HepRotation &r) |
HepRotationX | inverseOf (const HepRotationX &r) |
std::ostream & | operator<< (std::ostream &os, const HepRotationX &r) |
HepRotationY | inverseOf (const HepRotationY &r) |
std::ostream & | operator<< (std::ostream &os, const HepRotationY &r) |
HepRotationZ | inverseOf (const HepRotationZ &r) |
std::ostream & | operator<< (std::ostream &os, const HepRotationZ &r) |
Hep3Vector | rotationXOf (const Hep3Vector &vec, double delta) |
Hep3Vector | rotationYOf (const Hep3Vector &vec, double delta) |
Hep3Vector | rotationZOf (const Hep3Vector &vec, double delta) |
Hep3Vector | rotationOf (const Hep3Vector &vec, const Hep3Vector &axis, double delta) |
Hep3Vector | rotationOf (const Hep3Vector &vec, const HepAxisAngle &ax) |
Hep3Vector | rotationOf (const Hep3Vector &vec, double phi, double theta, double psi) |
Hep3Vector | rotationOf (const Hep3Vector &vec, const HepEulerAngles &e) |
std::ostream & | operator<< (std::ostream &, const Hep3Vector &) |
std::istream & | operator>> (std::istream &, Hep3Vector &) |
Hep3Vector | operator/ (const Hep3Vector &, double a) |
Hep3Vector | operator+ (const Hep3Vector &, const Hep3Vector &) |
Hep3Vector | operator- (const Hep3Vector &, const Hep3Vector &) |
double | operator* (const Hep3Vector &, const Hep3Vector &) |
Hep3Vector | operator* (const Hep3Vector &, double a) |
Hep3Vector | operator* (double a, const Hep3Vector &) |
std::ostream & | operator<< (std::ostream &, const Hep2Vector &) |
std::istream & | operator>> (std::istream &, Hep2Vector &) |
double | operator* (const Hep2Vector &a, const Hep2Vector &b) |
Hep2Vector | operator* (const Hep2Vector &p, double a) |
Hep2Vector | operator* (double a, const Hep2Vector &p) |
Hep2Vector | operator/ (const Hep2Vector &p, double a) |
Hep2Vector | operator+ (const Hep2Vector &a, const Hep2Vector &b) |
Hep2Vector | operator- (const Hep2Vector &a, const Hep2Vector &b) |
static const Hep2Vector | X_HAT2 (1.0, 0.0) |
static const Hep2Vector | Y_HAT2 (0.0, 1.0) |
static void | ZMpvAxisAngleRep (const HepAxisAngle &aa, double array[]) |
void | ZMinputAxisAngle (std::istream &is, double &x, double &y, double &z, double &delta) |
template<class E > | |
static HepRandomEngine * | makeAnEngine (const std::string &tag, std::istream &is) |
template<class E > | |
static HepRandomEngine * | makeAnEngine (const std::vector< unsigned long > &v) |
static std::vector< unsigned long > | gen_crc_table () |
static void | ZMpvEulerAnglesRep (const HepEulerAngles &ex, double array[]) |
void | ZMinput3doubles (std::istream &is, const char *type, double &x, double &y, double &z) |
double | transformSmall (double r) |
uint64_t | MULWU (uint64_t) |
myuint | get_next (rng_state_t *X) |
double | get_next_float (rng_state_t *X) |
static double | StirlingCorrection (long int k) |
double | gammln (double xx) |
static double | normal (HepRandomEngine *eptr) |
static double | safe_acos (double x) |
static double | safe_acos (double x) |
static void | correctByPi (double &psi1, double &phi1) |
static void | correctPsiPhi (double rxz, double rzx, double ryz, double rzy, double &psi1, double &phi1) |
static double | safe_acos (double x) |
static double | safe_acos (double x) |
static double | safe_acos (double x) |
const Hep3Vector | HepXHat (1.0, 0.0, 0.0) |
const Hep3Vector | HepYHat (0.0, 1.0, 0.0) |
const Hep3Vector | HepZHat (0.0, 0.0, 1.0) |
void | ZMinput2doubles (std::istream &is, const char *type, double &x, double &y) |
Variables | |
const int | N = 256 |
static const int | HepRandomGenActive = HepRandom::createInstance() |
static const double | Avogadro = 6.02214179e+23/mole |
static const double | c_light = 2.99792458e+8 * m/s |
static const double | c_squared = c_light * c_light |
static const double | h_Planck = 6.62606896e-34 * joule*s |
static const double | hbar_Planck = h_Planck/twopi |
static const double | hbarc = hbar_Planck * c_light |
static const double | hbarc_squared = hbarc * hbarc |
static const double | electron_charge = - eplus |
static const double | e_squared = eplus * eplus |
static const double | electron_mass_c2 = 0.510998910 * MeV |
static const double | proton_mass_c2 = 938.272013 * MeV |
static const double | neutron_mass_c2 = 939.56536 * MeV |
static const double | amu_c2 = 931.494028 * MeV |
static const double | amu = amu_c2/c_squared |
static const double | mu0 = 4*pi*1.e-7 * henry/m |
static const double | epsilon0 = 1./(c_squared*mu0) |
static const double | elm_coupling = e_squared/(4*pi*epsilon0) |
static const double | fine_structure_const = elm_coupling/hbarc |
static const double | classic_electr_radius = elm_coupling/electron_mass_c2 |
static const double | electron_Compton_length = hbarc/electron_mass_c2 |
static const double | Bohr_radius = electron_Compton_length/fine_structure_const |
static const double | alpha_rcl2 |
static const double | twopi_mc2_rcl2 |
static const double | k_Boltzmann = 8.617343e-11 * MeV/kelvin |
static const double | STP_Temperature = 273.15*kelvin |
static const double | STP_Pressure = 1.*atmosphere |
static const double | kGasThreshold = 10.*mg/cm3 |
static const double | universe_mean_density = 1.e-25*g/cm3 |
static const double | pi = 3.14159265358979323846 |
static const double | twopi = 2*pi |
static const double | halfpi = pi/2 |
static const double | pi2 = pi*pi |
static const double | millimeter = 1. |
static const double | millimeter2 = millimeter*millimeter |
static const double | millimeter3 = millimeter*millimeter*millimeter |
static const double | centimeter = 10.*millimeter |
static const double | centimeter2 = centimeter*centimeter |
static const double | centimeter3 = centimeter*centimeter*centimeter |
static const double | meter = 1000.*millimeter |
static const double | meter2 = meter*meter |
static const double | meter3 = meter*meter*meter |
static const double | kilometer = 1000.*meter |
static const double | kilometer2 = kilometer*kilometer |
static const double | kilometer3 = kilometer*kilometer*kilometer |
static const double | parsec = 3.0856775807e+16*meter |
static const double | micrometer = 1.e-6 *meter |
static const double | nanometer = 1.e-9 *meter |
static const double | angstrom = 1.e-10*meter |
static const double | fermi = 1.e-15*meter |
static const double | barn = 1.e-28*meter2 |
static const double | millibarn = 1.e-3 *barn |
static const double | microbarn = 1.e-6 *barn |
static const double | nanobarn = 1.e-9 *barn |
static const double | picobarn = 1.e-12*barn |
static const double | nm = nanometer |
static const double | um = micrometer |
static const double | mm = millimeter |
static const double | mm2 = millimeter2 |
static const double | mm3 = millimeter3 |
static const double | cm = centimeter |
static const double | cm2 = centimeter2 |
static const double | cm3 = centimeter3 |
static const double | liter = 1.e+3*cm3 |
static const double | L = liter |
static const double | dL = 1.e-1*liter |
static const double | cL = 1.e-2*liter |
static const double | mL = 1.e-3*liter |
static const double | m = meter |
static const double | m2 = meter2 |
static const double | m3 = meter3 |
static const double | km = kilometer |
static const double | km2 = kilometer2 |
static const double | km3 = kilometer3 |
static const double | pc = parsec |
static const double | radian = 1. |
static const double | milliradian = 1.e-3*radian |
static const double | degree = (pi/180.0)*radian |
static const double | steradian = 1. |
static const double | rad = radian |
static const double | mrad = milliradian |
static const double | sr = steradian |
static const double | deg = degree |
static const double | nanosecond = 1. |
static const double | second = 1.e+9 *nanosecond |
static const double | millisecond = 1.e-3 *second |
static const double | microsecond = 1.e-6 *second |
static const double | picosecond = 1.e-12*second |
static const double | hertz = 1./second |
static const double | kilohertz = 1.e+3*hertz |
static const double | megahertz = 1.e+6*hertz |
static const double | ns = nanosecond |
static const double | s = second |
static const double | ms = millisecond |
static const double | eplus = 1. |
static const double | e_SI = 1.602176487e-19 |
static const double | coulomb = eplus/e_SI |
static const double | megaelectronvolt = 1. |
static const double | electronvolt = 1.e-6*megaelectronvolt |
static const double | kiloelectronvolt = 1.e-3*megaelectronvolt |
static const double | gigaelectronvolt = 1.e+3*megaelectronvolt |
static const double | teraelectronvolt = 1.e+6*megaelectronvolt |
static const double | petaelectronvolt = 1.e+9*megaelectronvolt |
static const double | joule = electronvolt/e_SI |
static const double | MeV = megaelectronvolt |
static const double | eV = electronvolt |
static const double | keV = kiloelectronvolt |
static const double | GeV = gigaelectronvolt |
static const double | TeV = teraelectronvolt |
static const double | PeV = petaelectronvolt |
static const double | kilogram = joule*second*second/(meter*meter) |
static const double | gram = 1.e-3*kilogram |
static const double | milligram = 1.e-3*gram |
static const double | kg = kilogram |
static const double | g = gram |
static const double | mg = milligram |
static const double | watt = joule/second |
static const double | newton = joule/meter |
static const double | hep_pascal = newton/m2 |
static const double | bar = 100000*pascal |
static const double | atmosphere = 101325*pascal |
static const double | ampere = coulomb/second |
static const double | milliampere = 1.e-3*ampere |
static const double | microampere = 1.e-6*ampere |
static const double | nanoampere = 1.e-9*ampere |
static const double | megavolt = megaelectronvolt/eplus |
static const double | kilovolt = 1.e-3*megavolt |
static const double | volt = 1.e-6*megavolt |
static const double | ohm = volt/ampere |
static const double | farad = coulomb/volt |
static const double | millifarad = 1.e-3*farad |
static const double | microfarad = 1.e-6*farad |
static const double | nanofarad = 1.e-9*farad |
static const double | picofarad = 1.e-12*farad |
static const double | weber = volt*second |
static const double | tesla = volt*second/meter2 |
static const double | gauss = 1.e-4*tesla |
static const double | kilogauss = 1.e-1*tesla |
static const double | henry = weber/ampere |
static const double | kelvin = 1. |
static const double | mole = 1. |
static const double | becquerel = 1./second |
static const double | curie = 3.7e+10 * becquerel |
static const double | kilobecquerel = 1.e+3*becquerel |
static const double | megabecquerel = 1.e+6*becquerel |
static const double | gigabecquerel = 1.e+9*becquerel |
static const double | millicurie = 1.e-3*curie |
static const double | microcurie = 1.e-6*curie |
static const double | Bq = becquerel |
static const double | kBq = kilobecquerel |
static const double | MBq = megabecquerel |
static const double | GBq = gigabecquerel |
static const double | Ci = curie |
static const double | mCi = millicurie |
static const double | uCi = microcurie |
static const double | gray = joule/kilogram |
static const double | kilogray = 1.e+3*gray |
static const double | milligray = 1.e-3*gray |
static const double | microgray = 1.e-6*gray |
static const double | candela = 1. |
static const double | lumen = candela*steradian |
static const double | lux = lumen/meter2 |
static const double | perCent = 0.01 |
static const double | perThousand = 0.001 |
static const double | perMillion = 0.000001 |
static const HepLorentzVector | X_HAT4 = HepLorentzVector( 1, 0, 0, 0 ) |
static const HepLorentzVector | Y_HAT4 = HepLorentzVector( 0, 1, 0, 0 ) |
static const HepLorentzVector | Z_HAT4 = HepLorentzVector( 0, 0, 1, 0 ) |
static const HepLorentzVector | T_HAT4 = HepLorentzVector( 0, 0, 0, 1 ) |
DLL_API const Hep3Vector | HepXHat |
DLL_API const Hep3Vector | HepYHat |
DLL_API const Hep3Vector | HepZHat |
static const int | MarkerLen = 64 |
static const int | Tsizes [5] |
static const double | Tsteps [5] |
static const int | Toffsets [5] |
static const double | gaussTables [2 *TableSize] |
static const int | MarkerLen = 64 |
static const int | MarkerLen = 64 |
static const int | MarkerLen = 64 |
static const float | gaussTables [TableSize] |
static const float | TABLE_INTERVAL = .001f |
static const int | TABLE_END = 982 |
static const float | TABLE_MULTIPLIER = 1.0f/TABLE_INTERVAL |
static const float | inverseLandau [TABLE_END+1] |
static const double | poissonTables [51 *((95-10)/5+1)] |
static const int | MarkerLen = 64 |
static const double | prec = 4.6566128E-10 |
static const int | MarkerLen = 64 |
static const int | MarkerLen = 64 |
static const int | MarkerLen = 64 |
Definition at line 550 of file LorentzVector.h.
Definition at line 551 of file LorentzVector.h.
typedef Hep3Vector CLHEP::HepThreeVectorD |
Definition at line 426 of file ThreeVector.h.
typedef Hep3Vector CLHEP::HepThreeVectorF |
Definition at line 427 of file ThreeVector.h.
typedef uint32_t CLHEP::myID_t |
typedef uint64_t CLHEP::myuint |
typedef struct rng_state_st CLHEP::rng_state_t |
using CLHEP::shared_ptr = typedef std::shared_ptr<T> |
using CLHEP::weak_ptr = typedef std::weak_ptr<T> |
enum CLHEP::ZMpvMetric_t |
Enumerator | |
---|---|
TimePositive | |
TimeNegative |
Definition at line 64 of file LorentzVector.h.
myuint CLHEP::apply_bigskip | ( | myuint * | Vout, |
myuint * | Vin, | ||
myID_t | clusterID, | ||
myID_t | machineID, | ||
myID_t | runID, | ||
myID_t | streamID | ||
) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void CLHEP::branch_inplace | ( | rng_state_t * | Xin, |
myID_t * | ID | ||
) |
|
static |
|
static |
Definition at line 162 of file RotationE.cc.
unsigned long CLHEP::crc32ul | ( | const std::string & | s | ) |
Definition at line 37 of file engineIDulong.cc.
unsigned long CLHEP::engineIDulong | ( | ) |
void CLHEP::fill_array | ( | rng_state_t * | X, |
unsigned int | n, | ||
double * | array | ||
) |
Definition at line 90 of file mixmax.cc.
double CLHEP::gammln | ( | double | xx | ) |
|
static |
|
inline |
myuint CLHEP::get_next | ( | rng_state_t * | X | ) |
double CLHEP::get_next_float | ( | rng_state_t * | X | ) |
Definition at line 86 of file mixmax.cc.
|
inline |
const Hep3Vector CLHEP::HepXHat | ( | 1. | 0, |
0. | 0, | ||
0. | 0 | ||
) |
const Hep3Vector CLHEP::HepYHat | ( | 0. | 0, |
1. | 0, | ||
0. | 0 | ||
) |
const Hep3Vector CLHEP::HepZHat | ( | 0. | 0, |
0. | 0, | ||
1. | 0 | ||
) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
int CLHEP::iterate | ( | rng_state_t * | X | ) |
void CLHEP::iterate_and_fill_array | ( | rng_state_t * | X, |
double * | array | ||
) |
|
static |
Definition at line 32 of file EngineFactory.cc.
|
static |
|
inline |
|
static |
|
inline |
|
inline |
Definition at line 366 of file LorentzRotation.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
HepLorentzRotation CLHEP::operator* | ( | const HepRotation & | r, |
const HepLorentzRotation & | lt | ||
) |
|
inline |
HepLorentzRotation CLHEP::operator* | ( | const HepRotationX & | r, |
const HepLorentzRotation & | lt | ||
) |
HepLorentzRotation CLHEP::operator* | ( | const HepRotationY & | r, |
const HepLorentzRotation & | lt | ||
) |
HepLorentzRotation CLHEP::operator* | ( | const HepRotationZ & | r, |
const HepLorentzRotation & | lt | ||
) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Hep2Vector CLHEP::operator/ | ( | const Hep2Vector & | p, |
double | a | ||
) |
Hep3Vector CLHEP::operator/ | ( | const Hep3Vector & | v1, |
double | a | ||
) |
HepLorentzVector CLHEP::operator/ | ( | const HepLorentzVector & | w, |
double | a | ||
) |
|
inline |
Definition at line 359 of file LorentzRotation.h.
|
inline |
Definition at line 372 of file LorentzRotation.h.
std::ostream & CLHEP::operator<< | ( | std::ostream & | os, |
const HepAxisAngle & | aa | ||
) |
std::ostream & CLHEP::operator<< | ( | std::ostream & | os, |
const HepEulerAngles & | aa | ||
) |
std::ostream & CLHEP::operator<< | ( | std::ostream & | os, |
const Hep2Vector & | q | ||
) |
std::ostream & CLHEP::operator<< | ( | std::ostream & | os, |
const HepRandom & | dist | ||
) |
std::ostream & CLHEP::operator<< | ( | std::ostream & | os, |
const HepRandomEngine & | e | ||
) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 278 of file RotationX.h.
|
inline |
Definition at line 278 of file RotationY.h.
|
inline |
Definition at line 278 of file RotationZ.h.
|
inline |
Definition at line 348 of file LorentzRotation.h.
|
inline |
Definition at line 410 of file Rotation.h.
std::ostream & CLHEP::operator<< | ( | std::ostream & | os, |
const Hep3Vector & | v | ||
) |
std::ostream & CLHEP::operator<< | ( | std::ostream & | os, |
const HepLorentzVector & | v1 | ||
) |
|
inline |
Definition at line 355 of file LorentzRotation.h.
|
inline |
Definition at line 368 of file LorentzRotation.h.
|
inline |
|
inline |
Definition at line 364 of file LorentzRotation.h.
|
inline |
Definition at line 361 of file LorentzRotation.h.
|
inline |
Definition at line 374 of file LorentzRotation.h.
|
inline |
Definition at line 357 of file LorentzRotation.h.
|
inline |
Definition at line 370 of file LorentzRotation.h.
std::istream & CLHEP::operator>> | ( | std::istream & | is, |
HepAxisAngle & | aa | ||
) |
Definition at line 95 of file AxisAngle.cc.
std::istream & CLHEP::operator>> | ( | std::istream & | is, |
HepEulerAngles & | aa | ||
) |
Definition at line 109 of file EulerAngles.cc.
std::istream & CLHEP::operator>> | ( | std::istream & | is, |
Hep2Vector & | p | ||
) |
Definition at line 77 of file TwoVector.cc.
std::istream & CLHEP::operator>> | ( | std::istream & | is, |
HepRandom & | dist | ||
) |
std::istream & CLHEP::operator>> | ( | std::istream & | is, |
HepRandomEngine & | e | ||
) |
std::istream & CLHEP::operator>> | ( | std::istream & | is, |
Hep3Vector & | v | ||
) |
Definition at line 73 of file ThreeVector.cc.
std::istream & CLHEP::operator>> | ( | std::istream & | is, |
HepLorentzVector & | v1 | ||
) |
bool CLHEP::possibleKeywordInput | ( | IS & | is, |
const std::string & | key, | ||
T & | t | ||
) |
myuint CLHEP::precalc | ( | rng_state_t * | X | ) |
void CLHEP::print_state | ( | rng_state_t * | X | ) |
void CLHEP::read_state | ( | rng_state_t * | X, |
const char | filename[] | ||
) |
Definition at line 283 of file mixmax.cc.
rng_state_t * CLHEP::rng_alloc | ( | ) |
rng_state_t * CLHEP::rng_copy | ( | myuint * | Y | ) |
Definition at line 165 of file mixmax.cc.
int CLHEP::rng_free | ( | rng_state_t * | X | ) |
int CLHEP::rng_get_N | ( | void | ) |
HepLorentzVector CLHEP::rotationOf | ( | const HepLorentzVector & | vec, |
const Hep3Vector & | axis, | ||
double | delta | ||
) |
HepLorentzVector CLHEP::rotationOf | ( | const HepLorentzVector & | vec, |
const HepAxisAngle & | ax | ||
) |
HepLorentzVector CLHEP::rotationOf | ( | const HepLorentzVector & | vec, |
const HepEulerAngles & | e | ||
) |
HepLorentzVector CLHEP::rotationOf | ( | const HepLorentzVector & | vec, |
double | phi, | ||
double | theta, | ||
double | psi | ||
) |
Hep3Vector CLHEP::rotationOf | ( | const Hep3Vector & | vec, |
const Hep3Vector & | axis, | ||
double | delta | ||
) |
Hep3Vector CLHEP::rotationOf | ( | const Hep3Vector & | vec, |
const HepAxisAngle & | ax | ||
) |
Hep3Vector CLHEP::rotationOf | ( | const Hep3Vector & | vec, |
double | phi, | ||
double | theta, | ||
double | psi | ||
) |
Hep3Vector CLHEP::rotationOf | ( | const Hep3Vector & | vec, |
const HepEulerAngles & | e | ||
) |
HepLorentzVector CLHEP::rotationXOf | ( | const HepLorentzVector & | vec, |
double | delta | ||
) |
Hep3Vector CLHEP::rotationXOf | ( | const Hep3Vector & | vec, |
double | delta | ||
) |
HepLorentzVector CLHEP::rotationYOf | ( | const HepLorentzVector & | vec, |
double | delta | ||
) |
Definition at line 34 of file LorentzVectorB.cc.
Hep3Vector CLHEP::rotationYOf | ( | const Hep3Vector & | vec, |
double | delta | ||
) |
HepLorentzVector CLHEP::rotationZOf | ( | const HepLorentzVector & | vec, |
double | delta | ||
) |
Definition at line 40 of file LorentzVectorB.cc.
Hep3Vector CLHEP::rotationZOf | ( | const Hep3Vector & | vec, |
double | delta | ||
) |
|
inlinestatic |
|
inlinestatic |
Definition at line 26 of file RotationE.cc.
|
inlinestatic |
Definition at line 26 of file RotationZ.cc.
|
inlinestatic |
Definition at line 26 of file RotationX.cc.
|
inlinestatic |
Definition at line 26 of file RotationY.cc.
void CLHEP::seed_spbox | ( | rng_state_t * | X, |
myuint | seed | ||
) |
void CLHEP::seed_uniquestream | ( | rng_state_t * | X, |
myID_t | clusterID, | ||
myID_t | machineID, | ||
myID_t | runID, | ||
myID_t | streamID | ||
) |
void CLHEP::seed_vielbein | ( | rng_state_t * | X, |
unsigned int | i | ||
) |
Definition at line 185 of file mixmax.cc.
|
static |
Definition at line 93 of file RandBinomial.cc.
double CLHEP::transformSmall | ( | double | r | ) |
|
static |
|
static |
void CLHEP::ZMinput2doubles | ( | std::istream & | is, |
const char * | type, | ||
double & | x, | ||
double & | y | ||
) |
void CLHEP::ZMinput3doubles | ( | std::istream & | is, |
const char * | type, | ||
double & | x, | ||
double & | y, | ||
double & | z | ||
) |
void CLHEP::ZMinputAxisAngle | ( | std::istream & | is, |
double & | x, | ||
double & | y, | ||
double & | z, | ||
double & | delta | ||
) |
Definition at line 156 of file ZMinput.cc.
|
static |
Definition at line 20 of file AxisAngle.cc.
|
static |
Definition at line 43 of file EulerAngles.cc.
|
static |
Definition at line 101 of file PhysicalConstants.h.
Definition at line 211 of file SystemOfUnits.h.
Definition at line 83 of file PhysicalConstants.h.
|
static |
Definition at line 82 of file PhysicalConstants.h.
Definition at line 81 of file SystemOfUnits.h.
|
static |
Definition at line 206 of file SystemOfUnits.h.
|
static |
Definition at line 49 of file PhysicalConstants.h.
|
static |
Definition at line 205 of file SystemOfUnits.h.
Definition at line 84 of file SystemOfUnits.h.
|
static |
Definition at line 268 of file SystemOfUnits.h.
|
static |
Definition at line 99 of file PhysicalConstants.h.
|
static |
Definition at line 275 of file SystemOfUnits.h.
|
static |
Definition at line 55 of file PhysicalConstants.h.
Definition at line 56 of file PhysicalConstants.h.
|
static |
Definition at line 294 of file SystemOfUnits.h.
|
static |
Definition at line 65 of file SystemOfUnits.h.
|
static |
Definition at line 66 of file SystemOfUnits.h.
|
static |
Definition at line 67 of file SystemOfUnits.h.
|
static |
Definition at line 279 of file SystemOfUnits.h.
Definition at line 105 of file SystemOfUnits.h.
|
static |
Definition at line 97 of file PhysicalConstants.h.
|
static |
Definition at line 98 of file SystemOfUnits.h.
|
static |
Definition at line 99 of file SystemOfUnits.h.
|
static |
Definition at line 100 of file SystemOfUnits.h.
Definition at line 156 of file SystemOfUnits.h.
|
static |
Definition at line 269 of file SystemOfUnits.h.
|
static |
Definition at line 131 of file SystemOfUnits.h.
Definition at line 123 of file SystemOfUnits.h.
Definition at line 104 of file SystemOfUnits.h.
|
static |
Definition at line 155 of file SystemOfUnits.h.
Definition at line 72 of file PhysicalConstants.h.
|
static |
Definition at line 71 of file PhysicalConstants.h.
|
static |
Definition at line 98 of file PhysicalConstants.h.
|
static |
Definition at line 79 of file PhysicalConstants.h.
|
static |
Definition at line 162 of file SystemOfUnits.h.
Definition at line 95 of file PhysicalConstants.h.
|
static |
Definition at line 154 of file SystemOfUnits.h.
Definition at line 90 of file PhysicalConstants.h.
|
static |
Definition at line 172 of file SystemOfUnits.h.
Definition at line 231 of file SystemOfUnits.h.
Definition at line 82 of file SystemOfUnits.h.
|
static |
Definition at line 96 of file PhysicalConstants.h.
|
static |
Definition at line 187 of file SystemOfUnits.h.
Definition at line 247 of file SystemOfUnits.h.
|
static |
Definition at line 85 of file flatToGaussian.cc.
|
static |
Definition at line 88 of file RandGaussQ.cc.
|
static |
Definition at line 278 of file SystemOfUnits.h.
|
static |
Definition at line 174 of file SystemOfUnits.h.
Definition at line 272 of file SystemOfUnits.h.
|
static |
Definition at line 164 of file SystemOfUnits.h.
Definition at line 182 of file SystemOfUnits.h.
Definition at line 286 of file SystemOfUnits.h.
|
static |
Definition at line 63 of file PhysicalConstants.h.
|
static |
Definition at line 55 of file SystemOfUnits.h.
Definition at line 64 of file PhysicalConstants.h.
|
static |
Definition at line 65 of file PhysicalConstants.h.
Definition at line 66 of file PhysicalConstants.h.
Definition at line 253 of file SystemOfUnits.h.
Definition at line 204 of file SystemOfUnits.h.
|
static |
Definition at line 65 of file Randomize.h.
const Hep3Vector CLHEP::HepXHat(1.0, 0.0, 0.0) |
const Hep3Vector CLHEP::HepYHat(0.0, 1.0, 0.0) |
const Hep3Vector CLHEP::HepZHat(0.0, 0.0, 1.0) |
|
static |
Definition at line 142 of file SystemOfUnits.h.
|
static |
Definition at line 74 of file RandLandau.cc.
|
static |
Definition at line 168 of file SystemOfUnits.h.
|
static |
Definition at line 111 of file PhysicalConstants.h.
|
static |
Definition at line 276 of file SystemOfUnits.h.
|
static |
Definition at line 258 of file SystemOfUnits.h.
|
static |
Definition at line 173 of file SystemOfUnits.h.
|
static |
Definition at line 186 of file SystemOfUnits.h.
Definition at line 118 of file PhysicalConstants.h.
Definition at line 270 of file SystemOfUnits.h.
|
static |
Definition at line 163 of file SystemOfUnits.h.
Definition at line 248 of file SystemOfUnits.h.
Definition at line 181 of file SystemOfUnits.h.
Definition at line 287 of file SystemOfUnits.h.
Definition at line 143 of file SystemOfUnits.h.
|
static |
Definition at line 73 of file SystemOfUnits.h.
Definition at line 74 of file SystemOfUnits.h.
Definition at line 75 of file SystemOfUnits.h.
Definition at line 220 of file SystemOfUnits.h.
|
static |
Definition at line 112 of file SystemOfUnits.h.
|
static |
Definition at line 113 of file SystemOfUnits.h.
|
static |
Definition at line 114 of file SystemOfUnits.h.
|
static |
Definition at line 103 of file SystemOfUnits.h.
Definition at line 102 of file SystemOfUnits.h.
Definition at line 299 of file SystemOfUnits.h.
Definition at line 304 of file SystemOfUnits.h.
|
static |
Definition at line 108 of file SystemOfUnits.h.
|
static |
Definition at line 109 of file SystemOfUnits.h.
|
static |
Definition at line 110 of file SystemOfUnits.h.
|
static |
Definition at line 49 of file MixMaxRng.cc.
|
static |
Definition at line 56 of file RanecuEngine.cc.
|
static |
Definition at line 58 of file RanluxEngine.cc.
|
static |
Definition at line 59 of file JamesRandom.cc.
|
static |
Definition at line 59 of file RanshiEngine.cc.
|
static |
Definition at line 60 of file MTwistEngine.cc.
|
static |
Definition at line 67 of file DualRand.cc.
|
static |
Definition at line 76 of file Ranlux64Engine.cc.
|
static |
Definition at line 277 of file SystemOfUnits.h.
|
static |
Definition at line 280 of file SystemOfUnits.h.
Definition at line 271 of file SystemOfUnits.h.
|
static |
Definition at line 161 of file SystemOfUnits.h.
Definition at line 144 of file SystemOfUnits.h.
|
static |
Definition at line 219 of file SystemOfUnits.h.
|
static |
Definition at line 69 of file SystemOfUnits.h.
Definition at line 70 of file SystemOfUnits.h.
Definition at line 71 of file SystemOfUnits.h.
|
static |
Definition at line 171 of file SystemOfUnits.h.
|
static |
Definition at line 188 of file SystemOfUnits.h.
Definition at line 213 of file SystemOfUnits.h.
Definition at line 86 of file SystemOfUnits.h.
Definition at line 274 of file SystemOfUnits.h.
Definition at line 233 of file SystemOfUnits.h.
Definition at line 289 of file SystemOfUnits.h.
Definition at line 79 of file SystemOfUnits.h.
Definition at line 139 of file SystemOfUnits.h.
Definition at line 212 of file SystemOfUnits.h.
Definition at line 85 of file SystemOfUnits.h.
Definition at line 273 of file SystemOfUnits.h.
Definition at line 232 of file SystemOfUnits.h.
Definition at line 183 of file SystemOfUnits.h.
Definition at line 288 of file SystemOfUnits.h.
|
static |
Definition at line 61 of file SystemOfUnits.h.
|
static |
Definition at line 62 of file SystemOfUnits.h.
|
static |
Definition at line 63 of file SystemOfUnits.h.
Definition at line 122 of file SystemOfUnits.h.
Definition at line 138 of file SystemOfUnits.h.
Definition at line 106 of file SystemOfUnits.h.
|
static |
Definition at line 94 of file SystemOfUnits.h.
|
static |
Definition at line 95 of file SystemOfUnits.h.
|
static |
Definition at line 96 of file SystemOfUnits.h.
|
static |
Definition at line 263 of file SystemOfUnits.h.
|
static |
Definition at line 129 of file SystemOfUnits.h.
|
static |
Definition at line 149 of file SystemOfUnits.h.
Definition at line 89 of file PhysicalConstants.h.
Definition at line 214 of file SystemOfUnits.h.
Definition at line 87 of file SystemOfUnits.h.
Definition at line 234 of file SystemOfUnits.h.
Definition at line 80 of file SystemOfUnits.h.
|
static |
Definition at line 136 of file SystemOfUnits.h.
|
static |
Definition at line 81 of file PhysicalConstants.h.
Definition at line 198 of file SystemOfUnits.h.
|
static |
Definition at line 91 of file SystemOfUnits.h.
|
static |
Definition at line 147 of file SystemOfUnits.h.
Definition at line 226 of file SystemOfUnits.h.
|
static |
Definition at line 77 of file SystemOfUnits.h.
|
static |
Definition at line 116 of file SystemOfUnits.h.
|
static |
Definition at line 309 of file SystemOfUnits.h.
|
static |
Definition at line 311 of file SystemOfUnits.h.
|
static |
Definition at line 310 of file SystemOfUnits.h.
|
static |
Definition at line 166 of file SystemOfUnits.h.
|
static |
Definition at line 176 of file SystemOfUnits.h.
|
static |
Definition at line 53 of file SystemOfUnits.h.
Definition at line 56 of file SystemOfUnits.h.
Definition at line 88 of file SystemOfUnits.h.
Definition at line 235 of file SystemOfUnits.h.
Definition at line 140 of file SystemOfUnits.h.
|
static |
Definition at line 72 of file RandPoissonQ.cc.
|
static |
Definition at line 58 of file RanecuEngine.cc.
|
static |
Definition at line 80 of file PhysicalConstants.h.
|
static |
Definition at line 128 of file SystemOfUnits.h.
|
static |
Definition at line 121 of file SystemOfUnits.h.
|
static |
Definition at line 148 of file SystemOfUnits.h.
|
static |
Definition at line 137 of file SystemOfUnits.h.
|
static |
Definition at line 130 of file SystemOfUnits.h.
|
static |
Definition at line 125 of file SystemOfUnits.h.
|
static |
Definition at line 117 of file PhysicalConstants.h.
|
static |
Definition at line 116 of file PhysicalConstants.h.
|
static |
Definition at line 540 of file LorentzVector.h.
|
static |
Definition at line 61 of file RandLandau.cc.
|
static |
Definition at line 60 of file RandLandau.cc.
|
static |
Definition at line 62 of file RandLandau.cc.
|
static |
Definition at line 165 of file SystemOfUnits.h.
Definition at line 245 of file SystemOfUnits.h.
|
static |
Definition at line 175 of file SystemOfUnits.h.
|
static |
Definition at line 77 of file flatToGaussian.cc.
|
static |
Definition at line 53 of file flatToGaussian.cc.
|
static |
Definition at line 65 of file flatToGaussian.cc.
|
static |
Definition at line 54 of file SystemOfUnits.h.
|
static |
Definition at line 105 of file PhysicalConstants.h.
|
static |
Definition at line 281 of file SystemOfUnits.h.
|
static |
Definition at line 92 of file SystemOfUnits.h.
Definition at line 123 of file PhysicalConstants.h.
Definition at line 221 of file SystemOfUnits.h.
Definition at line 193 of file SystemOfUnits.h.
Definition at line 240 of file SystemOfUnits.h.
|
static |
Definition at line 537 of file LorentzVector.h.
|
static |
Definition at line 538 of file LorentzVector.h.
|
static |
Definition at line 539 of file LorentzVector.h.