|
Rivet
1.8.0
|
Get the DIS kinematic variables and relevant boosts for an event. More...
#include <DISKinematics.hh>
Public Member Functions | |
| DISKinematics () | |
| The default constructor. | |
| virtual const Projection * | clone () const |
| Clone on the heap. | |
| double | Q2 () const |
The . | |
| double | W2 () const |
The . | |
| double | x () const |
The Bjorken . | |
| double | y () const |
The Inelasticity . | |
| double | s () const |
The centre of mass energy . | |
| const LorentzTransform & | boostHCM () const |
| The LorentzRotation needed to boost a particle to the hadronic CM frame. | |
| const LorentzTransform & | boostBreit () const |
| The LorentzRotation needed to boost a particle to the hadronic Breit frame. | |
| const Particle & | beamHadron () const |
| The incoming Hadron beam particle. | |
Protected Member Functions | |
| virtual void | project (const Event &e) |
| Perform the projection operation on the supplied event. | |
| virtual int | compare (const Projection &p) const |
| Compare with other projections. | |
Get the DIS kinematic variables and relevant boosts for an event.
1.7.6.1