ComPWA
Common Partial-Wave-Analysis Framework
|
The Kinematics interface defines the conversion of Events to a DataSet. More...
#include <Kinematics.hpp>
Public Member Functions | |
virtual | ~Kinematics ()=default |
virtual ComPWA::Data::DataSet | convert (const EventCollection &Events) const =0 |
virtual EventCollection | reduceToPhaseSpace (const EventCollection &Events) const =0 |
checks if DataPoint is within phase space boundaries More... | |
virtual double | phspVolume () const =0 |
virtual const std::vector< pid > & | getFinalStatePIDs () const =0 |
Get a vector of PIDs of the final state. More... | |
The Kinematics interface defines the conversion of Events to a DataSet.
Definition at line 19 of file Kinematics.hpp.
|
virtualdefault |
|
pure virtual |
|
pure virtual |
Get a vector of PIDs of the final state.
This interface allows the user to use the info in this object to interpret momentum tuples in a date file.
Implemented in ComPWA::Physics::HelicityFormalism::HelicityKinematics, and ComPWA::Physics::EvtGen::DalitzKinematics.
|
pure virtual |
|
pure virtual |
checks if DataPoint is within phase space boundaries
Implemented in ComPWA::Physics::HelicityFormalism::HelicityKinematics, and ComPWA::Physics::EvtGen::DalitzKinematics.