 |
Belle II Software
release-05-02-19
|
11 #ifndef BHWIDEINPUTMODULE_H
12 #define BHWIDEINPUTMODULE_H
14 #include <framework/core/Module.h>
15 #include <framework/logging/Logger.h>
17 #include <generators/bhwide/BHWide.h>
19 #include <mdst/dataobjects/MCParticleGraph.h>
21 #include <generators/utilities/InitialParticleGeneration.h>
35 class BHWideInputModule :
public Module {
52 virtual void event()
override;
82 std::pair<T, T>
vectorToPair(std::vector<T>& vec,
const std::string& name =
"");
105 template <
typename T>
109 if (vec.size() != 2) {
110 B2ERROR(
"The parameter " + name +
" has to have exactly 2 elements !");
Class to build, validate and sort a particle decay chain.
PhotonVacPolarization
Call photon polarization.
Class for accessing objects in the database.
C++ Interface for the Fortran Bhabha scattering generator BHWide.
Abstract base class for different kinds of events.
std::vector< T > make_vector(T const &t1, T const &t2)
make_vector.
std::pair< T, T > vectorToPair(std::vector< T > &vec, const std::string &name="")