11#include <framework/core/Module.h>
12#include <framework/logging/Logger.h>
14#include <generators/bhwide/BHWide.h>
16#include <mdst/dataobjects/MCParticleGraph.h>
18#include <generators/utilities/InitialParticleGeneration.h>
49 virtual void event()
override;
76 std::vector<T>
make_vector(T
const& t1, T
const& t2);
79 std::pair<T, T>
vectorToPair(std::vector<T>& vec,
const std::string& name =
"");
102 template <
typename T>
106 if (vec.size() != 2) {
107 B2ERROR(
"The parameter " + name +
" has to have exactly 2 elements !");
C++ Interface for the Fortran Bhabha scattering generator BHWide.
PhotonVacPolarization
Call photon polarization.
Class for accessing objects in the database.
Class to build, validate and sort a particle decay chain.
std::pair< T, T > vectorToPair(std::vector< T > &vec, const std::string &name="")
std::vector< T > make_vector(T const &t1, T const &t2)
make_vector.
Abstract base class for different kinds of events.