|
ComPWA
Common Partial-Wave-Analysis Framework
|
#include <algorithm>#include <cmath>#include <numeric>#include <sstream>#include <stdexcept>#include <tuple>#include "Core/Event.hpp"#include "Core/Exceptions.hpp"#include "Core/Logging.hpp"#include "Core/FourMomentum.hpp"#include "Core/Properties.hpp"#include "Data/DataSet.hpp"#include "Physics/HelicityFormalism/HelicityKinematics.hpp"#include "qft++/Vector4.h"
Include dependency graph for HelicityKinematics.cpp:Go to the source code of this file.
Namespaces | |
| ComPWA | |
| ComPWA::Physics | |
| ComPWA::Physics::HelicityFormalism | |
Typedefs | |
| using | ComPWA::Physics::HelicityFormalism::IndexListTuple = std::tuple< IndexList, IndexList, IndexList, IndexList > |
Functions | |
| std::vector< std::pair< ComPWA::IndexList, ComPWA::IndexList > > | ComPWA::Physics::HelicityFormalism::redistributeIndexLists (const ComPWA::IndexList &A, const ComPWA::IndexList &B) |
| IndexListTuple | ComPWA::Physics::HelicityFormalism::sortSubsystem (const IndexListTuple &SubSys) |