#include <cmath>
#include <string>
#include <CLHEP/Units/PhysicalConstants.h>
#include <CLHEP/Units/SystemOfUnits.h>
#include "TLorentzVector.h"
Go to the source code of this file.
|
void | PPSTools::Get_t_and_xi (const TLorentzVector *proton, double &t, double &xi, LimitedBeamInfo const &bi) |
|
TLorentzVector | PPSTools::HectorParticle2LorentzVector (H_BeamParticle hp, int) |
|
void | PPSTools::LorentzBoost (H_BeamParticle &h_p, int dir, const std::string &frame, FullBeamInfo const &bi) |
|
void | PPSTools::LorentzBoost (TLorentzVector &p_out, const std::string &frame, FullBeamInfo const &bi) |
|
void | PPSTools::LorentzBoost (HepMC::GenParticle &p_out, const std::string &frame, FullBeamInfo const &bi) |
|
H_BeamParticle | PPSTools::LorentzVector2HectorParticle (TLorentzVector p) |
|