ComPWA
Common Partial-Wave-Analysis Framework
BOSSAdapter.hpp
Go to the documentation of this file.
1 // Copyright (c) 2013, 2017 The ComPWA Team.
2 // This file is part of the ComPWA framework, check
3 // https://github.com/ComPWA/ComPWA/license.txt for details.
4 
5 #ifndef TOOLS_ADAPTERS_BOSSADAPTER_HPP_
6 #define TOOLS_ADAPTERS_BOSSADAPTER_HPP_
7 
8 #include <memory>
9 #include <utility>
10 #include <vector>
11 
14 
15 namespace ComPWA {
16 namespace Tools {
17 namespace Adapter {
18 namespace BOSS {
19 
22 createHelicityModel(const char *modelXMLFile, int seed,
23  const std::vector<pid> &initialState,
24  const std::vector<pid> &finalState,
25  const char *particleXMLFile);
26 }
27 } // namespace Adapter
28 } // namespace Tools
29 } // namespace ComPWA
30 
31 #endif
Implementation of the ComPWA::Kinematics interface for amplitude models using the helicity formalism...
std::pair< FunctionTree::FunctionTreeIntensity, Physics::HelicityFormalism::HelicityKinematics > createHelicityModel(const char *modelXMLFile, int seed, const std::vector< pid > &initialState, const std::vector< pid > &finalState, const char *particleXMLFile)
Definition: BOSSAdapter.cpp:19