Belle II Software  release-06-02-00
cm2LabBoost.h
1 #ifndef BOOST_H
2 #define BOOST_H
3 
4 #include "TLorentzRotation.h"
5 TLorentzRotation getBoost(double Eher, double Eler, double cross_angle,
6  double angle) __attribute__((deprecated("Superseeded by BeamEnergy class, use that instead")));
7 double getBeamEnergySpreadCM(double E1, double dE1,
8  double E2, double dE2,
9  double crossing_angle) __attribute__((deprecated("Superseeded by BeamEnergy class, use that instead")));
10 
11 #endif