|
Rivet
1.8.3
|
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. | |
Public Member Functions inherited from Rivet::Projection | |
| bool | before (const Projection &p) const |
| virtual const std::set< PdgIdPair > | beamPairs () const |
| virtual std::string | name () const |
| Get the name of the projection. | |
| Projection & | addPdgIdPair (PdgId beam1, PdgId beam2) |
| Add a colliding beam pair. | |
| Log & | getLog () const |
| Get a Log object based on the getName() property of the calling projection object. | |
| void | setName (const std::string &name) |
| Used by derived classes to set their name. | |
| Projection () | |
| The default constructor. | |
| virtual | ~Projection () |
| The destructor. | |
Public Member Functions inherited from Rivet::ProjectionApplier | |
| ProjectionApplier () | |
| Constructor. | |
| std::set< ConstProjectionPtr > | getProjections () const |
| Get the contained projections, including recursion. | |
| template<typename PROJ > | |
| const PROJ & | getProjection (const std::string &name) const |
| Get the named projection, specifying return type via a template argument. | |
| const Projection & | getProjection (const std::string &name) const |
| template<typename PROJ > | |
| const PROJ & | applyProjection (const Event &evt, const PROJ &proj) const |
| Apply the supplied projection on event. | |
| template<typename PROJ > | |
| const PROJ & | applyProjection (const Event &evt, const Projection &proj) const |
| Apply the supplied projection on event. | |
| template<typename PROJ > | |
| const PROJ & | applyProjection (const Event &evt, const std::string &name) const |
| Apply the named projection on event. | |
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. | |
Protected Member Functions inherited from Rivet::Projection | |
| Cmp< Projection > | mkNamedPCmp (const Projection &otherparent, const std::string &pname) const |
| Cmp< Projection > | mkPCmp (const Projection &otherparent, const std::string &pname) const |
Protected Member Functions inherited from Rivet::ProjectionApplier | |
| Log & | getLog () const |
| ProjectionHandler & | getProjHandler () const |
| Get a reference to the ProjectionHandler for this thread. | |
| template<typename PROJ > | |
| const PROJ & | addProjection (const PROJ &proj, const std::string &name) |
Get the DIS kinematic variables and relevant boosts for an event.
1.8.13