Define three-vector and four-vector classes for the HitFit package, and supply a few additional operations. More...
#include "CLHEP/Vector/LorentzVector.h"
Go to the source code of this file.
Namespaces | |
hitfit | |
Typedefs | |
typedef CLHEP::HepLorentzVector | hitfit::Fourvec |
Typedef for a HepLorentzVector. More... | |
typedef CLHEP::Hep3Vector | hitfit::Threevec |
Typedef for a Hep3Vector. More... | |
Functions | |
void | hitfit::adjust_e_for_mass (Fourvec &v, double mass) |
Adjust the energy component of four-vector v (leaving the three-vector part unchanged) so that the four-vector has mass as specified in the argument. More... | |
void | hitfit::adjust_p_for_mass (Fourvec &v, double mass) |
Adjust the three-vector part of v, leaving the energy unchanged,. More... | |
double | hitfit::delta_r (const Fourvec &a, const Fourvec &b) |
Find the distance between two four-vectors in the two-dimensional space . More... | |
double | hitfit::deteta (const Fourvec &v, double zvert) |
NOT USED ANYMORE: Get the detector (D0-specific), requires z-vertex. More... | |
double | hitfit::eta_to_theta (double eta) |
Convert pseudorapidity to polar angle. More... | |
double | hitfit::phidiff (double phi) |
Normalized difference in azimuthal angles to a range between . More... | |
void | hitfit::roteta (Fourvec &v, double eta) |
Rotate four-vector v through a polar angle such that the four-vector pseudorapidity changes by a desired value. More... | |
void | hitfit::rottheta (Fourvec &v, double theta) |
Rotate four-vector v through a polar angle. More... | |
double | hitfit::theta_to_eta (double theta) |
Convert polar angle to pseudorapidity. More... | |
Define three-vector and four-vector classes for the HitFit package, and supply a few additional operations.
This file defines the type Threevec and Fourvec to be used in HitFit. These classes are based on the corresponding CLHEP classes. This file also provides some other operations in addition to those that CLHEP has.
Definition in file fourvec.h.