 |
Belle II Software
release-05-02-19
|
12 #ifndef TEEGGINPUTMODULE_H
13 #define TEEGGINPUTMODULE_H
15 #include <framework/core/Module.h>
16 #include <framework/logging/Logger.h>
18 #include <generators/teegg/Teegg.h>
19 #include <generators/utilities/InitialParticleGeneration.h>
21 #include <mdst/dataobjects/MCParticleGraph.h>
37 class TeeggInputModule :
public Module {
54 virtual void event()
override;
94 std::pair<T, T>
vectorToPair(std::vector<T>& vec,
const std::string& name =
"");
108 template <
typename T>
117 template <
typename T>
121 if (vec.size() != 2) {
122 B2ERROR(
"The parameter " + name +
" has to have exactly 2 elements!");
Class to build, validate and sort a particle decay chain.
Class for accessing objects in the database.
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="")
C++ Interface for the Fortran generator TEEGG.